1791
METAQUOTES LANGUAGE 5 for the MetaTrader 5 client terminal STUDY MQL5 and SOLVE any tasks: Create your own technical analysis indicators of any complexity Use autotrading - automate trading systems to work on various financial markets Develop your own analytical tools based on mathematical achievements and traditional methods Write information trading systems for solving a wide range of tasks (trading, monitoring, alerting, etc.) REFERENCE

mql5

  • Upload
    paldamo

  • View
    377

  • Download
    34

Embed Size (px)

DESCRIPTION

Programing Language

Citation preview

METAQUOTES LANGUAGE 5

REFERENCEfor the MetaTrader 5 client terminalSTUDY MQL5 and SOLVE any tasks:your own technical analysis indicators Createcomplexity of any autotrading trading Usework on variousautomate marketssystems to financial tools based on Develop your own analytical and traditional mathematical achievements methods

Write information trading systems for solving a wide range of tasks (trading, monitoring,alerting, etc.)

2

ContentMQL5 Reference1 Language Basics ................................................................................................. 28............................................................................................................................29 Sy ntax Comments......................................................................................................................... 30 Identifiers ......................................................................................................................... 31 Reserved ......................................................................................................................... 32 Words Data Ty pes ............................................................................................................................33 Integer Types ......................................................................................................................... 34 Char, Short, Int and Long Types ................................................................................................................ 35 Character Constants ................................................................................................................ 38 Datetime Type ................................................................................................................ 41 Color Type ................................................................................................................ 42 Bool Type ................................................................................................................ 43 Enumerations................................................................................................................ 44 Real Types ......................................................................................................................... 46 String Type ......................................................................................................................... 51 Structures and Classes ......................................................................................................................... 53 Dynamic Array Object ......................................................................................................................... 58 Typecasting ......................................................................................................................... 60 Void Type......................................................................................................................... 66 and NULL Constant Object Pointers ......................................................................................................................... 67 Reference. Modifier & and Keyword this ......................................................................................................................... 68 ............................................................................................................................70 Operations and Expressions Expressions ......................................................................................................................... 71 Arithmetical Operations ......................................................................................................................... 72 Assignment Operations ......................................................................................................................... 73 Operations of Relation ......................................................................................................................... 74 Boolean Operations ......................................................................................................................... 75 Bitwise Operations ......................................................................................................................... 76 Other Operations ......................................................................................................................... 79 Precedence Rules ......................................................................................................................... 83 Operators ............................................................................................................................85 Compound Operator ......................................................................................................................... 87 Expression Operator ......................................................................................................................... 88 Return Operator ......................................................................................................................... 89 Conditional Operator if-else ......................................................................................................................... 90 Conditional Operator ?: ......................................................................................................................... 91 Switch Operator ......................................................................................................................... 92 Loop Operator while ......................................................................................................................... 94 Loop Operator for ......................................................................................................................... 95 Loop Operator do while ......................................................................................................................... 96 Break Operator ......................................................................................................................... 97 Continue Operator ......................................................................................................................... 98 Object Create Operator new ......................................................................................................................... 99 Object Delete Operator delete ......................................................................................................................... 100 Functions ............................................................................................................................101 Function......................................................................................................................... 103 Call Passing Parameters ......................................................................................................................... 104 Reloading Functions ......................................................................................................................... 107 Description of External Functions ......................................................................................................................... 110 Exporting Functions ......................................................................................................................... 111 Event Handling Functions ......................................................................................................................... 112 V ariables ............................................................................................................................118 2000-2010, MetaQuotes Software Corp.

27

3

Local Variables ......................................................................................................................... 120 Formal Parameters ......................................................................................................................... 122 Static Variables ......................................................................................................................... 124 Global Variables ......................................................................................................................... 125 Input Variables ......................................................................................................................... 126 Extern Variables ......................................................................................................................... 129 Initialization of Variables ......................................................................................................................... 130 Visibility ......................................................................................................................... 132 Scope and Lifetime of Variables Creating......................................................................................................................... 134 and Deleting Objects ............................................................................................................................137 Preprocessor Declaration of Constants ......................................................................................................................... 138 Program......................................................................................................................... 139 Properties Including......................................................................................................................... 143 Files Importing Functions ......................................................................................................................... 144 ............................................................................................................................146 Object-Oriented Programming Encapsulation and Extensibility of Types ......................................................................................................................... 148 Inheritance ......................................................................................................................... 150 Polymorphism ......................................................................................................................... 153 Overload ......................................................................................................................... 155 Virtual Functions ......................................................................................................................... 156

2

Standard Constants, Enumerations and Structures ................................................................................................. 159............................................................................................................................160 Chart Constants Types of ......................................................................................................................... 161 Chart Events Chart Timeframes ......................................................................................................................... 164 Chart Properties ......................................................................................................................... 166 Positioning Constants ......................................................................................................................... 170 Chart Representation ......................................................................................................................... 171 ............................................................................................................................173 Objects Constants Object Types ......................................................................................................................... 174 Object Properties ......................................................................................................................... 176 Methods ......................................................................................................................... 180 of Object Binding Chart Corner ......................................................................................................................... 184 Visibility ......................................................................................................................... 186 of Objects Levels of......................................................................................................................... 189 Elliott Wave Gann Objects ......................................................................................................................... 190 Web Colors ......................................................................................................................... 192 Wingdings ......................................................................................................................... 194 ............................................................................................................................195 Indicator Constants Price Constants ......................................................................................................................... 196 Smoothing Methods ......................................................................................................................... 199 Indicators Lines ......................................................................................................................... 200 Drawing ......................................................................................................................... 202 Styles Custom Indicator Properties ......................................................................................................................... 206 Indicator Types ......................................................................................................................... 209 Data Type Identifiers ......................................................................................................................... 211 ............................................................................................................................212 Environment State Client Terminal Properties ......................................................................................................................... 213 Running MQL5 Program Properties ......................................................................................................................... 215 Symbol Properties ......................................................................................................................... 217 Account ......................................................................................................................... 221 Properties ............................................................................................................................223 Trade Constants History Database Properties ......................................................................................................................... 224 Order Properties ......................................................................................................................... 225 Position ......................................................................................................................... 229 Properties Deal Properties ......................................................................................................................... 231 Trade Operation Types ......................................................................................................................... 233 Trade Orders in DOM ......................................................................................................................... 234 ............................................................................................................................235 Named Constants 2000-2010, MetaQuotes Software Corp.

4

Predefined Macrosubstitutions ......................................................................................................................... 236 Mathematical Constants ......................................................................................................................... 238 Numerical Type Constants ......................................................................................................................... 240 Uninitalization Reason Codes ......................................................................................................................... 243 Checking Object Pointer ......................................................................................................................... 245 Other Constants ......................................................................................................................... 246 ............................................................................................................................249 Data Structures Structure of the Date Type ......................................................................................................................... 250 Structure of Input Parameters ......................................................................................................................... 251 History Data Structure ......................................................................................................................... 252 DOM Structure ......................................................................................................................... 253 Trade Request Structure ......................................................................................................................... 254 Structure of a Trade Request Result ......................................................................................................................... 258 Structure for Current Prices ......................................................................................................................... 261 ............................................................................................................................262 Codes of Errors and W arnings Trade Server Return Codes ......................................................................................................................... 263 Compiler......................................................................................................................... 265 Warnings Compilation Errors ......................................................................................................................... 267 Runtime ......................................................................................................................... 275 Errors ............................................................................................................................282 Input/Output Constants File Opening lags ......................................................................................................................... 283 In-File Position ......................................................................................................................... 285 Use of a ......................................................................................................................... 286 Codepage MessageBox ......................................................................................................................... 287

3

MQL5 programs ................................................................................................. 289............................................................................................................................290 Program Running ............................................................................................................................295 Client Terminal Events ............................................................................................................................297 Call of Imported Functions ............................................................................................................................299 Runtime Errors

4

Predefined Variables ................................................................................................. 300............................................................................................................................301 _Digits ............................................................................................................................302 _Point _LastError ............................................................................................................................303 ............................................................................................................................304 _Period _StopFlag ............................................................................................................................305 _Sy mbol ............................................................................................................................306 ............................................................................................................................307 _UninitReason

5

Common Functions ................................................................................................. 308............................................................................................................................309 Alert ............................................................................................................................310 CheckPointer Comment ............................................................................................................................312 ............................................................................................................................314 DebugBreak ............................................................................................................................315 ExpertRemove GetPointer ............................................................................................................................317 ............................................................................................................................321 GetTickCount ............................................................................................................................322 MessageBox ............................................................................................................................323 PeriodSeconds Play Sound ............................................................................................................................324 ............................................................................................................................325 Print ............................................................................................................................326 PrintFormat ............................................................................................................................331 ResetLastError ............................................................................................................................332 SetUserError SendFTP ............................................................................................................................333 SendMail ............................................................................................................................334 ............................................................................................................................335 Sleep ............................................................................................................................336 TerminalClose ............................................................................................................................338 ZeroMemory 2000-2010, MetaQuotes Software Corp.

5

6

Array Functions ................................................................................................. 339............................................................................................................................340 Array Bsearch Array Copy ............................................................................................................................342 Array Free ............................................................................................................................343 ............................................................................................................................344 Array GetAsSeries ............................................................................................................................345 Array Initialize ............................................................................................................................346 Array IsDy namic ............................................................................................................................347 Array IsSeries ............................................................................................................................349 Array Maximum ............................................................................................................................350 Array Minimum ............................................................................................................................351 Array Range ............................................................................................................................352 Array Resize ............................................................................................................................353 Array SetAsSeries Array Size ............................................................................................................................356 Array Sort ............................................................................................................................357

7

Conversion Functions ................................................................................................. 358............................................................................................................................360 CharToString ............................................................................................................................361 CharArray ToString ............................................................................................................................362 ColorToString ............................................................................................................................363 DoubleToString ............................................................................................................................364 IntegerToString ............................................................................................................................365 ShortToString ShortArray............................................................................................................................366 ToString ............................................................................................................................367 TimeToString ............................................................................................................................368 NormalizeDouble ............................................................................................................................369 StringToCharArray ............................................................................................................................370 StringToColor ............................................................................................................................371 StringToDouble ............................................................................................................................372 StringToInteger ............................................................................................................................373 StringToShortArray ............................................................................................................................374 StringToTime ............................................................................................................................375 StringFormat

8

Math Functions ................................................................................................. 376MathAbs ............................................................................................................................377 ............................................................................................................................378 MathArccos MathArcsin............................................................................................................................379 ............................................................................................................................380 MathArctan MathCeil ............................................................................................................................381 MathCos ............................................................................................................................382 MathExp ............................................................................................................................383 MathFloor ............................................................................................................................384 MathLog ............................................................................................................................385 MathLog10 ............................................................................................................................386 MathMax ............................................................................................................................387 MathMin ............................................................................................................................388 MathMod ............................................................................................................................389 MathPow ............................................................................................................................390 MathRand ............................................................................................................................391 MathRound............................................................................................................................392 ............................................................................................................................393 MathSin MathSqrt ............................................................................................................................394 MathSrand ............................................................................................................................395 MathTan ............................................................................................................................396 ............................................................................................................................397 MathIsV alidNumber

9

String Functions ................................................................................................. 398StringAdd ............................................................................................................................399 ............................................................................................................................401 StringBufferLen 2000-2010, MetaQuotes Software Corp.

6

............................................................................................................................402 StringConcatenate StringFill ............................................................................................................................403 StringFind ............................................................................................................................404 ............................................................................................................................405 StringGetCharacter StringInit ............................................................................................................................406 StringLen ............................................................................................................................407 ............................................................................................................................408 StringSetCharacter ............................................................................................................................410 StringSubstr ............................................................................................................................411 StringToLow er ............................................................................................................................412 StringToUpper ............................................................................................................................413 StringTrimLeft ............................................................................................................................414 StringTrimRight

10

Date and Time ................................................................................................. 415............................................................................................................................416 TimeCurrent ............................................................................................................................417 TimeTradeServer TimeLocal ............................................................................................................................418 TimeGMT ............................................................................................................................419 ............................................................................................................................420 TimeDay lightSavings ............................................................................................................................421 TimeGMTOffset ............................................................................................................................422 TimeToStruct ............................................................................................................................423 StructToTime

11 Account Information ................................................................................................. 424............................................................................................................................425 AccountInfoDouble ............................................................................................................................426 AccountInfoInteger ............................................................................................................................428 AccountInfoString

12

Checkup

................................................................................................. 429

............................................................................................................................430 GetLastError IsStopped ............................................................................................................................431 ............................................................................................................................432 UninitializeReason ............................................................................................................................433 TerminalInfoInteger ............................................................................................................................434 TerminalInfoString ............................................................................................................................435 MQL5InfoInteger ............................................................................................................................436 MQL5InfoString ............................................................................................................................437 Sy mbol ............................................................................................................................438 Period ............................................................................................................................439 Digits ............................................................................................................................440 Point

13

Market Info

................................................................................................. 441

............................................................................................................................442 Sy mbolsTotal ............................................................................................................................443 Sy mbolName ............................................................................................................................444 Sy mbolSelect Sy mbolIsSy............................................................................................................................445 nchronized ............................................................................................................................446 Sy mbolInfoDouble ............................................................................................................................448 Sy mbolInfoInteger ............................................................................................................................450 Sy mbolInfoString ............................................................................................................................451 Sy mbolInfoTick ............................................................................................................................452 MarketBookAdd ............................................................................................................................453 MarketBookRelease ............................................................................................................................454 MarketBookGet

14

Timeseries and Indicators Access ................................................................................................. 455Organizing ............................................................................................................................459 Data Access ............................................................................................................................468 SeriesInfoInteger ............................................................................................................................470 Bars ............................................................................................................................472 BarsCalculated ............................................................................................................................474 IndicatorCreate ............................................................................................................................476 IndicatorRelease

2000-2010, MetaQuotes Software Corp.

7

............................................................................................................................478 Copy Buffer Copy Rates ............................................................................................................................482 Copy Time ............................................................................................................................484 Copy Open ............................................................................................................................486 Copy High ............................................................................................................................488 Copy Low ............................................................................................................................491 Copy Close ............................................................................................................................493 Copy TickV............................................................................................................................495 olume ............................................................................................................................498 Copy RealV olume ............................................................................................................................500 Copy Spread

15

Chart Operations ................................................................................................. 503ChartApply............................................................................................................................505 Template ............................................................................................................................507 ChartW indow Find ChartOpen ............................................................................................................................509 ChartFirst ............................................................................................................................510 ChartNext ............................................................................................................................511 ChartClose ............................................................................................................................512 ............................................................................................................................513 ChartSy mbol ............................................................................................................................514 ChartPeriod ............................................................................................................................515 ChartRedraw ............................................................................................................................516 ChartSetDouble ............................................................................................................................517 ChartSetInteger ............................................................................................................................518 ChartSetString ............................................................................................................................519 ChartGetDouble ............................................................................................................................521 ChartGetInteger ............................................................................................................................523 ChartGetString ............................................................................................................................525 ChartNavigate ............................................................................................................................526 ChartID ............................................................................................................................527 ChartW indow OnDropped ............................................................................................................................528 ChartPriceOnDropped ............................................................................................................................529 ChartTimeOnDropped ............................................................................................................................530 ChartX OnDropped ............................................................................................................................531 ChartY OnDropped ............................................................................................................................532 ChartSetSy mbolPeriod ............................................................................................................................533 ChartScreenShot

16

Trade Functions ................................................................................................. 534OrderSend............................................................................................................................536 ............................................................................................................................540 PositionsTotal ............................................................................................................................541 PositionGetSy mbol ............................................................................................................................542 PositionSelect ............................................................................................................................543 PositionGetDouble ............................................................................................................................544 PositionGetInteger ............................................................................................................................545 PositionGetString ............................................................................................................................546 OrdersTotal ............................................................................................................................547 OrderGetTicket ............................................................................................................................549 OrderSelect ............................................................................................................................550 OrderGetDouble ............................................................................................................................551 OrderGetInteger ............................................................................................................................552 OrderGetString ............................................................................................................................553 History Select ............................................................................................................................555 History OrderSelect ............................................................................................................................556 History OrdersTotal ............................................................................................................................557 History OrderGetTicket ............................................................................................................................559 History OrderGetDouble ............................................................................................................................560 History OrderGetInteger ............................................................................................................................561 History OrderGetString ............................................................................................................................562 History DealSelect ............................................................................................................................563 History DealsTotal 2000-2010, MetaQuotes Software Corp.

8

............................................................................................................................564 History DealGetTicket ............................................................................................................................567 History DealGetDouble ............................................................................................................................568 History DealGetInteger ............................................................................................................................569 History DealGetString

17

Global Variables of the Terminal ................................................................................................. 570............................................................................................................................571 GlobalV ariableCheck ............................................................................................................................572 GlobalV ariableTime ............................................................................................................................573 GlobalV ariableDel ............................................................................................................................574 GlobalV ariableGet ............................................................................................................................575 GlobalV ariableName ............................................................................................................................576 GlobalV ariableSet ............................................................................................................................577 GlobalV ariablesFlush ............................................................................................................................578 GlobalV ariableTemp ............................................................................................................................579 GlobalV ariableSetOnCondition ............................................................................................................................580 GlobalV ariablesDeleteAll ............................................................................................................................581 GlobalV ariablesTotal

18

File Functions................................................................................................. 582............................................................................................................................585 FileFindFirst ............................................................................................................................586 FileFindNext ............................................................................................................................587 FileFindClose FileIsExist ............................................................................................................................588 FileOpen ............................................................................................................................589 FileClose ............................................................................................................................591 FileCopy ............................................................................................................................592 FileDelete ............................................................................................................................593 FileMove ............................................................................................................................594 FileFlush ............................................................................................................................595 ............................................................................................................................596 FileIsEnding ............................................................................................................................597 FileIsLineEnding ............................................................................................................................598 FileReadArray ............................................................................................................................599 FileReadBool ............................................................................................................................600 FileReadDatetime ............................................................................................................................601 FileReadDouble ............................................................................................................................602 FileReadFloat ............................................................................................................................603 FileReadInteger ............................................................................................................................604 FileReadLong ............................................................................................................................605 FileReadNumber ............................................................................................................................606 FileReadString ............................................................................................................................607 FileReadStruct FileSeek ............................................................................................................................608 ............................................................................................................................609 FileSize ............................................................................................................................610 FileTell FileW rite ............................................................................................................................611 ............................................................................................................................612 FileW riteArray ............................................................................................................................613 FileW riteDouble ............................................................................................................................614 FileW riteFloat ............................................................................................................................615 FileW riteInteger ............................................................................................................................616 FileW riteLong ............................................................................................................................617 FileW riteString ............................................................................................................................618 FileW riteStruct ............................................................................................................................619 FolderCreate ............................................................................................................................620 FolderDelete ............................................................................................................................621 FolderClean

19

Custom Indicators ................................................................................................. 622............................................................................................................................626 Connection betw een Indicator Properties and Functions ............................................................................................................................628 SetIndexBuffer ............................................................................................................................631 IndicatorSetDouble 2000-2010, MetaQuotes Software Corp.

9

............................................................................................................................632 IndicatorSetInteger ............................................................................................................................633 IndicatorSetString ............................................................................................................................634 PlotIndexSetDouble ............................................................................................................................635 PlotIndexSetInteger ............................................................................................................................639 PlotIndexSetString ............................................................................................................................640 PlotIndexGetInteger

20

Object Functions ................................................................................................. 643............................................................................................................................645 ObjectCreate ............................................................................................................................647 ObjectName ............................................................................................................................648 ObjectDelete ............................................................................................................................649 ObjectsDeleteAll ObjectFind............................................................................................................................650 ............................................................................................................................651 ObjectGetTimeBy V alue ............................................................................................................................652 ObjectGetV alueBy Time ............................................................................................................................653 ObjectMove ............................................................................................................................654 ObjectsTotal ............................................................................................................................655 ObjectSetDouble ............................................................................................................................658 ObjectSetInteger ............................................................................................................................659 ObjectSetString ............................................................................................................................660 ObjectGetDouble ............................................................................................................................661 ObjectGetInteger ............................................................................................................................662 ObjectGetString

21 Technical Indicators ................................................................................................. 664............................................................................................................................666 iAC ............................................................................................................................667 iAD ............................................................................................................................668 iADX ............................................................................................................................669 iADX W ilder iAlligator ............................................................................................................................670 ............................................................................................................................672 iAMA ............................................................................................................................673 iAO ............................................................................................................................674 iATR ............................................................................................................................675 iBearsPow er ............................................................................................................................676 iBands ............................................................................................................................677 iBullsPow er ............................................................................................................................678 iCCI iChaikin ............................................................................................................................679 iCustom ............................................................................................................................680 ............................................................................................................................683 iDEMA iDeMarker ............................................................................................................................684 iEnvelopes ............................................................................................................................685 ............................................................................................................................686 iForce iFractals ............................................................................................................................687 ............................................................................................................................688 iFrAMA ............................................................................................................................689 iGator iIchimoku ............................................................................................................................691 ............................................................................................................................692 iBW MFI ............................................................................................................................693 iMomentum ............................................................................................................................694 iMFI ............................................................................................................................695 iMA ............................................................................................................................696 iOsMA ............................................................................................................................697 iMACD ............................................................................................................................698 iOBV ............................................................................................................................699 iSAR ............................................................................................................................700 iRSI ............................................................................................................................701 iRV I ............................................................................................................................702 iStdDev iStochastic ............................................................................................................................703 ............................................................................................................................704 iTEMA 2000-2010, MetaQuotes Software Corp.

10

iTriX iW PR iV IDy A iV olumes ............................................................................................................................705 ............................................................................................................................706 ............................................................................................................................707 ............................................................................................................................708

22

Working with events ................................................................................................. 709............................................................................................................................710 EventSetTimer ............................................................................................................................711 EventKillTimer ............................................................................................................................712 EventChartCustom

23

Standard Library ................................................................................................. 716Basic Class ............................................................................................................................717 CObject Prev ......................................................................................................................... 718 Prev ......................................................................................................................... 719 Next ......................................................................................................................... 720 Next ......................................................................................................................... 721 Compare......................................................................................................................... 722 Save ......................................................................................................................... 724 Load ......................................................................................................................... 726 Type ......................................................................................................................... 728 ............................................................................................................................729 Classes of data CArray ......................................................................................................................... 730 Step ................................................................................................................ 731 Step ................................................................................................................ 732 Total ................................................................................................................ 733 Available ................................................................................................................ 734 Max ................................................................................................................ 735 IsSorted ................................................................................................................ 736 SortMode ................................................................................................................ 737 Clear ................................................................................................................ 738 Sort ................................................................................................................ 739 Save ................................................................................................................ 740 Load ................................................................................................................ 741 CArrayChar ......................................................................................................................... 742 Reserve ................................................................................................................ 744 Resize ................................................................................................................ 745 Shutdown ................................................................................................................ 746 Add ................................................................................................................ 747 AddArray ................................................................................................................ 748 AddArray ................................................................................................................ 749 Insert ................................................................................................................ 751 InsertArray ................................................................................................................ 752 InsertArray ................................................................................................................ 753 AssignArray ................................................................................................................ 755 AssignArray ................................................................................................................ 756 Update ................................................................................................................ 758 Shift ................................................................................................................ 759 Delete ................................................................................................................ 760 DeleteRange ................................................................................................................ 761 At ................................................................................................................ 762 CompareArray ................................................................................................................ 764 CompareArray ................................................................................................................ 765 InsertSort ................................................................................................................ 766 Search ................................................................................................................ 767 SearchGreat ................................................................................................................ 768 SearchLess ................................................................................................................ 769 SearchGreatOrEqual ................................................................................................................ 770 SearchLessOrEqual ................................................................................................................ 771 SearchFirst ................................................................................................................ 772 SearchLast ................................................................................................................ 773 2000-2010, MetaQuotes Software Corp.

11

Save ................................................................................................................ 774 Load ................................................................................................................ 775 Type ................................................................................................................ 777 CArrayShort ......................................................................................................................... 778 Reserve ................................................................................................................ 780 Resize ................................................................................................................ 781 Shutdown ................................................................................................................ 782 Add ................................................................................................................ 783 AddArray ................................................................................................................ 784 AddArray ................................................................................................................ 785 Insert ................................................................................................................ 787 InsertArray ................................................................................................................ 788 InsertArray ................................................................................................................ 789 AssignArray ................................................................................................................ 791 AssignArray ................................................................................................................ 792 Update ................................................................................................................ 794 Shift ................................................................................................................ 795 Delete ................................................................................................................ 796 DeleteRange ................................................................................................................ 797 At ................................................................................................................ 798 CompareArray ................................................................................................................ 800 CompareArray ................................................................................................................ 801 InsertSort ................................................................................................................ 802 Search ................................................................................................................ 803 SearchGreat ................................................................................................................ 804 SearchLess ................................................................................................................ 805 SearchGreatOrEqual ................................................................................................................ 806 SearchLessOrEqual ................................................................................................................ 807 SearchFirst ................................................................................................................ 808 SearchLast ................................................................................................................ 809 Save ................................................................................................................ 810 Load ................................................................................................................ 812 Type ................................................................................................................ 814 CArrayInt ......................................................................................................................... 815 Reserve ................................................................................................................ 817 Resize ................................................................................................................ 818 Shutdown ................................................................................................................ 819 Add ................................................................................................................ 820 AddArray ................................................................................................................ 821 AddArray ................................................................................................................ 822 Insert ................................................................................................................ 824 InsertArray ................................................................................................................ 825 InsertArray ................................................................................................................ 826 AssignArray ................................................................................................................ 828 AssignArray ................................................................................................................ 829 Update ................................................................................................................ 831 Shift ................................................................................................................ 832 Delete ................................................................................................................ 833 DeleteRange ................................................................................................................ 834 At ................................................................................................................ 835 CompareArray ................................................................................................................ 837 CompareArray ................................................................................................................ 838 InsertSort ................................................................................................................ 839 Search ................................................................................................................ 840 SearchGreat ................................................................................................................ 841 SearchLess ................................................................................................................ 842 SearchGreatOrEqual ................................................................................................................ 843 SearchLessOrEqual ................................................................................................................ 844 2000-2010, MetaQuotes Software Corp.

12

SearchFirst ................................................................................................................ 845 SearchLast ................................................................................................................ 846 Save ................................................................................................................ 847 Load ................................................................................................................ 849 Type ................................................................................................................ 851 CArrayLong ......................................................................................................................... 852 Reserve ................................................................................................................ 854 Resize ................................................................................................................ 855 Shutdown ................................................................................................................ 856 Add ................................................................................................................ 857 AddArray ................................................................................................................ 858 AddArray ................................................................................................................ 859 Insert ................................................................................................................ 861 InsertArray ................................................................................................................ 862 InsertArray ................................................................................................................ 863 AssignArray ................................................................................................................ 865 AssignArray ................................................................................................................ 866 Update ................................................................................................................ 868 Shift ................................................................................................................ 869 Delete ................................................................................................................ 870 DeleteRange ................................................................................................................ 871 At ................................................................................................................ 872 CompareArray ................................................................................................................ 874 CompareArray ................................................................................................................ 875 InsertSort ................................................................................................................ 876 Search ................................................................................................................ 877 SearchGreat ................................................................................................................ 878 SearchLess ................................................................................................................ 879 SearchGreatOrEqual ................................................................................................................ 880 SearchLessOrEqual ................................................................................................................ 881 SearchFirst ................................................................................................................ 882 SearchLast ................................................................................................................ 883 Save ................................................................................................................ 884 Load ................................................................................................................ 886 Type ................................................................................................................ 888 CArrayFloat ......................................................................................................................... 889 Delta ................................................................................................................ 891 Reserve ................................................................................................................ 892 Resize ................................................................................................................ 893 Shutdown ................................................................................................................ 894 Add ................................................................................................................ 895 AddArray ................................................................................................................ 896 AddArray ................................................................................................................ 897 Insert ................................................................................................................ 899 InsertArray ................................................................................................................ 900 InsertArray ................................................................................................................ 901 AssignArray ................................................................................................................ 903 AssignArray ................................................................................................................ 904 Update ................................................................................................................ 906 Shift ................................................................................................................ 907 Delete ................................................................................................................ 908 DeleteRange ................................................................................................................ 909 At ................................................................................................................ 910 CompareArray ................................................................................................................ 912 CompareArray ................................................................................................................ 913 InsertSort ................................................................................................................ 914 Search ................................................................................................................ 915 SearchGreat ................................................................................................................ 916 2000-2010, MetaQuotes Software Corp.

13

SearchLess ................................................................................................................ 917 SearchGreatOrEqual ................................................................................................................ 918 SearchLessOrEqual ................................................................................................................ 919 SearchFirst ................................................................................................................ 920 SearchLast ................................................................................................................ 921 Save ................................................................................................................ 922 Load ................................................................................................................ 924 Type ................................................................................................................ 926 CArrayDouble ......................................................................................................................... 927 Delta ................................................................................................................ 929 Reserve ................................................................................................................ 930 Resize ................................................................................................................ 931 Shutdown ................................................................................................................ 932 Add ................................................................................................................ 933 AddArray ................................................................................................................ 934 AddArray ................................................................................................................ 935 Insert ................................................................................................................ 937 InsertArr