- Credits
- 11
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

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;
Dear master plg check itWhat the problem?
View attachment 92953

This is repaint and if you do backtest with slow speed with attached the indicator you will see that red and green dot appear and dissapper.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
Is this what you want?Mr tanaka i dont use this back test, i am testing it on demo account and it works very well, please code it for me.
Yes sir tanaka.
No open Orders
yes its working good H1 eurusd pair and it working only in demo account, make it work in real accountIs this good one?