Forum

Error : Invalid pointer access

CArrayDouble *in[], *out[]; CArrayDouble *inTest[], *outTest[]; ArrayResize(in, ArraySize(dataArr)); ArrayResize(out, ArraySize(dataArr)); for(int i = 0 ; i < ArraySize(dataArr); i++) { for(int j = 0 ; j < 9; j++) { in[i].Add(dataArr[i][j]); }

Forex News Reader

Forex News Reader - 4 market opening clocks with dim/glow color to identifiy market open and close - Voice notification with market open - Supports proxy in case your computer is under proxy server - Displays day/upcoming economic releases(in Eastern Standard time(NY Time)) - Displays current news -

MT4 IB Connector

MT4IBConnector Send trade signals from MetaTrader 4 (MT4) to Interactive brokers (IB) - Connect to IB - Use this to connect to IB application which must be already running - Port to IB - This is the port where IB would expect an API connection to be made - Port for listening - Use this port to

MT4 IB Connector

MT4 IB Connector Send trade signals from Metatrader 4 (MT4) to Interactive brokers (IB) - Connect to IB - Use this to connect to IB application which must be already running - Port to IB - This is the port where IB would expect an API connection to be made - Port for listening - Use this port to

MT4EmailSender

MT4EmailSender Send mass email from MT4 directly...... Click here to read more

Using API without terminal

hi, Is it possible to use MQL API without starting terminal? Thanks Arnab