- Search Metals Mine
-
Ronald Raygun replied Aug 13, 2009Well, if that's the case, I'll probably have an easier time just feeding the ticks into a MySQL database and then processing the ticks from there. Thanks for the help.
Writing an EA without the start function?
-
Ronald Raygun replied Aug 13, 2009Here is a list of programmers in no particular order. (My apologies if I forget anyone, feel free to add yourself to the list). Perhaps it would be a good idea to contact them. Zen_Leow FerruFx Ronald Raygun Codersguru DGC Tesla Nealc99
How to make MT4 trailing stops work?
-
Ronald Raygun replied Aug 12, 2009Doesn't mean my fix solved the issue. (I hope it did)
4H Box Breakout
-
Ronald Raygun replied Aug 12, 2009Thanks for the heads up Dave. I modified the EA to not take trades while the EA is still determining the range. Problem B can be solved by expanding your buffer. Let's face it, in live trading, the price may be outside the box on the first tick of ...
4H Box Breakout
-
Ronald Raygun replied Aug 11, 2009This generally works to your disadvantage if you solely scalp.
Price Shading
-
Ronald Raygun replied Aug 11, 2009I coded the EA to follow this particular rule about re-entry. Reversals are only possible if the previous candle is the opposite direction of the current trade.
FollowTheLeader System
-
Ronald Raygun replied Aug 11, 2009Should I trail the stoploss to the previous day's open price if the trade is still open?
FollowTheLeader System
-
Ronald Raygun replied Aug 11, 2009My results turn up in a loss. Plain vanilla. Tack on some moves to BE at X pips, and we begin to see profit.
FollowTheLeader System
-
Ronald Raygun replied Aug 11, 2009Yes it does. Make sure you have the latest version. 10pipsman, go ahead. As for not getting it to work: Is the lot size 0? What do TradeTrigger and CloseTrigger say?
FollowTheLeader System
-
Ronald Raygun replied Aug 10, 2009I asked if he spoke mandarin
His response: Chinese people do not speak chinese? (Probably didn't get that correctly) 我会说中文一点儿。 I speak a little chinese. In short, I'm taxi literate. That is to say, I know enough to get me to an English-speaking ...4H Box Breakout
-
Ronald Raygun replied Aug 10, 2009Not what I meant. If Old SL = 1.0000 OrderModify (New SL = 1.000) the EA returns error code 1
Automatic stop loss change
-
Ronald Raygun replied Aug 10, 2009EA and set file attached. Change "follow the leader.txt" to "follow the leader.set" (ForexFactory doesn't seem to like .set files.
FollowTheLeader System
-
Ronald Raygun replied Aug 10, 2009Modify error 1 usually has to do with the order's stoploss/takeprofit being modified with a change of 0.
Automatic stop loss change
-
Ronald Raygun replied Aug 10, 2009That is the source code... Are you guys backtesting on a daily chart for reference? Maybe post screenshots so I can see what the comments are saying>?
FollowTheLeader System