MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

Screenshot
EURUSD, W1
Demo
MACD on Bars LimitedMACD on Bars Limited Try product
MACD on Bars Limited
Author: song_song
ZigZagNN Indicator
ZigZagNN
Author: yu-sha
Using MetaTrader 5 Indicators with ENCOG Machine Learning Framework for Timeseries Prediction Using MetaTrader 5 Indicators with ENCOG Machine Learning... Subscribe to signal
VSA Trader
629.67%, 388 324.75 USD

WriteIntegerArray

Writes an array of int or uint type variables to file.

uint  WriteIntegerArray(
   int&  array[],            // Array to write
   int   start_item=0,       // Start element
   int   items_count=-1      // Number of elements to write
   )

Parameters

array[]

[in]  Array to write.

start_item=0

[in]  Start element to write from.

items_count=-1

[in]  Number of elements to  write (-1 - for whole array).

Returned value

Number of bytes written.


Updated: 2009.11.30