Forum

pending orders + spread

hi forum, i have a situation here. lets suppose i open a pending order, a buy stop order for instance. this order became a market buy order when the price is reached. it is possible in mql4 to know what is the spread at the moment the pending became market order and take actions like don't execute

http51 with new update

Hi forum, can someone point me to some work around for the http51 code in the new build of mt4. it stopped working. i have a few EAs using it so i need to change the code asap. do anyone know the easiest alternative ? thanks

auto export statements

hi there, question ... i have a lot, really a lot of meta trader platforms running with different EAs. every weekend i go into each platform and export the statements. as the number of platforms is increasing fast, it is taking me big time to export all every weekend and analyze them. i am looking

array size as a variable

Hi forum, quick question here. i am trying to do this: int size = 500; double some_array[size]; but i am getting compilation error "size - integer number expected" is there a way i can do this at mql4? thank you very much. oX

2d array sort

Hi group, i have a question :) i am trying to find a workaround on how to sort a 2 dimensional array in mql5 however until now, i can't make it. there are 2 posts i can find on this forum about the subject: https://www.mql5.com/en/forum/1214 https://www.mql5.com/en/forum/3660 none of them actually