- Search Metals Mine
-
Ronald Raygun replied Jun 9, 2010if(Close[0] > Close[1]) Print("Above Previous Close"); if(Close[0] < Close[1]) Print("Below Previous Close");
How to find out price moving below the close of the previous bar?
-
Ronald Raygun replied Jun 8, 2010I doubt 3 year old threads will help. Try PMing him
Looking for someone familiar with programming expert advisors for MT4...
-
Ronald Raygun replied Jun 8, 2010video On a side note, I'm looking forward to the sequel: video
Speeches motivation
-
Ronald Raygun replied Jun 8, 2010Are you sure you're printing every different element of the array?
Earn a Vouch - Find the Bug
-
Ronald Raygun replied Jun 8, 2010This is basically a 2 coordinate system. Every candle has an open and close at x% relative to the high/low. So, why not turn this into two coordinates? Using arrays, you have two options: Convert the coordinates into a string. Use two parallel ...
Earn a Vouch - Find the Bug
-
Ronald Raygun replied Jun 8, 2010Why a 3 dimensional array when you can just use 3 parallel arrays?
Earn a Vouch - Find the Bug
-
Ronald Raygun replied Jun 8, 2010If you have internet explorer, you have wininet.dll
Generic Breakout Version 7 [TD]
-
Ronald Raygun replied Jun 8, 2010EA requires three things generally: 1) Lot size non-zero 2) Trading style non-zero 3) Proper range times (not trading times, but range times) so a box is drawn on the chart. I don't see the box...
Generic Breakout Version 7 [TD]
-
Ronald Raygun replied Jun 8, 2010Set lot size to non 0 and trading style to non 0
Generic Breakout Version 7 [TD]
-
Ronald Raygun replied Jun 7, 2010No exit criteria other than a TP which is significantly smaller than a SL. There was no provision for re-entry. Do I wait for another signal in the same direction or do I wait for a signal in the opposite direction?
Another simple system
-
Ronald Raygun replied Jun 7, 2010Neuro, perhaps you could post a trading statement? I'm not really sure what to expect from this EA.
Extreme scalping using neural networks - EA/Manual
-
Ronald Raygun replied Jun 7, 2010Neuro, can you explain what the EA was thinking?
Extreme scalping using neural networks - EA/Manual
-
Ronald Raygun replied Jun 7, 2010Fann installer doesn't detect anything, just creates a new folder in Program Files
Extreme scalping using neural networks - EA/Manual
-
Ronald Raygun replied Jun 7, 2010Perhaps you should read the thread. The 140pip SL is a hard emergency stop. I can confirm the EA closes trades well before the SL.
Extreme scalping using neural networks - EA/Manual
-
Ronald Raygun replied Jun 7, 2010Did you install the Fann2MQL library?
Extreme scalping using neural networks - EA/Manual
-
Ronald Raygun replied Jun 7, 2010Any errors in the experts/journal tabs?
Extreme scalping using neural networks - EA/Manual
-
Ronald Raygun replied Jun 7, 2010For me it seems immediate. Watch the comments section written by the EA in the upper left corner of the chart, there are times when it flickers to 'training xxxx' Also, for neuro, is there some way we can give this EA a 'memory'? I'm assuming the ...
Extreme scalping using neural networks - EA/Manual
-
Ronald Raygun replied Jun 7, 2010The redline is the projected close price of the current 30M candle. Trade accordingly
Extreme scalping using neural networks - EA/Manual