• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Suggestion I will make a Free EA with your Indicator

Sir Tanaka,
it is worth making a robot out of it

D-System
I tested manual
system-png.94242

statement-gif.94244

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
How did you get the yellow boxes. I thought halftrend indicator give only arrows?
 
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!

Hai reteied,

Thanks for your suggestion just we can use this instead of first file. but this indicator signal to exit when crossing zero. right.
 
my Renko trade window Global Prime - MetaTrader 4.png MyRenko EA Global Prime - MetaTrader 4.png
WOW! MAGICAL RESULT!
How to use Renko Chart like that?

My results are pretty good too, lets see if it blows the account!!
 

Attachments

  • MyRenko EA Global Prime - MetaTrader 4.png
    MyRenko EA Global Prime - MetaTrader 4.png
    113.3 KB · Views: 1,153
  • my Renko trade window Global Prime - MetaTrader 4.png
    my Renko trade window Global Prime - MetaTrader 4.png
    110.1 KB · Views: 1,152
Hello 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.
Same results, can't find setting make profit
 
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

Sir Tanaka, thank you for the EA.
So far bt is quite good but need to modify a little bit for now.
1. An option to close or not to close the main trade when the buystop/sellstop is executed.
2. For Opposite_Close, please change from RSI to HalfTrend MTF with alerts.
3. Really need a separate lot size for buystop/sellstop.

That's all for now. Thank you.
 
Last edited:
I have been studying the flow of trends in this forum.
While a few are working in the background with BTs and FTs on the most profitably coded EAs by Tanaka- others sit tightly in a corner waiting for results and set files to be published for them.
The good news is that a lot of traders have moved from FTs to the real thing, making money, while others are still throwing in garbages for Tanaka to make new EAs, also some keep asking for EA and setfiles, some asking for more modifications that end up in garbages, some still in the BT phases.........But one thing is certain, we have learned a lot from this thread better than every other thread in soehoe. And we will only keep getting better as a community.....Kudos to everyone who has really done his or her part in creating a niche in this industry........
 
Back
Top