Dear Developer, i want to create an mt4 robot that does opens batch orders and positions. the robot should take in the following parameters: 1.the lot size for each position 2.the number of consective positions to opened 3.whether its a pending order or live execution 4.if both are selected then the lot size and the number of live execution 5.direction of live execution, is it a buy or sell A) pending orders: the robot should let me open batch orders: 1.sell limit orders 2.buy limit orders 3.sell stop orders 4.buy stop orders B) live positions: the robot should let me choose: 1.if i want to open a live position in opposite direction to accompany the order 2.how many positions i want to place 3.the lot size of the positions C)Exit: the robot should let me close all the positions opened bythe robot whether live or pending orders in one go.it however should leave my manual positions as it is.