- Search Metals Mine
-
Ronald Raygun replied Oct 11, 2009It is your right to decide whether to read or not to read a thread. I will not deny that to you. To act as if you deserve that this thread's information be summarized for you and given to you on a silver platter is simply too far. You do not deserve ...
4H Box Breakout
-
Ronald Raygun replied Oct 11, 2009I heard about this in the past, but reliability was shot. Maybe it's improved.
Open Source Forex Platform - OFxP
-
Ronald Raygun replied Oct 9, 2009Fairly simple... string BearishEngulfing = "Not Found"; if(Close[1] > Open[1] && //Check if the previous was was an long bar Close[0] < Open[0] && //Check if the current bar is a short bar High[0] > High[1] && //Check to see if the high of the ...
Bearish Engulfing Pattern
-
Ronald Raygun replied Oct 8, 2009You asked for our opinion, and we gave it. If you think we're wrong, then prove it to us. Find, develop, steal, get a way to predict tomorrow's closing direction, and I will pledge my programming skills and computing resources to further your ...
Reading next day high / low
-
Ronald Raygun replied Oct 7, 2009I've tried the crystal ball, and tarot cards. I've since dumped those for a magic 8 ball.
Reading next day high / low
-
Ronald Raygun replied Oct 4, 2009Ironically enough, last october was when the bailout was signed. Thus, the increased volatility.
4H Box Breakout
-
Ronald Raygun replied Oct 2, 2009DoubleToStr([Integer Value], 0); If you set the digits to 0, there will be no decimal, thus, an integer.
IntegerToStr Function???
-
Ronald Raygun replied Oct 2, 2009Here's what I do, make sure that the code is in the same place relative to the init() and start() int BarCount; init() start() if(BarCount != Bars) { BarCount = Bars; } if(BarCount != Bars) OrderSend()
Multiple Trades Per Bar?
-
Ronald Raygun replied Oct 2, 2009You're right scalpz, the closest one I can think of is the Generic MA Crossover EA. Set the fast MA to 1, and the slow MA to whatever you want.
I code your Expert Advisors / Indicators
-
Ronald Raygun replied Sep 29, 2009Good to see you back tdion, when you have a chance, there's something I have in mind which might interest you.
Channel Trading on the EURUSD
-
Ronald Raygun replied Sep 28, 2009It's U.S. Law (international too possibly). However, that threat is an empty threat at best. It takes an enormous amount of resources to track these thieves and even more resources to prosecute them. The best thing to do is not share an EA, or if ...
Subscription coding into EA?
-
Ronald Raygun replied Sep 26, 2009iHighest and iLowest don't return the price, but they return the shift of the bar. To get the lowest low in a series of bars, you need to do: iLow(NULL, 0, iLowest(NULL, 0, PRICE_LOW, [number of bars], [starting from this bar])); In your case, you ...
iHighest iLowest Clarification
-
Ronald Raygun replied Sep 25, 2009That looks like decompiled code, but anyway. That line in particular simply says: 'If the LWMA(24) is greater than the LWMA(120), then some variable is equal to 2.
mql coding help
-
Ronald Raygun replied Sep 25, 2009I guess the first thing I would like to ask Trendchaser... Is there anything that can be done to make the code more efficient/faster? I can modify the receiving web page if you need me to do so.
Tick Database
-
Ronald Raygun replied Sep 25, 2009What backtesting method are you using? Open prices? Control points? Each Tick?
90% accuracy but widely varying results with each test
-
Ronald Raygun replied Sep 25, 2009I haven't played with it yet, but I believe that the most recent build which allows this is build 208. That build allows you to use your own .fxt files which you can generate using your own tick data, thus achieving 99% modling quality . As a small ...
Tick Database
-
Ronald Raygun replied Sep 24, 2009Thank you for the offer Trendchaser, it's working now
"Terminated by Timeout"