AIS102 Trading Robot: Modification
AIS102 Trading Robot: Modification
Hi Ais
Great work
102 sounds better than 101
maybe can you add a MM to increase your results ?
regards
OK
Unfortunately poor results for 2 years 2007-2008:
Ais hi, downloaded the AIS102 but when putting it on the chart there was no input tab...??
Tried a second time...but to no avail.
Regards,
D.
AIS1 Trading Robot: Additional Information
AIS1 Trading Robot: Updated Demo Server List
Hi friends
To obtain input tab:
1. declare settings as "extern"
"
//< 3. Input >============================//< 26>
//< 27>
extern double aed.AccountReserve = 0.20 ;
extern double aed.OrderReserve = 0.04 ;
extern double aed.TakeFactor = 0.8 ;
extern double aed.StopFactor = 1.0 ;
extern double aed.TrailFactor = 10.0 ;
//< 33>
//</3. Input >============================//< 34>
";
2. compile code.
Best regards
Ais
Last edited by Ais; 02-15-2009 at 16:14.
AIS,
Thank you very much for sharing your work. I had 2 questions.
1. Is there a trading time you recommend for this EA? e.g. London and US session but skip Asian session. Or do you run it 24-5?
2. I understand the basic logic thanks to Funnyoo. But why does ACB1 place 3 orders when it gets a signal? But AIS102 looks like it places 1. In terms of logic why the 3 trades at a time for ACB1?
Thanks again,
Sandy
Last edited by nubchai; 05-22-2009 at 15:02.
Hi Sandy,
Answers:
1.
AIS1 works 24-5, standard settings are based on D1 and H4 timeframes.
Realtime AIS1 results on real account since 2009.02.14:
www.acompetition.love-craft.ru
www.forfrx.com
2.
ACB1 was developed for Automated Trading Championship 2008 with open orders limitation.
3 was maximal number of open orders.
Best regards and many happy returns,
Airat
Last edited by Ais; 07-04-2009 at 11:58.