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?
hello.
will the trade only start when an arrow appears?
Hey
I know that you are busy these days - wrote my question in private, check