hedge saver
Original_EA_Magic = 231313, //This is the magic number that your 1st EA uses where advocate EA will base its trades on
Advocate_EA_Magic = 2008, //This is the advocate EAs own magic number please keep it unique to avoid conflict
Slippage = 3, //Amount of allowed slippage
TakeProfit = 300, //Take profit amount, per trade
StopLoss = 20, //Stop loss, per trade
TS_MinProfit = 100, //minimum profit require before trailing stop starts
TrailingStop = 150, //this is the trailing stop in pips
BreakEvenAfterPips = 5; //when this amount in profit in pips is reached SL will be moved to breakeven
extern double
Lots = 0.06
5 digit price quotes:
Slippage = 30, //Amount of allowed slippage
TakeProfit = 3000, //Take profit amount, per trade
StopLoss = 200, //Stop loss, per trade
TS_MinProfit = 1000, //minimum profit require before trailing stop starts
TrailingStop = 1500, //this is the trailing stop in pips
BreakEvenAfterPips = 50; //when this amount in profit in pips is reached SL will be moved to breakeven
???
|