Forum

Trailling pending order EA's comflicting

Hi there I have the 4 ea's that performing the same function, which is trail pending orders(they follow the open price).each one an order at specified distance the type of orders are the buy stop, sell stop, sell limit and buy limit. Now if i launch one (e.g trail buy limit) EA of them on the chart

need assistance solving this EA error "invalid price 1.16925750 for OrderSend function"

//---- extern double TakeProfit = 20 ; extern double Lots = 20 ; extern double TrailingStop = 30 ; extern double StopLoss = 40 ; extern double MM = 0 ; extern double Risk = 30 ; extern double LotLimit = 50 ; extern double Per = 3 ;

modification of trailing sell stop ea into trailling sell limit ea

HI there Could someone help me to modify the following EA (trailing sell stop) into a trailing sell limit . Kind Regards Hloni