Forum

Market Execution Brokers weird situation

Hi, I am testing two different brokers for opening trades. They both use Market Execution (SYMBOL_TRADE_EXECUTION_MARKET). On first one, it works properly when i send an order together with SL and TP. On the other one, it doesn't work... Account type: Demo, Platform: MT4 So, is it valid the

Is there an API for using Demo Servers outside the MT4/5 platform ?

Hi all, I would like to ask if there is an API for using Demo Servers outside the MT4/5 platform ? I can't find any valid information about that question. I saw the fix protocol but i am not sure what this protocol can be used for the demo account too. The goal is to build a custom solution like

WebRequest with Content-Type: application/x-www-form-urlencoded returns 403 Forbidden error

Hi all! I use the following code : int lastErrorTemp = - 1 ; string headers,result_headers; char post[],result[]; string url = urlPar; //-- Valid URL string payload= "parameterA=testA&parameterB=testB" ; //-- Valid Parameters StringToCharArray (payload,post, 0 , WHOLE_ARRAY , CP_UTF8