I will wait until Monday to try some solutions. I will tell you the results.
Thank you
Posts made by ettaher
-
RE: martingle don't workposted in Questions & Answers
-
RE: martingle don't workposted in Questions & Answers
Hello
Thank you .
I think it's because pip gaps. I will make sure of this. I tried the expert on a minute frame for a quick test. I will try it on a larger frame to be sure.
Broker xm -
martingle don't workposted in Questions & Answers
hello
i use micro account
symbol suffix EURUSDmicro GBPUSDmicro
i see multyplication not work
but It works well in backtest and demo accounts -
Compare lotsposted in Questions & Answers
hello
I want to add a condition to compare the lot of the last currently open deal with the lot of the last closed deal
. -
RE: reset by max lotsposted in Questions & Answers
Thank you very much mr jstap and mr l'andorrà . I've solved the problem in a different way.
-
RE: reset by max lotsposted in Questions & Answers
hi
I tried a lot but I couldn't do it.
Good . I want to work only with option " Reset after how many losses "
But I noticed that when it is activated and after the lot returns to the initial lot, the multipliers stop and the expert waits for a winning deal in order for the multipliers to start working again .How will I make the multiplication run without stopping?
exemple :
Lots initial : 0.1
Lots Multiplication : 2.0
Reset after how many losses : 3so After successive losses. I want the trade lots to be as follows :
0.1 l 0.2 l 0.4 l 0.1 l 0.2 l 0.4 l 0.1 l 0.2 l 0.4 -
RE: reset by max lotsposted in Questions & Answers
@ettaher this is my projet
https://fxdreema.com/shared/H767fvkKb
or download mq4 file
RSI MP.mq4 -
RE: reset by max lotsposted in Questions & Answers
Thank you so much . But I didn't understand how to do that.
Can you share me the link the project ? -
RE: reset by max lotsposted in Questions & Answers
I know this option. But when the lot reaches this value, I want him to open the deal with an initial lots.
I want expert reset to initial lots
Example so you understand what I want ?Lots initial : 0.1
Lots mutiple : 2.0
Maxlots : 1.0So after losse
Next trade open whith lot 0.2 / 0.4 / 0.8
But next trade not open whith 1.6 becaus Maxlots1.0
It will open with a initial lots size -
RE: reset by max lotsposted in Questions & Answers
ok i add variable
https://fxdreema.com/shared/H767fvkKb
or download mq4 file
RSI MP.mq4 -
RE: reset by max lotsposted in Questions & Answers
thank you for replying .
Can you give me a model cross 2 moving average ? I know the variables . But I need a model to understand how I will do this. -
reset by max lotsposted in Questions & Answers
hello
I work with the martingle strategy ( cross 2 moving average ) .
I want to add max lots to expert
How do I make the expert open the deal with the initial lot if the deal will open a lot larger than max lots ?
I don't want to work with " Reset after how many losses "
I want to replace it with Maxlots