Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
View Poll Results: you will use a martingale in live account?
Hello in attach file you can view a martingale expert, my only suggestion is if anyone can change the code to take operation in this way;
.- if the first position is buy the second will be sell and thir buy and fourth sell etc etc (all depend of the max trades variable)
.- if the first position is sell the second will be buy and third sell and fourth buy etc etc. (all depend of the max trades variable)
Thanks in advance
Pedro Echenagucia
Hi Pedro,
I don't really understand about your strategy. If the first is buy, second is sell, then third is buy, then ... once the TP is reach, how is the calculation the overall P/L?
For instance: pip=20 tp=25 no progression (always 0.1lot):
BUY-SELL-BUY = +5
BUY-SELL-BUY-SELL = -30
BUY-SELL-BUY-SELL-BUY = -25
BUY-SELL-BUY-SELL-BUY-SELL = -80
Thus, the end result is always minus
Could you explain it in more detail please? Thanks.
the first buy (0,1 lot), sell(0,2 lot) and so on, believe me the only modification will be that the expert dont take only buys or only sell, i want that anyone change the code ... for me this will be the an excelent system. Manually work perfectly but is very dificult follow it.
thanks for your reply.
Pedro Echenagucia
Quote:
Originally Posted by wibitiens
Hi Pedro,
I don't really understand about your strategy. If the first is buy, second is sell, then third is buy, then ... once the TP is reach, how is the calculation the overall P/L?
For instance: pip=20 tp=25 no progression (always 0.1lot):
BUY-SELL-BUY = +5
BUY-SELL-BUY-SELL = -30
BUY-SELL-BUY-SELL-BUY = -25
BUY-SELL-BUY-SELL-BUY-SELL = -80
Thus, the end result is always minus
Could you explain it in more detail please? Thanks.
Hello in attach file you can view a martingale expert, my only suggestion is if anyone can change the code to take operation in this way;
.- if the first position is buy the second will be sell and thir buy and fourth sell etc etc (all depend of the max trades variable)
.- if the first position is sell the second will be buy and third sell and fourth buy etc etc. (all depend of the max trades variable)
Thanks in advance
Pedro Echenagucia
HI
here you are.I modifyed and attached the ea for you.if you want to the ea start with sell ,set "firstorder=1" and if you want the ea to start with buy ,set "firstorder=0"
Let me explain better (my english is not good), for example:
currency eur\usd
price: 1,3000
buy 1 lot 1,3000 the price goes to 1,2985 then sell 2 lot 1,2985 the price move to 1,3000 again then buy 4 lot 1,3000 the number of trades depend of the variable MAXTRADES and the pips into buy and sell depend of the variable PIPS.
i hope that anyone can change the code.
regards
Pedro Echenagucia
Quote:
Originally Posted by pghiaci
HI
here you are.I modifyed and attached the ea for you.if you want to the ea start with sell ,set "firstorder=1" and if you want the ea to start with buy ,set "firstorder=0"
Let me explain better (my english is not good), for example:
currency eur\usd
price: 1,3000
buy 1 lot 1,3000 the price goes to 1,2985 then sell 2 lot 1,2985 the price move to 1,3000 again then buy 4 lot 1,3000 the number of trades depend of the variable MAXTRADES and the pips into buy and sell depend of the variable PIPS.
i hope that anyone can change the code.
regards
Pedro Echenagucia
ok
but that's not a martigale any more.
I attached an ea for you.this ea has a topic in this site.you can find it.
anyone can see the code in the first post and change it, the experts take only buys or only sells usng martingale progression, i need that the expert using the same code put intercalate positions.