• 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

Hi Tanaka,
This One You Will Like,,came out starting 2008 and survived the market crash of 2008, and until 2018 still very profitable, believe it or not it is working on TF 15M and officially good for 6 Major Pairs, but it can run on many many other pairs successfully.

World Top Programmers worked on it, every function of it still working perfect, and it has many good functions, so that you can take the code and run it easily on other EAs.

Only Problem with it, it still manage to contact the Author’s Server and get disabled. If you can only extract the code necessary for it to work and trash the rest, This EA will be a long profitable Friend of yours and mines too..
 

Attachments

Hi Tanaka,
This One You Will Like,,came out starting 2008 and survived the market crash of 2008, and until 2018 still very profitable, believe it or not it is working on TF 15M and officially good for 6 Major Pairs, but it can run on many many other pairs successfully.

World Top Programmers worked on it, every function of it still working perfect, and it has many good functions, so that you can take the code and run it easily on other EAs.

Only Problem with it, it still manage to contact the Author’s Server and get disabled. If you can only extract the code necessary for it to work and trash the rest, This EA will be a long profitable Friend of yours and mines too..
2018 EURUSD M15: 21% of the positions won....no more 2 say!
 
Hi, AU
I have checked EMA logic again and fixed EA. Can you check it again?
I also have attached back test for GBPUSD (TF isM5) in two conditions.
Part#1. SL, TP is zero, so EA will close with opposite arrow signal. In this case, Global stop loss should be set for safety.
Part#2. SL=100, TP=100

Both results seem good, so please do some tests for confirmation. Thanks.:ok:;)
upload_2018-6-25_17-15-46.png can u try this
 

Attachments

it does not work properly, i know, wait to see if Tanaka can get the code out and we'll test it again! be patient pls..
 
Hi Tanaka,
This One You Will Like,,came out starting 2008 and survived the market crash of 2008, and until 2018 still very profitable, believe it or not it is working on TF 15M and officially good for 6 Major Pairs, but it can run on many many other pairs successfully.

World Top Programmers worked on it, every function of it still working perfect, and it has many good functions, so that you can take the code and run it easily on other EAs.

Only Problem with it, it still manage to contact the Author’s Server and get disabled. If you can only extract the code necessary for it to work and trash the rest, This EA will be a long profitable Friend of yours and mines too..
thanks for share, can it be used in demo accounts?
and what about BT?
 
The EA is contacting the Author's Server. The Author's Server changed the code starting 2018, so the EA does not take Orders on my Real/Demo account. How much change is done? i do not know.Do they change the whole code or added a piece of code which only stopped it from working? i do not know. Let us wait for the programmer's opinion. all i know that people who paid for it still using it without any problems until today.. please be patient..
 
Hi, AU
I have checked EMA logic again and fixed EA. Can you check it again?
I also have attached back test for GBPUSD (TF isM5) in two conditions.
Part#1. SL, TP is zero, so EA will close with opposite arrow signal. In this case, Global stop loss should be set for safety.
Part#2. SL=100, TP=100

Both results seem good, so please do some tests for confirmation. Thanks.:ok:;)


thank you Tanaka you are good, I like your job, it is getting better all the time,.

Please, I need one more filter now,:


MA filter: the ea must buy onl if the price is above this MA too, and sell only if the price is under this MA too.

Regards
 
thank you Tanaka you are good, I like your job, it is getting better all the time,.

Please, I need one more filter now,:


MA filter: the ea must buy onl if the price is above this MA too, and sell only if the price is under this MA too.

Regards
Is it OK with "close price" to compare with each EMA? I have updated revF.
 

Attachments

Is it OK with "close price" to compare with each EMA? I have updated revF.
hello, thank you Tanaka but I can not see the differences between this version and the last one.
Where is the MA filter?

MA filter is a MA feature more, please add this feature like a filter, is not the same that the EMAs for the Trend filter.

The logic of this new filter is: if the price is above this Moving Average, so ONLY the BUY SIGNALS ARE opened, BUT if the price is under the Moving Average, ONLY the SELL SIGNALS ARE opened.
 
hello, thank you Tanaka but I can not see the differences between this version and the last one.
Where is the MA filter?

MA filter is a MA feature more, please add this feature like a filter, is not the same that the EMAs for the Trend filter.

The logic of this new filter is: if the price is above this Moving Average, so ONLY the BUY SIGNALS ARE opened, BUT if the price is under the Moving Average, ONLY the SELL SIGNALS ARE opened.
What do you mean? You want filter separately?
#1
Price> EMA1>EMA2>EMA3 --BUY ONLY
EMA3>EMA2>EMA1>Price --SELL ONLY

#2
EMA1>EMA2>EMA3 --- BUY ONLY
EMA3>EMA2>EMA1 -SELL ONLY
 
What do you mean? You want filter separately?
#1
Price> EMA1>EMA2>EMA3 --BUY ONLY
EMA3>EMA2>EMA1>Price --SELL ONLY

#2
EMA1>EMA2>EMA3 --- BUY ONLY
EMA3>EMA2>EMA1 -SELL ONLY
IS simplest than that, I will try to explain better:

1) take the Auto Trade Fusion_revE version (THAT VERSION IS PERFECT, NOT CHANGE NOTHING).

2) ADD another filter: one MA, if the price is above, only Buy; if the price is under only Sell.

3) but all the other filters and features must still working like now.

THE EA MUST WORK LIKE IT IS WORKING, ONLY ADD THIS FILTER, OPTIONAL, OK?

THANK YOU!
 
IS simplest than that, I will try to explain better:

1) take the Auto Trade Fusion_revE version (THAT VERSION IS PERFECT, NOT CHANGE NOTHING).

2) ADD another filter: one MA, if the price is above, only Buy; if the price is under only Sell.

3) but all the other filters and features must still working like now.

THE EA MUST WORK LIKE IT IS WORKING, ONLY ADD THIS FILTER, OPTIONAL, OK?

THANK YOU!


Sorry Tanaka, I am testing your last version "F", let me see if I understand it, the change that you did in this version is :

the EA only Buy when the price is above all the EMAs
and the EA only Sell when the price is under all the EMAs,

right?
 
Sorry Tanaka, I am testing your last version "F", let me see if I understand it, the change that you did in this version is :

the EA only Buy when the price is above all the EMAs
and the EA only Sell when the price is under all the EMAs,

right?
Yes, You are right and in addition, I also added close price should be more than all EMAs.
Is that enough for you or can I add one more filter without EMAs as you told me?
 
Yes, You are right and in addition, I also added close price should be more than all EMAs.
Is that enough for you or can I add one more filter without EMAs as you told me?
THANK YOU TANAKA your are great, now is complete for me, I will chek it all and let you know the best settings that I fin, if there is any.
best regards
 
THANK YOU TANAKA your are great, now is complete for me, I will chek it all and let you know the best settings that I fin, if there is any.
best regards
I wonder sometimes reverse mode TRUE is very good , but next month, reverse mode TRUE is very bad, instead reverse mode FALSE is very good.
If you find the logic how to change reverse mode TRUE/FALSE depending on chart trend or something, I want to code it. That will be super!;)
 
Back
Top