Forum

custom the size of lot

Hi, everyone I need a help to make my strategy in EA. Is it possible to custom the size of lot right after a position get closed in loss? for example if Lot_1 is closed in loss, then open Lot_2 if the Lot_2 is closed in loss, then open Lot_3 if the Lot_3 is closed in loss, then open Lot_4 if the

custom the size of lot right after a position get closed in loss

Hi , everyone I need a help to make my strategy in EA . Is it possible to custom the size of lot right after a position get closed in loss? I used the code following : extern double Lots=0.1; extern double Lot_1= 0.1 ; extern double Lot_2= 0.1 ; extern double Lot_3= 0.1 ; extern double Lot_4= 0.1 ;