Topic: Is it possible to have Variable take profit in Martingale strategy?
Hi
I have developed a strategy with Martingale and I want to reduce the take profite in proportion to the increase in the volume of the trade.
for example:
for Entry_Amount = 0.01 to 1 lot ----> Take_Profit = 800 points
for Entry_Amount = 1 to 10 lot ----> Take_Profit = 550 points
for Entry_Amount > 10 lot ----> Take_Profit = 300 points
Is it possible to apply such settings?