GraHal,
See here the resultats for my algo-robot nammed “Kangourou-jump-Mouse-nubbling”.
Haha looks good! Well done!
You tell me how you did it, and I’ll tell you how I did attached! 🙂
Tomorrow, I’ll post the .itf’s to your Tail Algo’s …I’ve set one going on DJI and one on DAX on Demo Forward Test.
Thank you Nicolas.
That’s what worked well: a mix of yours and mine.
Now you just have to test it in real trading mode to compare the results.
WHILE IntradayBarIndex > indexBarre DO
upper= (ABS(Open - High))
lower= (ABS(Open - Low))
//upper= High - Max(Open,Close) // Not correct
//lower= Min(Open,close) - Low // Not correct
gren= Close > Open
red= Close < Open
macdopa – Please always use the ‘Insert PRT Button’ when putting code in your posts. Your post has been edited.