작업 종료됨
명시
First Expert adviser:
Use_order_type = limit_order; // lot types
distance = 200; // difference between lots (in pips)
number_of_orders = 30; // the number of orders to open
Use_increament = true; //Lot increament
Start_lot_Increment = 0.01; // Lot addition for each trade
Use_multiplier = false; // Use multiplier:
Start_lot_multiplier = 2.0; // Lot multiplier
stop = 200; // Stop loss in pips
take = 200; // Take profit in pips
magic_ = 777; //Magic number
Order_comment = "iBossTrader"; //Order comment
Rusles:
orders are placed by the user
Second expert adviser:
Use_order_type = market_order; // lot types
distance = 200; // difference between lots (in pips)
number_of_lots = 10; // the number of lots to open
Use_increament = true; //Lot increament
Start_lot_Increment = 0.01; // Lot addition for each trade
Use_multiplier = false; // Use multiplier:
Start_lot_multiplier = 2.0; // Lot multiplier
stop = 0; // Stop loss in pips
take1 = 50; // Take profit in pips
take2 = 90; // Take profit-2 in pips
take3 = 130; // Take profit-3 in pips
take4 = 160; // Take profit-4 in pips
take5 = 200; // Take profit-5 in pips
magic_ = 777; //Magic number
Order_comment = "iBossTrader"; //Order comment
Rusles:
orders are placed by the user
a transaction is opened through a market order and the first TP1 is set at 50 pips. if the price moves 200 pips in the opposite direction, the 2nd order is opened and TP2 = 90 pips, the 1st order and the 2nd order TPs are moved in this order, the others are also placed in TP3, TP4, TP5
Read carefully. expert advisor's codes should be fully provided in the form of mq4 file