- Credits
- 0
Hi you can send me the latest version with the best sets. Thanks so much. [email protected]
This is my review for this thread:
nice work.. and good support! andy continue so!
Hi Andy,
Related to this, I found that 2x only applies once. I explain myself: for example let’s sat that I start with lot 0.02 and it touches SL (ends in loses), next trade lot will be 0.04 what it’s working fine, but if this second trade also touches SL I would expect 0.08 for next trade and so on until a trade in profit is finished and after the cicle would start again with 0.02. But in reality it does 0.02, 0.04, 0.04... and always 0.04 until it restarts when a trade with profit is done.
I think that the behaviour for the base version makes sense because it is only supposed to use with only 2 trades in a row but with your custom version I don’t think it should work like that... what do you think?
Thanks again for you great work!
Thanks a lot for feedback, it means a lot to me.
Thank you for all comments about lot multiplayer. I like the idea... and even add the Martingale - why not, my purpose it
to make it work for many traders... and everyone chose right options for themself. Looks like time for V.3
I'm a bit busy these days, but I will reply to comments soon today... but in brief - I'm agree with all things above! Thank
you!
Hello brother, just some suggestion if u plan to add martingale
Pls also add one more parameters "maximum number of martingale"
So we still can think and decide how many times it will do martingale
Example if set "3" , it will only do martingale 3 times
0.01 lot
0.02 lot
0.04 lot
Then it will stay at 0.04 lot
Just my thought
Thanks
Hello brother, just some suggestion if u plan to add martingale
Pls also add one more parameters "maximum number of martingale"
So we still can think and decide how many times it will do martingale
Example if set "3" , it will only do martingale 3 times
0.01 lot
0.02 lot
0.04 lot
Then it will stay at 0.04 lot
Just my thought
Thanks
Hi,
sorry for delay with reply... I'm trying tp sum up all things for V.3 to make. I will post the list today and hopefully we will add/channge something if I missed
Will do. I do apologiesHey
I know that you are busy these days - wrote my question in private, check
OppsssWill do. I do apologies
You can use global variables in the EA to avoid reading history... or other methods also (as for example use part or the description or others). Depends on what you want...This is not a good idea as it will slow down the EA.
Before EA open a new order, it need to decide what the lot size is for the new order.
This means it needs to read through the history of closed orders.
If you have been running the EA for a few months with 10 pairs, there will be lots of history. Using your suggestion,the EA needs to read the history, possibly the entire history, that it has not reach the maximum yet.
e.g. if you set 3, and there is only 2 orders so far, EA has to read the entire history to find out that it has not reach the maximum.
What I suggest using max lost size means that the EA needs to look at the history and stop as soon as it look at the last order for that pair, if it is a win continue with normal lot size. If lose, multiply and check that it did not exceed the maxLotsize.
My proposal:Hi all,
I'm a bit confused, what kind of MM or Martingale to add, to make it good for all of you
and keep it simple and userfriendly. I suppose, better to add something that will suitable
for everyone... I'm not keen on that way, that's why hard decision for me... Any final idea
after all thoughts on it?