The expert advisor based on the CandleAverage v3 indicator.
EU H4. 6 4 3 3.
Total net profit : 41.48%
RDD : 7.23%
The expert advisor based on the CandleAverage v3 indicator.
EU H4. 6 4 3 3.
Total net profit : 41.48%
RDD : 7.23%
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
EU H4. 6 4 3 3. MM Risk 3.
Total net profit : 334.30%
RDD : 28.55%
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
Hi Funyoo,
Can you help me, candleAverage V3 EA made order below zero line sell above zero buy and close order trend change and open new order vise versa perfectly
unfortunatly if i set SL and TP, any one hit , the EA again made order same direction
i need change SL or TP any one hit no more order the same direction
when trend change again need again order
totaly above zero line EA made buy order with SL or TP hit stop trade then below zero line EA made sell order with SL or TP hit stop trade (one trade only)
Please Funyoo your free time rewrite code for me
Thanks
best2004
Last edited by best2004; 06-11-2009 at 11:38.
This EA has a serious bug, it closes all manual orders on the account because the magic number is 0.
Looks like a great EA!
Thanks for sharing.
It stopped working after several months in the EUR\USD.
Too bad, it loooked ril nice.
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
Hi onu, your knowledgment is not that good too, if you look at the code there is if statements with || MagicNumber==0
Kindest regards,
Whoever wrote this, besides having a terrible coding style, making it real difficult to read, intended to close all manual orders. To change this simply set a magic number and then remove the '||Magic==0' tests from the if statements, it will then leave your manual trades alone.
Unfortunately, running this ea against eurusd data for July and august gave pretty poor results. It seems to be ignoring its indicator and opening a lot of opposite trades to the trend.