Experts: Four_Screens

 

Four_Screens:

The Expert Advisor based on the Heiken Ashi indicator.

Author: Vladimir Lyopa

 

Hi Vladimir,

 

Thank you very much for sharing. I want to know which part of code i can change to disable Martingale? or 2x for each loss.

 

Thanks 

 

Hi, i will try translate messages in this robot to english.

To disable martingalle, try change multiplier on row 236 from 2 to 1.

235     //Martingale When order profit is negative
236        if(OrderProfit()<0)lot=OrderLots()*2;

Reason: