- Credits
- 0
I have added.
Thanks alot Mr Tanaka san!!
really fast and appreciate your contribution!

will test it out..
I have added.

I think I have code this EA before? SEFC10?Hi mr. Tanaka,
Well i can see that this is good EA whith a lot options, but can you do something for me .
Can you insert this Indicator , this is rarely repaint but only 2 bar distance for better entry, because this indi is created for another strategy.
Now is 10 : 45am and since 9:00am it indicates buy positions.
Couple bars before lines, there are little scissors which indicates direction changes, after that they changes to lines with green or red dot at the begining of the line. This dot was scissors.
I am sending you 2 pics
1: scissors
2: lines
Hi Mr Tanaka I attach an EA with two Indicators but fails to open a position, then take the two new Indicators and create an EA based on the logic of the original EA. Thank you.
Hi sir tanak can you make an EA of this indicator TH3NG PIPFINITE V1
Rules:
Long Position:
Entry after the arrow displayed at the opening of next candle
TP: i prefer Trailing Stop (it shows on the indicator) or TP2 (TP2 or above to have a good risk reward ratio)
SL: it shows on indicator
Short Position:
Same rules
![]()
And thanks Mr Tanaka
Please enjoy!Hello Mr. tanaka akiko, kindle make an EA of the attached indicator with the below parameter alongside your template.
*All the parameters should be customizable.
*Current TimeFrame- M1, M5, M15, M30, H1, H4, Daily.
BUY - When red cross above the green line
SELL - When red cross beneath the green line
** Option to choose if a trade should trigger - (i.) immediately at MA/lines cross or (ii.) at Close of the crossed candle.
*It should work with all currency pairs, commodities, metals, and cryptocurrencies.
*Email/Push notification.
**POSITION MANAGEMENT:
Take Profit:
- Close trade on opposite signal/lines cross
- Point specify by user
Stop Loss:
- Point specified by the user (Stop loss in pips)
- Trailing stop
*MONEY MANAGEMENT:
- Risk allocation for each trade - 2% (default) of Account Balance
- Manual lot size - To be set/input by user but default = 0.01
Thanks.
I can only get arrow signal (buy & sell signal only)Hi sir tanak can you make an EA of this indicator TH3NG PIPFINITE V1
Rules:
Long Position:
Entry after the arrow displayed at the opening of next candle
TP: i prefer Trailing Stop (it shows on the indicator) or TP2 (TP2 or above to have a good risk reward ratio)
SL: it shows on indicator
Short Position:
Same rules
![]()
And thanks Mr Tanaka
I coded but opposite signal close is not profitable, so you can use tp/sl.hello can anyone make an EA with this indicator?
thank youI coded but opposite signal close is not profitable, so you can use tp/sl.
Dear Master this working goodI coded but opposite signal close is not profitable, so you can use tp/sl.
Did I code HalfTrend MTF EA before?Dear Tanaka,
Can please help create a Renko EA from my strategy and indicator below.
Basically, Here how i trade manually :
1. Attach Renko Mod EA(set 10pips) to M1 chart. Load M1 chart history(press home till end) and open the Offline chart.
2. Attach the HalfTrend Indicator to Offline chart.
I attached the HalfTrend indicator(alerts can be disabled as picture attached).
I attached the Renko Mod EA
So basically my request is to create a new EA that will run on Renko chart that will ONLY do perform:
BUY Cycle:
1. Renko Bar closed following above Indicator HalfTrend MTF
2. and open Buy on every next Renko bar(Buy trend confirmed)
3. CUT LOSS(close ALL buy positions) when Renko opposite bar confirmed.
SELL Cycle:
1. Renko Bar closed following Indicator HalfTrend MTF
2. and open Sell on every next Renko bar(Sell trend confirmed)
3. CUT LOSS(close ALL sell positions) when Renko opposite bar confirmed.
* Money Management:
1. Add multiplication method x1.6 for next Cycle onwards ONLY when detected there is total loss position on previous Cycle(If total CUT LOSS Cycle negative or value <0)
2. Lot size back to default after BUY/SELL Cycle closed with profit.
3. If loss again repeat step 1&2
4. Automatic Compound lot size according to equity.
Really really appreciate if you could create this for me. We call it Renko trend cycling EA
Hope to hear from you soon.
Dear master this is not working plg check itI can only get arrow signal (buy & sell signal only)
So please use tp/sl.
Tanaka san,
could you please make the EA from this indicator
I ever post on page 990
refer base code of EA supper arrow indicator(RevB)
https://soehoe.id/i-will-make-a-free-ea-with-your-indicator.t9801/page-990

Hi, this EA read H1 TF previous bar close price.
double l_iclose_48 = iClose(gs_eurusd_144, 0, 1);
double l_iclose_56 = iClose(gs_euraud_152, 0, 1);
double l_iclose_64 = iClose(gs_audusd_160, 0, 1);
double l_price_72 = l_iclose_56 * l_iclose_64;
double ld_80 = 1.0 * l_iclose_48 / l_iclose_64;
double ld_88 = 1.0 * l_iclose_48 / l_iclose_56;