Forum

issue with double order, mysterious bug or something else?

Hi All, I have the code below to find the fibonacci and entry point and tp and sl on the chart and start trading based on the data on the chart. it suppose to monotor the market and if the market reaches the entry point (that can be moving entry point like Psar indicator) then start the trade

Problem in managing orders

Hi, in my expert I have two pending orders (a buy stop and a sell stop) and I want to delete one when the other one get activated. I used the order type so when the buy type changed from 4 (buystop) to 0 (buy) then the sell order to be deleted by order delete function. HOWEVER I found even after