- Credits
- 0
Quality NA and only 22 trades ... too small sample size to draw any conclusion.
I do not think we could replicate his result by using his EAs because he mentioned before that he manually intervene the trades.
Guess you will have to ask him to manage you trading account.
Sir Tanaka
pls changing EA-HalfTrend,
position close, set up as follows
Bad indicator...whats the password
How did you get the yellow boxes. I thought halftrend indicator give only arrows?Sir Tanaka,
it is worth making a robot out of it
D-System
I tested manual
![]()
![]()
Indicators:
Red Moving Average: Ema100 (can be change)
Green Moving Average: Ema200 (can be change)
####HalfTrend-1.02_push (default setting)
Buy:
Entry: Red EMA > Green EMA and yellow box
Close: contrast yellow box
Buy:
Entry: Red Ema > Green Ema and yellow box
Close: contrast yellow box
it is just rewrittenHow did you get the yellow boxes. I thought halftrend indicator give only arrows?
WOW! MAGICAL RESULT!Today's Performance on MyRenkoStrategyEA
The first file uses the "LRFF-10.2 TmaSlope v.8_2.ex4" which you haven t uploaded yet....Even if this indi wouldn t be a repainter(which is a k.o. criteria for me) the calling of an indicator inside an indicator slows the strategy tester down to a speed were no optimizing is possible...
I would suggest to replace the first file with a fast trend indicator!
hi mate,Today's Performance on MyRenkoStrategyEA
Are you running a different version now? I have been running the version you posted a few days back and have over $600 drawdown on my demo account.Today's Performance on MyRenkoStrategyEA
Please share with us how to setup renko chart and make it work with the EA. I never use it before.View attachment 94470 View attachment 94469
My results are pretty good too, lets see if it blows the account!!
Same results, can't find setting make profitHello dear, I tried this EA, also checked the indicator traces and came to know that EA takes order early, need to be little but delay, means upper and lower lines needs to be more far, as they are near so signal picked early and end in martingale.
Checked both M5 and H4, on everytick, DD was 50% but due to indicator settings, EA is not giving much profit.
Please share with us how to setup renko chart and make it work with the EA. I never use it before.
Nice!![]()
The title is "I will make a Free EA with your Indicator"Today's Performance on MyRenkoStrategyEA
This solves it quickly....
- join tellegramm
- t.me/joinchat/HYZxxhUnPCYxyM8eMXc4GQ
- in this group u hv the updated flash ea
Biztet, I check the code and found the reason why the order is closed with small profit even small loss.
I coded like below as you requested.
1. Buy signal appear.
2. Buy order is placed and sell stop (pending) order is placed at the same time.
3. If Buy order is closed with profit, then delete sell stop order because the signal shows that it is now buy trend.
4. At this moment, if you have another sell order, which was ordered sometime before, this sell order is also closed with sell stop order because it is now buy trend.
This is the reason. Most of time, this sell order is closed with loss trade like your picture.
That is why you have many short time orders with loss.
I changed code to add Minimum profit so that if it is now buy trend, the sell order will be closed only when the sell order profit is more than minimum profit dollar ($5).
This is to avoid small profit loss.
You can set here.
View attachment 94316
View attachment 94317
I tested with Hedge =TRUE
GU M5
View attachment 94318