Abhishek5
Abhishek5
친구

프로필 또는 사용자 검색을 통해 친구를 추가하면 친구가 온라인 상태인지 확인할 수 있습니다

Abhishek5
Abhishek5
Hello Team,

I am beginner in MT5 programming and haven't done anything yet. currently I want to create an indicator where client place any limit order(Sell Limit, Buy Limit, Sell Stop Limit, Buy Stop Limit) then I should get an alert with the client pending order details.





#property indicator_chart_window

#property indicator_buffers 0

#property indicator_plots 0



Above is the Indicator property which will generate Alert.



I have knowledge of while loop where I can put the Pending order is equal to fill then i should get alert like,



While( ORDER_TYPE_BUY_LIMIT == FILLED) {

alert(Order is filled)

}



While( ORDER_TYPE_SELL_LIMIT == ORDER_STATE_FILLED) {

alert(Order is filled)

}



I am getting issues in declaring the keyword which will target the client pending order.



Can anyone help me to get the solution.



Regards,

Abhishek Pandey
Abhishek5
Abhishek5 2021.11.05
Any idea to target the all pending order which is from clients
Abhishek5
MQL5.커뮤니티에 등록됨