• 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

Olá, boa tarde, se alguém tiver alguma sugestão para melhor configuração .. (set) obrigado ... aqui EA ...

thanks..

eklatantforexrobot.com
 

Attachments

Last edited by a moderator:
it's not a question of pair
you can put same robot on same pair on 2 different timeframe for example !
if you put same robot more, each time you put this robot you change magic number to be sure ...
Ok so it magic will only be an issue if you use the same EA with same pair in different charts right?
If we use different pairs it will be ok to use same magic right?
 
Ok so it magic will only be an issue if you use the same EA with same pair in different charts right?
If we use different pairs it will be ok to use same magic right?
I am sure i am not a good teacher
ask yourself this
Ea Z on GBPUSD M5
and
EA Z on GBPUSD M30
Do you think it's good to put same magic number on the two EA "Z" ?
Anyway it's not the thread to give lessons in MQ4
Please go to mql5.com site to get more info

Ok it's a little work to change magic number, but don't forget that you work for money with your EA's
 
Ok so it magic will only be an issue if you use the same EA with same pair in different charts right?
If we use different pairs it will be ok to use same magic right?
Yes you are right. Logic is simple. EA will use Magic number+Pair to track and manage the trades so make sure it is always unique.
 
I am sure i am not a good teacher
ask yourself this
Ea Z on GBPUSD M5
and
EA Z on GBPUSD M30
Do you think it's good to put same magic number on the two EA "Z" ?
Anyway it's not the thread to give lessons in MQ4
Please go to mql5.com site to get more info

Ok it's a little work to change magic number, but don't forget that you work for money with your EA's

Hope you are aware of that Super arrow is a repainting indicator.
 
Yes you are right. Logic is simple. EA will use Magic number+Pair to track and manage the trades so make sure it is always unique.
Yes correct, I just wanted to make sure that EA considers Magic+Pair and not only Magic. I was trying to be specific because depending on how I want it I could code it one way or the other.

For example:

1- I could code an EA that worries about Magic Nº but also filters the currency pair for each chart (magic+pair), what means that if I add this EA to different currency pair charts then they would work as "isolated" (most common way of coding or EA behaviour),

or

2- I could code an EA that only worries about Magic Nº, and looks for all the transactions with that Magic Nº no matter the currency pairs,

or

3- I could code an EA that doesn't care about nothing and looks for every open transaction and consider them for its algorithms.


Sarah I'm not asking for lessons about MQL4/5, I just have a doubt regarding Mr. Tanaka's EAs behaviour regarding profit and busket_profit parameters. I'm almost sure that busket_profit works as in my example case 3, but I don't really know if profit parameter works like my example case 1 or 2 (I'm testing behaviour myself but in FT sometimes it takes time for some EA to open transactions so if someone knows the answer it's faster to ask hehe).

Thanks for all your input! :):)
 
Yes correct, I just wanted to make sure that EA considers Magic+Pair and not only Magic. I was trying to be specific because depending on how I want it I could code it one way or the other.

For example:

1- I could code an EA that worries about Magic Nº but also filters the currency pair for each chart (magic+pair), what means that if I add this EA to different currency pair charts then they would work as "isolated" (most common way of coding or EA behaviour),

or

2- I could code an EA that only worries about Magic Nº, and looks for all the transactions with that Magic Nº no matter the currency pairs,

or

3- I could code an EA that doesn't care about nothing and looks for every open transaction and consider them for its algorithms.


Sarah I'm not asking for lessons about MQL4/5, I just have a doubt regarding Mr. Tanaka's EAs behaviour regarding profit and busket_profit parameters. I'm almost sure that busket_profit works as in my example case 3, but I don't really know if profit parameter works like my example case 1 or 2.

Thanks for all your input! :):)

You should always go with 1st point. It's a proven and easy to code it. If you can do it in a simpler way, then you don't need to complicate it.
 
anybody can explain use attack martin and auto attack martin, i set all true and pips step = 10 today use eurcad lot 0.1 flooting 40usd, but no open martin
Hi!

I'm sure that Mr. Tanaka will explain it much better and in detail but with auto_attack_martin the EA calculates the pipstep to open martingale trades I suppose based in some volatility algorithim or something like that. While BT I noticed that it was effective during opossite trends as it opened martingale with different ranges and not as a grid based on fixed pipstep (it will use your pipstep parameter value if auto is off). In my BT at least I found it very nice feature :)
 
You should always go with 1st point. It's a proven and easy to code it. If you can do it in a simpler way, then you don't need to complicate it.
Totally agree, but in some scenarios it's really useful to have different options as parameters... and Mr. Tanaka EAs normally have those parameters, just asking how they work to fully understand their behaviour
 
hi everybody,

can you share EA with this strategy ? if it's not there ... please try to build EA with this strategy if you interested.

upload_2018-12-29_3-26-45.png
 

Attachments

  • upload_2018-12-29_3-26-45.png
    upload_2018-12-29_3-26-45.png
    49.7 KB · Views: 867
[QUOTE = "tomas78, post: 271417, membro: 31486"] Sr. Tanaka;
Por favor, faça um EA para esta estratégia:
[MEDIA = youtube] e87FkfaJRf4 [/ MEDIA]
Pares em 4H: EURUSD, EURJPY, USDJPY, EURNZD, EURCAD, EURAUD, CADCHF, GBPCHF, AUDUSD, AUDNZD.
obrigado [/ QUOTE]
]tanaka tenta fazer este EA
 
Back
Top