leonardodv
leonardodv
Friends

Add friends via their profile or user search and you will be able to see if they are online

leonardodv
Registered at MQL5.community
leonardodv
Added topic OrderModification Error 1 and 130
i keep getting OrderModification Error 1 and 130, but the ordermodification works perfectly, can some one help me find out why. my code: double SL_BUY = Low[iLowest(NULL, 0, MODE_LOW, 3, 1)]; //trailing stoploss SL_Min =
leonardodv
Added topic How to check the total number of open orders?
How to check the total number of open orders? Is there any function can do that? I still don't get the meaning of OrdersTotal(), does it include all current open orders and stop loss/take profit orders? or it only include open orders, if so my
leonardodv
Added topic How to open orders at new bar present?
I would like to make an program that can open orders when every new bar presents conditions are 1. new bar present 2. current price higher or lower than the previous bar's high or low 3. does not exceed order limit // how many times it can open order