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

Automated Trading Language Documentation

Subscribe to signal
Savernakes idea
22.70%, 3 067.46 USD
Screenshot
AUDJPY, H1
Real
Relative Strength Index (RSI) Indicator
Relative Strength Index (RSI)
Author: MetaQuotes
MQL5: Create Your Own Indicator MQL5: Create Your Own Indicator MoneyJinnMoneyJinn Try product
MoneyJinn
Author: MoneyJinn

WriteShortArray

Writes an array of short or ushort type variables to file.

uint  WriteShortArray(
   short&  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