for buy is correct for sell the second arrow
Last edited:
for buy is correct for sell the second arrow
where can I get ea mother ???Yes, please FT.
https://soehoe.id/i-will-make-a-free-ea-with-your-indicator.t9801/page-839#post-316552where can I get ea mother ???
Sorry, this is not my EA and the logic is hard to understand and it is very difficult for me to move logic into my template. Please find the better EA!good day mr tanaka, can you change this ea with new template like super arrow indicator?
thanks for your kindness
OK, I think I got a logic..... Let me try....good day mr tanaka, can you change this ea with new template like super arrow indicator?
thanks for your kindness
double ima_4 = iMA(Symbol(), 0, maPereode, 0, MODE_LWMA, PRICE_CLOSE, 0);
double istochastic_12 = iStochastic(NULL, 0, kperiod, dperiod, slowing, MODE_SMA, 0, MODE_MAIN, 0);
double istochastic_20 = iStochastic(NULL, 0, k_period, d_period, s_lowing, MODE_SMA, 0, MODE_MAIN, 0);
if (Ai_0 == 1 && f0_0() == 1) {
if (Close[1] < ima_4 && istochastic_12 > lo_level) return (2);
if (Close[1] > ima_4 && istochastic_12 < up_level) return (-2);
}
if (Ai_0 == -1 && f0_4() == 1) {
if (istochastic_20 > uplevel) return (2);
if (istochastic_20 < lolevel) return (-2);
}
yes exactly
thx mr tanakaOK, I think I got a logic..... Let me try....
Code:double ima_4 = iMA(Symbol(), 0, maPereode, 0, MODE_LWMA, PRICE_CLOSE, 0); double istochastic_12 = iStochastic(NULL, 0, kperiod, dperiod, slowing, MODE_SMA, 0, MODE_MAIN, 0); double istochastic_20 = iStochastic(NULL, 0, k_period, d_period, s_lowing, MODE_SMA, 0, MODE_MAIN, 0); if (Ai_0 == 1 && f0_0() == 1) { if (Close[1] < ima_4 && istochastic_12 > lo_level) return (2); if (Close[1] > ima_4 && istochastic_12 < up_level) return (-2); } if (Ai_0 == -1 && f0_4() == 1) { if (istochastic_20 > uplevel) return (2); if (istochastic_20 < lolevel) return (-2); }
Oh, you can not download EA from my blog.Hi Tanaka ,
I follow your blog daily with great interest but I have not understood where you can download and test your EAs, within your blog I do not find a DOWNLOAD area.
For example, where can EA download below?
Thank you for a kind reply
View attachment 88138
Why don't you use normal tp/sl/ trailing?yes exactly
Thanks you you are the bestI copied Super arrow indicator Rev.B to a New template.
This is the newest version.
Here the indicatorHi tanaka
Could fix the bug for my EA?
Any order to buy or sell will automatically open those orders again if it is a manual or take profit clause Re open bug re-open true false and need opposite closed option
can you explain in detail how to fill ea mother ... I am confused whether the mother placed on 3 chart no magic must be different in each pair