Forum

Help Needed - MarketInfo() && point=0; => error 130

Hello Guys, Does anyone know why am I taking point=0 as result of MarketInfo function ?? double point = MarketInfo(Symbol(),MODE_POINT); double min_distance=MarketInfo(Symbol(),MODE_STOPLEVEL); I print the results in terminal and I see point = 0 and min_distance = 40. Is this normal? I tried without

Help needed - How can I check if ticket exists (running or pending) at specific price ?

Hello, I would like to be able to check with my EA, before opening a new pending order / ticket if at that price / value another order, running or pending exists. Is there an MQL function that does this or how else would I be able to do this ? Thank you for your help on advance, I will be looking

Question about placed pending order...

Hello Guys, How can I check if I have placed a pending order in some minimal distance (known) from the current value of a currency pair ? How is this implemented? Can you please tell me the functions that I need to use in order to achieve this? Thank you in advance! FxTRance