31733367 Met a Quotes Language 5 Reference for the Met a Trader 5 Client Terminal MQL5

2025
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

Transcript of 31733367 Met a Quotes Language 5 Reference for the Met a Trader 5 Client Terminal MQL5

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 ................................................................................................. 32............................................................................................................................33 Sy ntax Comments......................................................................................................................... 34 Identifiers ......................................................................................................................... 35 Reserved ......................................................................................................................... 36 Words Data Ty pes ............................................................................................................................37 Integer Types ......................................................................................................................... 38 Char, Short, Int and Long Types ................................................................................................................ 39 Character Constants ................................................................................................................ 42 Datetime Type ................................................................................................................ 45 Color Type ................................................................................................................ 46 Bool Type ................................................................................................................ 47 Enumerations................................................................................................................ 48 Real Types ......................................................................................................................... 50 String Type ......................................................................................................................... 55 Structures and Classes ......................................................................................................................... 57 Dynamic Array Object ......................................................................................................................... 63 Typecasting ......................................................................................................................... 65 Void Type......................................................................................................................... 71 and NULL Constant Object Pointers ......................................................................................................................... 72 Reference. Modifier & and Keyword this ......................................................................................................................... 73 ............................................................................................................................75 Operations and Expressions Expressions ......................................................................................................................... 76 Arithmetical Operations ......................................................................................................................... 77 Assignment Operations ......................................................................................................................... 78 Operations of Relation ......................................................................................................................... 79 Boolean Operations ......................................................................................................................... 80 Bitwise Operations ......................................................................................................................... 81 Other Operations ......................................................................................................................... 84 Precedence Rules ......................................................................................................................... 88 Operators ............................................................................................................................90 Compound Operator ......................................................................................................................... 92 Expression Operator ......................................................................................................................... 93 Return Operator ......................................................................................................................... 94 Conditional Operator if-else ......................................................................................................................... 95 Conditional Operator ?: ......................................................................................................................... 96 Switch Operator ......................................................................................................................... 97 Loop Operator while ......................................................................................................................... 99 Loop Operator for ......................................................................................................................... 100 Loop Operator do while ......................................................................................................................... 101 Break Operator ......................................................................................................................... 102 Continue Operator ......................................................................................................................... 103 Object Create Operator new ......................................................................................................................... 104 Object Delete Operator delete ......................................................................................................................... 105 Functions ............................................................................................................................106 Function......................................................................................................................... 108 Call Passing Parameters ......................................................................................................................... 109 Reloading Functions ......................................................................................................................... 112 Description of External Functions ......................................................................................................................... 115 Exporting Functions ......................................................................................................................... 116 Event Handling Functions ......................................................................................................................... 117 V ariables ............................................................................................................................124 2000-2010, MetaQuotes Software Corp.

31

3

Local Variables ......................................................................................................................... 126 Formal Parameters ......................................................................................................................... 128 Static Variables ......................................................................................................................... 130 Global Variables ......................................................................................................................... 131 Input Variables ......................................................................................................................... 132 Extern Variables ......................................................................................................................... 135 Initialization of Variables ......................................................................................................................... 136 Visibility ......................................................................................................................... 138 Scope and Lifetime of Variables Creating......................................................................................................................... 140 and Deleting Objects ............................................................................................................................143 Preprocessor Declaration of Constants ......................................................................................................................... 144 Program......................................................................................................................... 145 Properties Including......................................................................................................................... 149 Files Importing Functions ......................................................................................................................... 150 ............................................................................................................................152 Object-Oriented Programming Encapsulation and Extensibility of Types ......................................................................................................................... 154 Inheritance ......................................................................................................................... 156 Polymorphism ......................................................................................................................... 159 Overload ......................................................................................................................... 161 Virtual Functions ......................................................................................................................... 162

2

Standard Constants, Enumerations and Structures ................................................................................................. 165............................................................................................................................166 Chart Constants Types of ......................................................................................................................... 167 Chart Events Chart Timeframes ......................................................................................................................... 170 Chart Properties ......................................................................................................................... 172 Positioning Constants ......................................................................................................................... 176 Chart Representation ......................................................................................................................... 177 ............................................................................................................................179 Objects Constants Object Types ......................................................................................................................... 180 Object Properties ......................................................................................................................... 182 Methods ......................................................................................................................... 186 of Object Binding Chart Corner ......................................................................................................................... 190 Visibility ......................................................................................................................... 192 of Objects Levels of......................................................................................................................... 195 Elliott Wave Gann Objects ......................................................................................................................... 196 Web Colors ......................................................................................................................... 198 Wingdings ......................................................................................................................... 200 ............................................................................................................................201 Indicator Constants Price Constants ......................................................................................................................... 202 Smoothing Methods ......................................................................................................................... 205 Indicators Lines ......................................................................................................................... 206 Drawing ......................................................................................................................... 208 Styles Custom Indicator Properties ......................................................................................................................... 212 Indicator Types ......................................................................................................................... 215 Data Type Identifiers ......................................................................................................................... 217 ............................................................................................................................218 Environment State Client Terminal Properties ......................................................................................................................... 219 Running MQL5 Program Properties ......................................................................................................................... 221 Symbol Properties ......................................................................................................................... 223 Account ......................................................................................................................... 229 Properties ............................................................................................................................231 Trade Constants History Database Properties ......................................................................................................................... 232 Order Properties ......................................................................................................................... 233 Position ......................................................................................................................... 237 Properties Deal Properties ......................................................................................................................... 239 Trade Operation Types ......................................................................................................................... 241 Trade Orders in DOM ......................................................................................................................... 242 ............................................................................................................................243 Named Constants 2000-2010, MetaQuotes Software Corp.

4

Predefined Macrosubstitutions ......................................................................................................................... 244 Mathematical Constants ......................................................................................................................... 246 Numerical Type Constants ......................................................................................................................... 248 Uninitalization Reason Codes ......................................................................................................................... 251 Checking Object Pointer ......................................................................................................................... 253 Other Constants ......................................................................................................................... 254 ............................................................................................................................257 Data Structures Structure of the Date Type ......................................................................................................................... 258 Structure of Input Parameters ......................................................................................................................... 259 History Data Structure ......................................................................................................................... 260 DOM Structure ......................................................................................................................... 261 Trade Request Structure ......................................................................................................................... 262 Structure of a Trade Request Result ......................................................................................................................... 266 Structure for Current Prices ......................................................................................................................... 269 ............................................................................................................................270 Codes of Errors and W arnings Trade Server Return Codes ......................................................................................................................... 271 Compiler......................................................................................................................... 273 Warnings Compilation Errors ......................................................................................................................... 275 Runtime ......................................................................................................................... 283 Errors ............................................................................................................................290 Input/Output Constants File Opening Flags ......................................................................................................................... 291 In-File Position ......................................................................................................................... 293 Use of a ......................................................................................................................... 294 Codepage MessageBox ......................................................................................................................... 295

3

MQL5 programs ................................................................................................. 297............................................................................................................................298 Program Running ............................................................................................................................303 Client Terminal Events ............................................................................................................................306 Call of Imported Functions ............................................................................................................................308 Runtime Errors

4

Predefined Variables ................................................................................................. 309............................................................................................................................310 _Digits ............................................................................................................................311 _Point _LastError ............................................................................................................................312 ............................................................................................................................313 _Period _StopFlag ............................................................................................................................314 _Sy mbol ............................................................................................................................315 ............................................................................................................................316 _UninitReason

5

Common Functions ................................................................................................. 317............................................................................................................................318 Alert ............................................................................................................................319 CheckPointer Comment ............................................................................................................................321 ............................................................................................................................323 DebugBreak ............................................................................................................................324 ExpertRemove GetPointer ............................................................................................................................326 ............................................................................................................................330 GetTickCount ............................................................................................................................331 MessageBox ............................................................................................................................332 PeriodSeconds Play Sound ............................................................................................................................333 ............................................................................................................................334 Print ............................................................................................................................335 PrintFormat ............................................................................................................................340 ResetLastError ............................................................................................................................341 SetUserError SendFTP ............................................................................................................................342 SendMail ............................................................................................................................343 ............................................................................................................................344 Sleep ............................................................................................................................345 TerminalClose ............................................................................................................................347 TesterW ithdraw al 2000-2010, MetaQuotes Software Corp.

5

............................................................................................................................348 ZeroMemory

6

Array Functions ................................................................................................. 349............................................................................................................................350 Array Bsearch Array Copy ............................................................................................................................352 Array Free ............................................................................................................................353 ............................................................................................................................354 Array GetAsSeries ............................................................................................................................355 Array Initialize ............................................................................................................................356 Array IsDy namic ............................................................................................................................357 Array IsSeries ............................................................................................................................359 Array Maximum ............................................................................................................................360 Array Minimum ............................................................................................................................361 Array Range ............................................................................................................................362 Array Resize ............................................................................................................................363 Array SetAsSeries Array Size ............................................................................................................................366 Array Sort ............................................................................................................................367

7

Conversion Functions ................................................................................................. 368............................................................................................................................370 CharToString ............................................................................................................................371 CharArray ToString ............................................................................................................................372 ColorToString ............................................................................................................................373 DoubleToString ............................................................................................................................374 IntegerToString ............................................................................................................................375 ShortToString ShortArray............................................................................................................................376 ToString ............................................................................................................................377 TimeToString ............................................................................................................................378 NormalizeDouble ............................................................................................................................379 StringToCharArray ............................................................................................................................380 StringToColor ............................................................................................................................381 StringToDouble ............................................................................................................................382 StringToInteger ............................................................................................................................383 StringToShortArray ............................................................................................................................384 StringToTime ............................................................................................................................385 StringFormat

8

Math Functions ................................................................................................. 386MathAbs ............................................................................................................................387 ............................................................................................................................388 MathArccos MathArcsin............................................................................................................................389 ............................................................................................................................390 MathArctan MathCeil ............................................................................................................................391 MathCos ............................................................................................................................392 MathExp ............................................................................................................................393 MathFloor ............................................................................................................................394 MathLog ............................................................................................................................395 MathLog10 ............................................................................................................................396 MathMax ............................................................................................................................397 MathMin ............................................................................................................................398 MathMod ............................................................................................................................399 MathPow ............................................................................................................................400 MathRand ............................................................................................................................401 MathRound............................................................................................................................402 ............................................................................................................................403 MathSin MathSqrt ............................................................................................................................404 MathSrand ............................................................................................................................405 MathTan ............................................................................................................................406 ............................................................................................................................407 MathIsV alidNumber

9

String Functions ................................................................................................. 408StringAdd ............................................................................................................................409 2000-2010, MetaQuotes Software Corp.

6

............................................................................................................................411 StringBufferLen ............................................................................................................................412 StringConcatenate StringFill ............................................................................................................................413 StringFind ............................................................................................................................414 ............................................................................................................................415 StringGetCharacter StringInit ............................................................................................................................416 StringLen ............................................................................................................................417 ............................................................................................................................418 StringSetCharacter ............................................................................................................................420 StringSubstr ............................................................................................................................421 StringToLow er ............................................................................................................................422 StringToUpper ............................................................................................................................423 StringTrimLeft ............................................................................................................................424 StringTrimRight

10

Date and Time ................................................................................................. 425............................................................................................................................426 TimeCurrent ............................................................................................................................427 TimeTradeServer TimeLocal ............................................................................................................................428 TimeGMT ............................................................................................................................429 ............................................................................................................................430 TimeDay lightSavings ............................................................................................................................431 TimeGMTOffset ............................................................................................................................432 TimeToStruct ............................................................................................................................433 StructToTime

11 Account Information ................................................................................................. 434............................................................................................................................435 AccountInfoDouble ............................................................................................................................436 AccountInfoInteger ............................................................................................................................438 AccountInfoString

12

Checkup

................................................................................................. 439

............................................................................................................................440 GetLastError IsStopped ............................................................................................................................441 ............................................................................................................................442 UninitializeReason ............................................................................................................................443 TerminalInfoInteger ............................................................................................................................444 TerminalInfoString ............................................................................................................................445 MQL5InfoInteger ............................................................................................................................446 MQL5InfoString ............................................................................................................................447 Sy mbol ............................................................................................................................448 Period ............................................................................................................................449 Digits ............................................................................................................................450 Point

13

Market Info

................................................................................................. 451

............................................................................................................................452 Sy mbolsTotal ............................................................................................................................453 Sy mbolName ............................................................................................................................454 Sy mbolSelect Sy mbolIsSy............................................................................................................................455 nchronized ............................................................................................................................456 Sy mbolInfoDouble ............................................................................................................................458 Sy mbolInfoInteger ............................................................................................................................460 Sy mbolInfoString ............................................................................................................................461 Sy mbolInfoTick ............................................................................................................................462 MarketBookAdd ............................................................................................................................463 MarketBookRelease ............................................................................................................................464 MarketBookGet

14

Timeseries and Indicators Access ................................................................................................. 465............................................................................................................................469 Indexing Direction in Array s, Buffers and Timeseries Organizing ............................................................................................................................472 Data Access ............................................................................................................................481 SeriesInfoInteger ............................................................................................................................483 Bars ............................................................................................................................485 BarsCalculated

2000-2010, MetaQuotes Software Corp.

7

............................................................................................................................487 IndicatorCreate ............................................................................................................................489 IndicatorRelease ............................................................................................................................491 Copy Buffer Copy Rates ............................................................................................................................495 Copy Time ............................................................................................................................498 Copy Open ............................................................................................................................500 Copy High ............................................................................................................................502 Copy Low ............................................................................................................................505 Copy Close ............................................................................................................................507 Copy TickV............................................................................................................................509 olume ............................................................................................................................512 Copy RealV olume ............................................................................................................................514 Copy Spread

15

Chart Operations ................................................................................................. 518ChartApply............................................................................................................................520 Template ............................................................................................................................522 ChartW indow Find ChartOpen ............................................................................................................................524 ChartFirst ............................................................................................................................525 ChartNext ............................................................................................................................526 ChartClose ............................................................................................................................527 ............................................................................................................................528 ChartSy mbol ............................................................................................................................529 ChartPeriod ............................................................................................................................530 ChartRedraw ............................................................................................................................531 ChartSetDouble ............................................................................................................................532 ChartSetInteger ............................................................................................................................533 ChartSetString ............................................................................................................................534 ChartGetDouble ............................................................................................................................536 ChartGetInteger ............................................................................................................................538 ChartGetString ............................................................................................................................540 ChartNavigate ............................................................................................................................541 ChartID ............................................................................................................................542 ChartW indow OnDropped ............................................................................................................................543 ChartPriceOnDropped ............................................................................................................................544 ChartTimeOnDropped ............................................................................................................................545 ChartX OnDropped ............................................................................................................................546 ChartY OnDropped ............................................................................................................................547 ChartSetSy mbolPeriod ............................................................................................................................548 ChartScreenShot

16

Trade Functions ................................................................................................. 549OrderSend............................................................................................................................551 ............................................................................................................................555 PositionsTotal ............................................................................................................................556 PositionGetSy mbol ............................................................................................................................557 PositionSelect ............................................................................................................................558 PositionGetDouble ............................................................................................................................559 PositionGetInteger ............................................................................................................................560 PositionGetString ............................................................................................................................561 OrdersTotal ............................................................................................................................562 OrderGetTicket ............................................................................................................................564 OrderSelect ............................................................................................................................565 OrderGetDouble ............................................................................................................................566 OrderGetInteger ............................................................................................................................567 OrderGetString ............................................................................................................................568 History Select ............................................................................................................................570 History OrderSelect ............................................................................................................................571 History OrdersTotal ............................................................................................................................572 History OrderGetTicket ............................................................................................................................574 History OrderGetDouble ............................................................................................................................575 History OrderGetInteger ............................................................................................................................576 History OrderGetString 2000-2010, MetaQuotes Software Corp.

8

............................................................................................................................577 History DealSelect ............................................................................................................................578 History DealsTotal ............................................................................................................................579 History DealGetTicket ............................................................................................................................582 History DealGetDouble ............................................................................................................................583 History DealGetInteger ............................................................................................................................584 History DealGetString

17

Global Variables of the Terminal ................................................................................................. 585............................................................................................................................586 GlobalV ariableCheck ............................................................................................................................587 GlobalV ariableTime ............................................................................................................................588 GlobalV ariableDel ............................................................................................................................589 GlobalV ariableGet ............................................................................................................................590 GlobalV ariableName ............................................................................................................................591 GlobalV ariableSet ............................................................................................................................592 GlobalV ariablesFlush ............................................................................................................................593 GlobalV ariableTemp ............................................................................................................................594 GlobalV ariableSetOnCondition ............................................................................................................................595 GlobalV ariablesDeleteAll ............................................................................................................................596 GlobalV ariablesTotal

18

File Functions................................................................................................. 597............................................................................................................................600 FileFindFirst ............................................................................................................................601 FileFindNext ............................................................................................................................602 FileFindClose FileIsExist ............................................................................................................................603 FileOpen ............................................................................................................................604 FileClose ............................................................................................................................606 FileCopy ............................................................................................................................607 FileDelete ............................................................................................................................608 FileMove ............................................................................................................................609 FileFlush ............................................................................................................................610 ............................................................................................................................611 FileIsEnding ............................................................................................................................612 FileIsLineEnding ............................................................................................................................613 FileReadArray ............................................................................................................................614 FileReadBool ............................................................................................................................615 FileReadDatetime ............................................................................................................................616 FileReadDouble ............................................................................................................................617 FileReadFloat ............................................................................................................................618 FileReadInteger ............................................................................................................................619 FileReadLong ............................................................................................................................620 FileReadNumber ............................................................................................................................621 FileReadString ............................................................................................................................622 FileReadStruct FileSeek ............................................................................................................................623 ............................................................................................................................624 FileSize ............................................................................................................................625 FileTell FileW rite ............................................................................................................................626 ............................................................................................................................627 FileW riteArray ............................................................................................................................628 FileW riteDouble ............................................................................................................................629 FileW riteFloat ............................................................................................................................630 FileW riteInteger ............................................................................................................................631 FileW riteLong ............................................................................................................................632 FileW riteString ............................................................................................................................633 FileW riteStruct ............................................................................................................................634 FolderCreate ............................................................................................................................635 FolderDelete ............................................................................................................................636 FolderClean

19

Custom Indicators ................................................................................................. 637............................................................................................................................641 Connection betw een Indicator Properties and Functions 2000-2010, MetaQuotes Software Corp.

9

............................................................................................................................643 SetIndexBuffer ............................................................................................................................646 IndicatorSetDouble ............................................................................................................................647 IndicatorSetInteger ............................................................................................................................648 IndicatorSetString ............................................................................................................................649 PlotIndexSetDouble ............................................................................................................................650 PlotIndexSetInteger ............................................................................................................................654 PlotIndexSetString ............................................................................................................................655 PlotIndexGetInteger

20

Object Functions ................................................................................................. 658............................................................................................................................660 ObjectCreate ............................................................................................................................662 ObjectName ............................................................................................................................663 ObjectDelete ............................................................................................................................664 ObjectsDeleteAll ObjectFind............................................................................................................................665 ............................................................................................................................666 ObjectGetTimeBy V alue ............................................................................................................................667 ObjectGetV alueBy Time ............................................................................................................................668 ObjectMove ............................................................................................................................669 ObjectsTotal ............................................................................................................................670 ObjectSetDouble ............................................................................................................................673 ObjectSetInteger ............................................................................................................................674 ObjectSetString ............................................................................................................................676 ObjectGetDouble ............................................................................................................................677 ObjectGetInteger ............................................................................................................................678 ObjectGetString

21 Technical Indicators ................................................................................................. 680............................................................................................................................683 iAC ............................................................................................................................684 iAD ............................................................................................................................685 iADX ............................................................................................................................686 iADX W ilder iAlligator ............................................................................................................................687 ............................................................................................................................689 iAMA ............................................................................................................................690 iAO ............................................................................................................................691 iATR ............................................................................................................................692 iBearsPow er ............................................................................................................................693 iBands ............................................................................................................................694 iBullsPow er ............................................................................................................................695 iCCI iChaikin ............................................................................................................................696 iCustom ............................................................................................................................697 ............................................................................................................................700 iDEMA iDeMarker ............................................................................................................................701 iEnvelopes ............................................................................................................................702 ............................................................................................................................703 iForce iFractals ............................................................................................................................704 ............................................................................................................................705 iFrAMA ............................................................................................................................706 iGator iIchimoku ............................................................................................................................708 ............................................................................................................................709 iBW MFI ............................................................................................................................710 iMomentum ............................................................................................................................711 iMFI ............................................................................................................................712 iMA ............................................................................................................................713 iOsMA ............................................................................................................................714 iMACD ............................................................................................................................715 iOBV ............................................................................................................................716 iSAR ............................................................................................................................717 iRSI ............................................................................................................................718 iRV I ............................................................................................................................719 iStdDev 2000-2010, MetaQuotes Software Corp.

10

iStochastic ............................................................................................................................720 ............................................................................................................................721 iTEMA ............................................................................................................................722 iTriX ............................................................................................................................723 iW PR ............................................................................................................................724 iV IDy A iV olumes ............................................................................................................................725

22

Working with events ................................................................................................. 726............................................................................................................................727 EventSetTimer ............................................................................................................................728 EventKillTimer ............................................................................................................................729 EventChartCustom

23

Standard Library ................................................................................................. 733Basic Class ............................................................................................................................734 CObject Prev ......................................................................................................................... 735 Prev ......................................................................................................................... 736 Next ......................................................................................................................... 737 Next ......................................................................................................................... 738 Compare......................................................................................................................... 739 Save ......................................................................................................................... 741 Load ......................................................................................................................... 743 Type ......................................................................................................................... 745 ............................................................................................................................746 Classes of data CArray ......................................................................................................................... 747 Step ................................................................................................................ 748 Step ................................................................................................................ 749 Total ................................................................................................................ 750 Available ................................................................................................................ 751 Max ................................................................................................................ 752 IsSorted ................................................................................................................ 753 SortMode ................................................................................................................ 754 Clear ................................................................................................................ 755 Sort ................................................................................................................ 756 Save ................................................................................................................ 757 Load ................................................................................................................ 758 CArrayChar ......................................................................................................................... 759 Reserve ................................................................................................................ 761 Resize ................................................................................................................ 762 Shutdown ................................................................................................................ 763 Add ................................................................................................................ 764 AddArray ................................................................................................................ 765 AddArray ................................................................................................................ 766 Insert ................................................................................................................ 768 InsertArray ................................................................................................................ 769 InsertArray ................................................................................................................ 770 AssignArray ................................................................................................................ 772 AssignArray ................................................................................................................ 773 Update ................................................................................................................ 775 Shift ................................................................................................................ 776 Delete ................................................................................................................ 777 DeleteRange ................................................................................................................ 778 At ................................................................................................................ 779 CompareArray ................................................................................................................ 781 CompareArray ................................................................................................................ 782 InsertSort ................................................................................................................ 783 Search ................................................................................................................ 784 SearchGreat ................................................................................................................ 785 SearchLess ................................................................................................................ 786 SearchGreatOrEqual ................................................................................................................ 787 SearchLessOrEqual ................................................................................................................ 788 2000-2010, MetaQuotes Software Corp.

11

SearchFirst ................................................................................................................ 789 SearchLast ................................................................................................................ 790 Save ................................................................................................................ 791 Load ................................................................................................................ 792 Type ................................................................................................................ 794 CArrayShort ......................................................................................................................... 795 Reserve ................................................................................................................ 797 Resize ................................................................................................................ 798 Shutdown ................................................................................................................ 799 Add ................................................................................................................ 800 AddArray ................................................................................................................ 801 AddArray ................................................................................................................ 802 Insert ................................................................................................................ 804 InsertArray ................................................................................................................ 805 InsertArray ................................................................................................................ 806 AssignArray ................................................................................................................ 808 AssignArray ................................................................................................................ 809 Update ................................................................................................................ 811 Shift ................................................................................................................ 812 Delete ................................................................................................................ 813 DeleteRange ................................................................................................................ 814 At ................................................................................................................ 815 CompareArray ................................................................................................................ 817 CompareArray ................................................................................................................ 818 InsertSort ................................................................................................................ 819 Search ................................................................................................................ 820 SearchGreat ................................................................................................................ 821 SearchLess ................................................................................................................ 822 SearchGreatOrEqual ................................................................................................................ 823 SearchLessOrEqual ................................................................................................................ 824 SearchFirst ................................................................................................................ 825 SearchLast ................................................................................................................ 826 Save ................................................................................................................ 827 Load ................................................................................................................ 829 Type ................................................................................................................ 831 CArrayInt ......................................................................................................................... 832 Reserve ................................................................................................................ 834 Resize ................................................................................................................ 835 Shutdown ................................................................................................................ 836 Add ................................................................................................................ 837 AddArray ................................................................................................................ 838 AddArray ................................................................................................................ 839 Insert ................................................................................................................ 841 InsertArray ................................................................................................................ 842 InsertArray ................................................................................................................ 843 AssignArray ................................................................................................................ 845 AssignArray ................................................................................................................ 846 Update ................................................................................................................ 848 Shift ................................................................................................................ 849 Delete ................................................................................................................ 850 DeleteRange ................................................................................................................ 851 At ................................................................................................................ 852 CompareArray ................................................................................................................ 854 CompareArray ................................................................................................................ 855 InsertSort ................................................................................................................ 856 Search ................................................................................................................ 857 SearchGreat ................................................................................................................ 858 SearchLess ................................................................................................................ 859 2000-2010, MetaQuotes Software Corp.

12

SearchGreatOrEqual ................................................................................................................ 860 SearchLessOrEqual ................................................................................................................ 861 SearchFirst ................................................................................................................ 862 SearchLast ................................................................................................................ 863 Save ................................................................................................................ 864 Load ................................................................................................................ 866 Type ................................................................................................................ 868 CArrayLong ......................................................................................................................... 869 Reserve ................................................................................................................ 871 Resize ................................................................................................................ 872 Shutdown ................................................................................................................ 873 Add ................................................................................................................ 874 AddArray ................................................................................................................ 875 AddArray ................................................................................................................ 876 Insert ................................................................................................................ 878 InsertArray ................................................................................................................ 879 InsertArray ................................................................................................................ 880 AssignArray ................................................................................................................ 882 AssignArray ................................................................................................................ 883 Update ................................................................................................................ 885 Shift ................................................................................................................ 886 Delete ................................................................................................................ 887 DeleteRange ................................................................................................................ 888 At ................................................................................................................ 889 CompareArray ................................................................................................................ 891 CompareArray ................................................................................................................ 892 InsertSort ................................................................................................................ 893 Search ................................................................................................................ 894 SearchGreat ................................................................................................................ 895 SearchLess ................................................................................................................ 896 SearchGreatOrEqual ................................................................................................................ 897 SearchLessOrEqual ................................................................................................................ 898 SearchFirst ................................................................................................................ 899 SearchLast ................................................................................................................ 900 Save ................................................................................................................ 901 Load ................................................................................................................ 903 Type ................................................................................................................ 905 CArrayFloat ......................................................................................................................... 906 Delta ................................................................................................................ 908 Reserve ................................................................................................................ 909 Resize ................................................................................................................ 910 Shutdown ................................................................................................................ 911 Add ................................................................................................................ 912 AddArray ................................................................................................................ 913 AddArray ................................................................................................................ 914 Insert ................................................................................................................ 916 InsertArray ................................................................................................................ 917 InsertArray ................................................................................................................ 918 AssignArray ................................................................................................................ 920 AssignArray ................................................................................................................ 921 Update ................................................................................................................ 923 Shift ................................................................................................................ 924 Delete ................................................................................................................ 925 DeleteRange ................................................................................................................ 926 At ................................................................................................................ 927 CompareArray ................................................................................................................ 929 CompareArray ................................................................................................................ 930 InsertSort ................................................................................................................ 931 2000-2010, MetaQuotes Software Corp.

13

Search ................................................................................................................ 932 SearchGreat ................................................................................................................ 933 SearchLess ................................................................................................................ 934 SearchGreatOrEqual ................................................................................................................ 935 SearchLessOrEqual ................................................................................................................ 936 SearchFirst ................................................................................................................ 937 SearchLast ................................................................................................................ 938 Save ................................................................................................................ 939 Load ................................................................................................................ 941 Type ................................................................................................................ 943 CArrayDouble ......................................................................................................................... 944 Delta ................................................................................................................ 946 Reserve ................................................................................................................ 947 Resize ................................................................................................................ 948 Shutdown ................................................................................................................ 949 Add ................................................................................................................ 950 AddArray ...................................