Play and Park Martingale Programming code: MT4 I am looking for someone to build a robot that uses pending buy stops and sell stops to decide which direction we trade in. When there are no trades open we place a buy stop 50 pips (variable) above current price and a sell stop 50 pips below current price (variable) If the buy stop triggers then the sell stop is deleted. If the sell stop triggers then the buy stop is deleted. 50 pip stop loss and 50 pip target (variable) Magic index numbers variable. If the trade wins then the process starts again. If the trade loses then we use a martingale (variable) on the next pending order set. Every trade sequence begins with a pending buy and pending stop. Position sizing to have two options, either fixed initial starting lots for the martingale sequence or balance divided by… example: balance divided by 100000