| / | Forum |
|
turbo2602
2008.04.15 06:43
Hello Everyone, Does anyone has an EA for Parabolic SAR that could share with me, I'm trying to test it with a new starategy that I'm working on. Thanks, Mike K. |
|
Report: Jury Meeting at 11th October 2006 Decisions made by Jury of the Automated Trading Championship. |
33779 |
Rosh
2008.04.15 16:07
|
|
cfabian
2008.04.15 23:15
Rosh wrote:
See article Эксперты на основе популярных торговых систем и алхимия оптимизации торгового робота (Продолжение) Hello Rosh, The article looks very interesting, however my russian is not very fluent =) ....... do you know if there's an english version??? As turbo2602, I'm also very interested in testing EA with PSAR. Thanks and best regards, |
|
turbo2602
2008.04.16 05:43
Rosh,
Thanks for the link, I managed to get some info from there even though my Russian is zero at this point :)
I have created an EA for what I was looking for but for some reason when I back test it no lots gets opened, what exactly I’m I missing here. All what I wanted the EA to do is that to open positions when Parabolic SAR changes direction “from being above candle to below the candle and visa versa and close the previous open position” don’t care about the time frame for that chart…
Could you please take a look at what I have and let me know if there is anything you could help me with.
Your help is greatly appreciated.
Thanks
extern double step=0.02; //+------------------------------------------------------------------+ void start() if (OrderSymbol()==Symbol() && ( OrderType()==OP_BUY || OrderType()==OP_SELL )) //+------------------------------------------------------------------+ |
33779 |
Rosh
2008.04.16 11:17
Sorry, I don't have time to consider to your problem carefully. Place Exp_8.mq4 into ../experts/ and Lite_EXPERT1.mqh into ../experts/include/ folders.
|
33779 |
Rosh
2008.04.16 11:17
Include file Lite_EXPERT1.mqh
|