iJSmile / Publications
Forum
ArrayCopy. Need help with copying array.
I am not pro in MQL4. Could someone say what is wrong with this code (I want to copy arr[] to candles[]): class Pattern { ... private: Candle candles[]; ... void SetCandles(Candle &arr[]{ int newArrSize = ArraySize(arr); ArrayResize(candles, newArrSize);
Thompson Reuters quotes in MT4 terminal?
Hi! Is it possible to use original quotes from Thompson Reuters in MT4 terminal (M1 timeframe)? May be there is a server like 192.168.32.32:433 so that I can connect to it? I am really satisfied with Metaquotes quotes, and I really love them, but I wish to compare the quality, for example with pure
Thompson Reuters quotes in Metatrader 5?
Hi! Is it possible to use original quotes from Thompson Reuters in MT5 terminal (M1 timeframe)? May be there is a server like 192.168.32.32:433 so that I can connect to it? I am really satisfied with Metaquotes quotes, and I really love them, but I wish to compare the quality, for example with pure
Please help me with CopyTicks() function:
I need to get ticks values for some moment in the past. For example I have time variable: 2015.03.02 00:02:34 and I want to get values of last, bid, and ask (actually it doesn't really matter) for nearest (depends on time variable) tick. Here is the code example: void OnInit () { ResetLastError