- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied May 13, 2010Would you be so kind to either post the code or explain how it works? Thanks, --RR
Dynamic (Magic Number) - Randomizing
-
Ronald Raygun replied May 13, 2010Just add .srv files.
Connecting to an MT4 Server and Objects and classes
-
Ronald Raygun replied May 13, 2010I highly doubt brokers can see MagicNumber, but if you are really concerned, then set the magic number to 0 (the same magic number applies to trades opened using the F9 key.
Dynamic (Magic Number) - Randomizing
-
Ronald Raygun replied May 13, 2010The whole point of MagicNumber is to let an EA know which trades it is supposed to manage. MagicNumbers prevent an EA from interfering with other EA's trades.
Dynamic (Magic Number) - Randomizing
-
Ronald Raygun replied May 13, 2010Trust us, if there were an accurate trend/range indicator, none of us would be here.
trend and range indicating indicator
-
Ronald Raygun replied May 13, 2010Not directly. Let's say an indi paints an arrow object on the chart, the EA would find that arrow, interpret the instructions inside, and then execute them. As far as direct calls, I don't think so.
Can an Indicator run an EA
-
Ronald Raygun replied May 12, 2010WindowBarsPerChart()
How to get count of bars on screen only (not on chart)
-
Ronald Raygun replied May 12, 2010I suggest multi-year optimizations so you can at least try and find some sort of annual cycle. I generally find certain times of year favor certain systems.
Would you use this optimization this month?
-
Ronald Raygun replied May 12, 2010I can't tell if you're being an idiot or if something else is going on. EAs are not smart enough to know what the market is 'giving them' EAs require three things: Entry Trade Management Exit You have only provided one of those things. How do you ...
I need a programmer
-
Ronald Raygun replied May 12, 2010Nope. Print really is the way to go unfortuately.
is there a logfile mq4 creator?
-
Ronald Raygun replied May 11, 2010I'm referring to hayseed's picture.
Gem of an EA needs a slight change
-
Ronald Raygun replied May 11, 2010All of those trades seem to be closed because the stoploss price was hit. What if the EA sent a close order instead? Would the slippage have increased in your case? As I understood previous attempts at modifying this code, it was supposed to close ...
Gem of an EA needs a slight change
-
Ronald Raygun replied May 11, 2010Closing multiple trades at the same price is quite unrealistic if you try to manage that from the client side (Metatrader). By setting the trade's takeprofit so they are all the same, you move the job of closing orders on the client side to the ...
Gem of an EA needs a slight change
-
Ronald Raygun replied May 11, 2010A potential alternative is to set the SL/TP such that the profit conditions are met when those are hit.
Gem of an EA needs a slight change
-
Ronald Raygun replied May 11, 2010High should actually be 0, because price is not required to place a vertical line.
Cant draw simple Vertical Line
-
Ronald Raygun replied May 10, 2010replace time with iTime(NULL, 0, 0)
Cant draw simple Vertical Line