• 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

Ciao ragazzi, qualcuno può fare un bis con questo indicatore? la strategia è molto semplice, compra quando la media lenta diventa verde, vendi quando la media lenta diventa rossa.
grazie
 

Attachments

Last edited by a moderator:
Hi, if you are trading manual, then u can use Tanaka Trade Master which have all the options required for any manual trading. All kinds of basket and other closing options.

View attachment 110218

View attachment 110219
Tanaka Trade Master is an amazing and safe EA.

Thanks for your suggestion, Mr Khan.

I am testing it now with a real account.

Happy to share the info about its performance so far: https://www.myfxbook.com/members/Brightlin3/no-expectation/5011102
 
[QUOTE = "fabioph, post: 385385, membro: 18629"] [QUOTE = "Quokka, post: 385384, membro: 27003"] Tanaka Trade Master è un EA straordinario e sicuro.

Grazie per il tuo suggerimento, signor Khan.

Lo sto testando ora con un account reale.

Felice di condividere le informazioni sulle sue prestazioni finora: https://www.myfxbook.com/members/Brightlin3/no-expectation/5011102 [/ QUOTE]
dov'è il maestro del commercio tanaka? [/ QUOTE]
can you attach the ea here?
 
[QUOTE = "fabioph, post: 385385, membro: 18629"] [QUOTE = "Quokka, post: 385384, membro: 27003"] Tanaka Trade Master è un EA straordinario e sicuro.

Grazie per il tuo suggerimento, signor Khan.

Lo sto testando ora con un account reale.

Felice di condividere le informazioni sulle sue prestazioni finora: https://www.myfxbook.com/members/Brightlin3/no-expectation/5011102 [/ QUOTE]
dov'è il maestro del commercio tanaka? [/ QUOTE]
can you attach the ea here?

Hi Fabio, it's unfortunately not a free EA. Mr Tanaka is selling from his website for 20 bucks only. http://tanakaakikomql4.s1009.xrea.com/archives/19967722.html
 
Dear Tanaka
Please make an EA with color-change of this Precious indicator . with SL , Tp (tp=0 , means no tp and close with color-change) , just take order , close with color-change/TP (or SL), and take the reverse order . (if SL hit , wait till color-change , then , take the new order)
Thanks a lot
thanks Bro , sorry for disturb you:)
DEAR FRIENDS,
AS YOU KNOW, THERE ARE LOTS OF JUNK, REPAINTING AND WORTHLESS INDICATORS AROUND US.
I SUGGEST TO SAVE DEAR TANAKA AND OUR TIME, AND
FIRSTLY EVALUATE ANY INDICATOR IN FORUM BY DECISION OF TRADERS, AND
AFTER CONFIRMATION OF 3 TRADERS, MR TANAKA START HIS WORK ON IT.
PLEASE WRITHE HERE YOUR IDEAS ABOUT IT.
THANKS
AMIR
good said.thx
 
[QUOTE = "ZAFARJOIA, post: 385511, membro: 22705"] [MEDIA = youtube] bj6o-fukaHk [/ MEDIA] [/ QUOTE]

l'account minimo è di $ 5000 con un 40% di sconto
 
hey guys please can anyone make an EA of this very profitable indicator

it gives arrow signals and has more than 70% accuracy and in only 30 days in one pair made 2624 pips

gbpusd-m5-international-capital-markets.png


And thank you very much
 

Attachments

hey guys please can anyone make an EA of this very profitable indicator

it gives arrow signals and has more than 70% accuracy and in only 30 days in one pair made 2624 pips

gbpusd-m5-international-capital-markets.png


And thank you very much

i believe you just drop the indicator to ur chart without try it before
just try and u'll realize that is not profitable indicator
 
Hello Stadevata: forgive my forms, I still do not understand how to publish, could you see my indicator? It is on page 1111, thank you very much.
 
Hello Stadevata: forgive my forms, I still do not understand how to publish, could you see my indicator? It is on page 1111, thank you very much.

sorry i already open it ..
but i don't know what u mean :rofl::rofl::rofl::rofl:
i can only speak indonesian and english language :D
 
i believe you just drop the indicator to ur chart without try it before
just try and u'll realize that is not profitable indicator
Can you just please try to make an ea of it because i believe that is profitable even if it doesnt make 2646 pips at least he can make 1300 pips
 
Hello Stadevata: I apologize, but I have an automatic language converter, and I forgot to disconnect it, the momentum indicator, you put it in mt4, it puts arrows very well, but in demo it does not work, you reload it and put the missing arrows, If you could fix it ???, I would like to do an ea with it, plus another indicator that I have, I use M1, thanks for your time, a hug. page,1111
 
sorry i already open it ..
but i don't know what u mean :rofl::rofl::rofl::rofl:
i can only speak indonesian and english language :D
Hello Stadevata: I apologize, but I have an automatic language converter, and I forgot to disconnect it, the momentum indicator, you put it in mt4, it puts arrows very well, but in demo it does not work, you reload it and put the missing arrows, If you could fix it ???, I would like to do an ea with it, plus another indicator that I have, I use M1, thanks for your time, a hug.
 
Hello Stadevata: I apologize, but I have an automatic language converter, and I forgot to disconnect it, the momentum indicator, you put it in mt4, it puts arrows very well, but in demo it does not work, you reload it and put the missing arrows, If you could fix it ???, I would like to do an ea with it, plus another indicator that I have, I use M1, thanks for your time, a hug.

i already check the indicator code ... and the code have an error "zero divided"
error code :

double signalVal = (momVal / (atrVal + adxVal)) - subtractFromSignalVal; // -2
double indiVal = ((atrVal + cciVal + rsiVal) / adxVal) - subtractFromIndiVal; // -1


code with red color should not be the same as zero
when you put the indicator on chart it will look good coz there is no zero divided
but if u run it on chart there is zero value coz mt4 calculate it.
its done when those 2 line change with this ..

double signalVal = (atrVal + adxVal)!= 0 ? (momVal / (atrVal + adxVal)) - subtractFromSignalVal : 0; // -2
double indiVal = (adxVal) != 0 ? ((atrVal + cciVal + rsiVal) / adxVal) - subtractFromIndiVal : 0; // -1


But this indicator badly repaint
just test it with strategy tester and compare it with when you drop this indicator directly on chart , not just late arrow but it give super badly repaint arrow


 

Attachments

Back
Top