Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
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.