• Справочник MQL5
    • Основы языка
      • Синтаксис
        • Комментарии
        • Идентификаторы
        • Зарезервированные слова
      • Типы данных
        • Целые типы
          • Типы char, short, int и long
          • Символьные константы
          • Тип datetime
          • Тип color
          • Тип bool
          • Перечисления
        • Вещественные типы (double, float)
        • Тип string
        • Структуры и классы
        • Объект динамического массива
        • Приведение типов
        • Тип void и константа NULL
        • Указатели объектов
        • Ссылки. Модификатор & и ключевое слово this
      • Операции и выражения
        • Выражения
        • Арифметические операции
        • Операции присваивания
        • Операции отношения
        • Логические операции
        • Побитовые операции
        • Другие операции
        • Приоритеты и порядок операций
      • Операторы
        • Составной оператор
        • Оператор-выражение
        • Оператор возврата return
        • Условный оператор if-else
        • Условный оператор ?:
        • Оператор-переключатель switch
        • Оператор цикла while
        • Оператор цикла for
        • Оператор цикла do while
        • Оператор завершения break
        • Оператор продолжения continue
        • Оператор создания объекта new
        • Оператор уничтожения объекта delete
      • Функции
        • Вызов функции
        • Передача параметров
        • Перегрузка функций
        • Перегрузка операций
        • Описание внешних функций
        • Экспортирование функций
        • Функции обработки событий
      • Переменные
        • Локальные переменные
        • Формальные параметры
        • Статические переменные
        • Глобальные переменные
        • Input переменные
        • Extern переменные
        • Инициализация переменных
        • Область видимости и время жизни переменных
        • Создание и уничтожение объектов
      • Препроцессор
        • Макроподстановка (#define)
        • Свойства программ (#property)
        • Включение файлов (#include)
        • Импорт функций (#import)
        • Условная компиляция (#ifdef, #ifndef, #else, #endif)
      • Объектно-ориентированное программирование
        • Инкапсуляция и расширяемость типов
        • Наследование
        • Полиморфизм
        • Перегрузка
        • Виртуальные функции
        • Статические члены класса
        • Шаблоны функций
    • Стандартные константы, перечисления и структуры
      • Константы графиков
        • Типы событий графика
        • Периоды графиков
        • Свойства графиков
        • Позиционирование графика
        • Отображение графиков
        • Примеры работы с графиком
      • Константы объектов
        • Типы объектов
          • OBJ_VLINE
          • OBJ_HLINE
          • OBJ_TREND
          • OBJ_TRENDBYANGLE
          • OBJ_CYCLES
          • OBJ_ARROWED_LINE
          • OBJ_CHANNEL
          • OBJ_STDDEVCHANNEL
          • OBJ_REGRESSION
          • OBJ_PITCHFORK
          • OBJ_GANNLINE
          • OBJ_GANNFAN
          • OBJ_GANNGRID
          • OBJ_FIBO
          • OBJ_FIBOTIMES
          • OBJ_FIBOFAN
          • OBJ_FIBOARC
          • OBJ_FIBOCHANNEL
          • OBJ_EXPANSION
          • OBJ_ELLIOTWAVE5
          • OBJ_ELLIOTWAVE3
          • OBJ_RECTANGLE
          • OBJ_TRIANGLE
          • OBJ_ELLIPSE
          • OBJ_ARROW_THUMB_UP
          • OBJ_ARROW_THUMB_DOWN
          • OBJ_ARROW_UP
          • OBJ_ARROW_DOWN
          • OBJ_ARROW_STOP
          • OBJ_ARROW_CHECK
          • OBJ_ARROW_LEFT_PRICE
          • OBJ_ARROW_RIGHT_PRICE
          • OBJ_ARROW_BUY
          • OBJ_ARROW_SELL
          • OBJ_ARROW
          • OBJ_TEXT
          • OBJ_LABEL
          • OBJ_BUTTON
          • OBJ_CHART
          • OBJ_BITMAP
          • OBJ_BITMAP_LABEL
          • OBJ_EDIT
          • OBJ_EVENT
          • OBJ_RECTANGLE_LABEL
        • Свойства объектов
        • Способы привязки объектов
        • Угол привязки
        • Видимость объектов
        • Уровни волн Эллиотта
        • Объекты Ганна
        • Набор Web-цветов
        • Wingdings
      • Константы индикаторов
        • Ценовые константы
        • Методы скользящих
        • Линии индикаторов
        • Стили рисования
        • Свойства пользовательских индикаторов
        • Типы индикаторов
        • Идентификаторы типов данных
      • Состояние окружения
        • Состояние клиентского терминала
        • Информация о запущенной MQL5-программе
        • Информация об инструменте
        • Информация о счете
        • Статистика тестирования
      • Торговые константы
        • Информация об исторических данных по инструменту
        • Свойства ордеров
        • Свойства позиций
        • Свойства сделок
        • Типы торговых операций
        • Типы торговых транзакций
        • Виды заявок в стакане цен
      • Именованные константы
        • Предопределенные макроподстановки
        • Математические константы
        • Константы числовых типов
        • Причины деинициализации
        • Проверка указателя объекта
        • Прочие константы
      • Структуры данных
        • Структура даты
        • Структура входных параметров индикатора
        • Структура исторических данных
        • Структура стакана цен
        • Структура торгового запроса
        • Структура результатов проверки торгового запроса
        • Структура результата торгового запроса
        • Структура торговой транзакции
        • Структура для получения текущих цен
      • Коды ошибок и предупреждений
        • Коды возврата торгового сервера
        • Предупреждения компилятора
        • Ошибки компиляции
        • Ошибки времени выполнения
      • Константы ввода/вывода
        • Флаги открытия файлов
        • Свойства файлов
        • Позиционирование внутри файла
        • Использование кодовой страницы
        • MessageBox
    • Программы MQL5
      • Выполнение программ
      • События клиентского терминала
      • Ресурсы
      • Вызов импортируемых функций
      • Ошибки выполнения
      • Тестирование торговых стратегий
    • Предопределенные переменные
      • _Digits
      • _Point
      • _LastError
      • _Period
      • _RandomSeed
      • _StopFlag
      • _Symbol
      • _UninitReason
    • Общие функции
      • Alert
      • CheckPointer
      • Comment
      • DebugBreak
      • ExpertRemove
      • GetPointer
      • GetTickCount
      • MessageBox
      • PeriodSeconds
      • PlaySound
      • Print
      • PrintFormat
      • ResetLastError
      • ResourceCreate
      • ResourceFree
      • ResourceReadImage
      • ResourceSave
      • SetUserError
      • SendFTP
      • SendMail
      • SendNotification
      • Sleep
      • TerminalClose
      • TesterStatistics
      • TesterWithdrawal
      • ZeroMemory
    • Операции с массивами
      • ArrayBsearch
      • ArrayCopy
      • ArrayCompare
      • ArrayFree
      • ArrayGetAsSeries
      • ArrayInitialize
      • ArrayFill
      • ArrayIsDynamic
      • ArrayIsSeries
      • ArrayMaximum
      • ArrayMinimum
      • ArrayRange
      • ArrayResize
      • ArraySetAsSeries
      • ArraySize
      • ArraySort
    • Преобразование данных
      • CharToString
      • CharArrayToString
      • ColorToARGB
      • ColorToString
      • DoubleToString
      • EnumToString
      • IntegerToString
      • ShortToString
      • ShortArrayToString
      • TimeToString
      • NormalizeDouble
      • StringToCharArray
      • StringToColor
      • StringToDouble
      • StringToInteger
      • StringToShortArray
      • StringToTime
      • StringFormat
    • Математические функции
      • MathAbs
      • MathArccos
      • MathArcsin
      • MathArctan
      • MathCeil
      • MathCos
      • MathExp
      • MathFloor
      • MathLog
      • MathLog10
      • MathMax
      • MathMin
      • MathMod
      • MathPow
      • MathRand
      • MathRound
      • MathSin
      • MathSqrt
      • MathSrand
      • MathTan
      • MathIsValidNumber
    • Строковые функции
      • StringAdd
      • StringBufferLen
      • StringCompare
      • StringConcatenate
      • StringFill
      • StringFind
      • StringGetCharacter
      • StringInit
      • StringLen
      • StringReplace
      • StringSetCharacter
      • StringSplit
      • StringSubstr
      • StringToLower
      • StringToUpper
      • StringTrimLeft
      • StringTrimRight
    • Дата и время
      • TimeCurrent
      • TimeTradeServer
      • TimeLocal
      • TimeGMT
      • TimeDaylightSavings
      • TimeGMTOffset
      • TimeToStruct
      • StructToTime
    • Информация о счете
      • AccountInfoDouble
      • AccountInfoInteger
      • AccountInfoString
    • Проверка состояния
      • GetLastError
      • IsStopped
      • UninitializeReason
      • TerminalInfoInteger
      • TerminalInfoString
      • MQLInfoInteger
      • MQLInfoString
      • Symbol
      • Period
      • Digits
      • Point
    • Получение рыночной информации
      • SymbolsTotal
      • SymbolName
      • SymbolSelect
      • SymbolIsSynchronized
      • SymbolInfoDouble
      • SymbolInfoInteger
      • SymbolInfoString
      • SymbolInfoTick
      • SymbolInfoSessionQuote
      • SymbolInfoSessionTrade
      • MarketBookAdd
      • MarketBookRelease
      • MarketBookGet
    • Доступ к таймсериям и индикаторам
      • Направление индексации в массивах и таймсериях
      • Организация доступа к данным
      • SeriesInfoInteger
      • Bars
      • BarsCalculated
      • IndicatorCreate
      • IndicatorParameters
      • IndicatorRelease
      • CopyBuffer
      • CopyRates
      • CopyTime
      • CopyOpen
      • CopyHigh
      • CopyLow
      • CopyClose
      • CopyTickVolume
      • CopyRealVolume
      • CopySpread
    • Операции с графиками
      • ChartApplyTemplate
      • ChartSaveTemplate
      • ChartWindowFind
      • ChartTimePriceToXY
      • ChartXYToTimePrice
      • ChartOpen
      • ChartFirst
      • ChartNext
      • ChartClose
      • ChartSymbol
      • ChartPeriod
      • ChartRedraw
      • ChartSetDouble
      • ChartSetInteger
      • ChartSetString
      • ChartGetDouble
      • ChartGetInteger
      • ChartGetString
      • ChartNavigate
      • ChartID
      • ChartIndicatorAdd
      • ChartIndicatorDelete
      • ChartIndicatorGet
      • ChartIndicatorName
      • ChartIndicatorsTotal
      • ChartWindowOnDropped
      • ChartPriceOnDropped
      • ChartTimeOnDropped
      • ChartXOnDropped
      • ChartYOnDropped
      • ChartSetSymbolPeriod
      • ChartScreenShot
    • Торговые функции
      • OrderCalcMargin
      • OrderCalcProfit
      • OrderCheck
      • OrderSend
      • OrderSendAsync
      • PositionsTotal
      • PositionGetSymbol
      • PositionSelect
      • PositionGetDouble
      • PositionGetInteger
      • PositionGetString
      • OrdersTotal
      • OrderGetTicket
      • OrderSelect
      • OrderGetDouble
      • OrderGetInteger
      • OrderGetString
      • HistorySelect
      • HistorySelectByPosition
      • HistoryOrderSelect
      • HistoryOrdersTotal
      • HistoryOrderGetTicket
      • HistoryOrderGetDouble
      • HistoryOrderGetInteger
      • HistoryOrderGetString
      • HistoryDealSelect
      • HistoryDealsTotal
      • HistoryDealGetTicket
      • HistoryDealGetDouble
      • HistoryDealGetInteger
      • HistoryDealGetString
    • Глобальные переменные терминала
      • GlobalVariableCheck
      • GlobalVariableTime
      • GlobalVariableDel
      • GlobalVariableGet
      • GlobalVariableName
      • GlobalVariableSet
      • GlobalVariablesFlush
      • GlobalVariableTemp
      • GlobalVariableSetOnCondition
      • GlobalVariablesDeleteAll
      • GlobalVariablesTotal
    • Файловые операции
      • FileFindFirst
      • FileFindNext
      • FileFindClose
      • FileIsExist
      • FileOpen
      • FileClose
      • FileCopy
      • FileDelete
      • FileMove
      • FileFlush
      • FileGetInteger
      • FileIsEnding
      • FileIsLineEnding
      • FileReadArray
      • FileReadBool
      • FileReadDatetime
      • FileReadDouble
      • FileReadFloat
      • FileReadInteger
      • FileReadLong
      • FileReadNumber
      • FileReadString
      • FileReadStruct
      • FileSeek
      • FileSize
      • FileTell
      • FileWrite
      • FileWriteArray
      • FileWriteDouble
      • FileWriteFloat
      • FileWriteInteger
      • FileWriteLong
      • FileWriteString
      • FileWriteStruct
      • FolderCreate
      • FolderDelete
      • FolderClean
    • Пользовательские индикаторы
      • Стили индикаторов в примерах
        • DRAW_NONE
        • DRAW_LINE
        • DRAW_SECTION
        • DRAW_HISTOGRAM
        • DRAW_HISTOGRAM2
        • DRAW_ARROW
        • DRAW_ZIGZAG
        • DRAW_FILLING
        • DRAW_BARS
        • DRAW_CANDLES
        • DRAW_COLOR_LINE
        • DRAW_COLOR_SECTION
        • DRAW_COLOR_HISTOGRAM
        • DRAW_COLOR_HISTOGRAM2
        • DRAW_COLOR_ARROW
        • DRAW_COLOR_ZIGZAG
        • DRAW_COLOR_BARS
        • DRAW_COLOR_CANDLES
      • Связь между свойствами индикатора и функциями
      • SetIndexBuffer
      • IndicatorSetDouble
      • IndicatorSetInteger
      • IndicatorSetString
      • PlotIndexSetDouble
      • PlotIndexSetInteger
      • PlotIndexSetString
      • PlotIndexGetInteger
    • Графические объекты
      • ObjectCreate
      • ObjectName
      • ObjectDelete
      • ObjectsDeleteAll
      • ObjectFind
      • ObjectGetTimeByValue
      • ObjectGetValueByTime
      • ObjectMove
      • ObjectsTotal
      • ObjectSetDouble
      • ObjectSetInteger
      • ObjectSetString
      • ObjectGetDouble
      • ObjectGetInteger
      • ObjectGetString
      • TextSetFont
      • TextOut
      • TextGetSize
    • Технические индикаторы
      • iAC
      • iAD
      • iADX
      • iADXWilder
      • iAlligator
      • iAMA
      • iAO
      • iATR
      • iBearsPower
      • iBands
      • iBullsPower
      • iCCI
      • iChaikin
      • iCustom
      • iDEMA
      • iDeMarker
      • iEnvelopes
      • iForce
      • iFractals
      • iFrAMA
      • iGator
      • iIchimoku
      • iBWMFI
      • iMomentum
      • iMFI
      • iMA
      • iOsMA
      • iMACD
      • iOBV
      • iSAR
      • iRSI
      • iRVI
      • iStdDev
      • iStochastic
      • iTEMA
      • iTriX
      • iWPR
      • iVIDyA
      • iVolumes
    • Работа с результатами оптимизации
      • FrameFirst
      • FrameFilter
      • FrameNext
      • FrameInputs
      • FrameAdd
      • ParameterGetRange
      • ParameterSetRange
    • Работа с событиями
      • EventSetMillisecondTimer
      • EventSetTimer
      • EventKillTimer
      • EventChartCustom
    • Работа с OpenCL
      • CLHandleType
      • CLGetInfoInteger
      • CLGetInfoString
      • CLContextCreate
      • CLContextFree
      • CLGetDeviceInfo
      • CLProgramCreate
      • CLProgramFree
      • CLKernelCreate
      • CLKernelFree
      • CLSetKernelArg
      • CLSetKernelArgMem
      • CLBufferCreate
      • CLBufferFree
      • CLBufferWrite
      • CLBufferRead
      • CLExecute
    • Стандартная библиотека
      • Базовый класс CObject
        • Prev
        • Prev
        • Next
        • Next
        • Compare
        • Save
        • Load
        • Type
      • Классы для организации данных
        • CArray
          • Step
          • Step
          • Total
          • Available
          • Max
          • IsSorted
          • SortMode
          • Clear
          • Sort
          • Save
          • Load
        • CArrayChar
          • Reserve
          • Resize
          • Shutdown
          • Add
          • AddArray
          • AddArray
          • Insert
          • InsertArray
          • InsertArray
          • AssignArray
          • AssignArray
          • Update
          • Shift
          • Delete
          • DeleteRange
          • At
          • CompareArray
          • CompareArray
          • InsertSort
          • Search
          • SearchGreat
          • SearchLess
          • SearchGreatOrEqual
          • SearchLessOrEqual
          • SearchFirst
          • SearchLast
          • SearchLinear
          • Save
          • Load
          • Type
        • CArrayShort
          • Reserve
          • Resize
          • Shutdown
          • Add
          • AddArray
          • AddArray
          • Insert
          • InsertArray
          • InsertArray
          • AssignArray
          • AssignArray
          • Update
          • Shift
          • Delete
          • DeleteRange
          • At
          • CompareArray
          • CompareArray
          • InsertSort
          • Search
          • SearchGreat
          • SearchLess
          • SearchGreatOrEqual
          • SearchLessOrEqual
          • SearchFirst
          • SearchLast
          • SearchLinear
          • Save
          • Load
          • Type
        • CArrayInt
          • Reserve
          • Resize
          • Shutdown
          • Add
          • AddArray
          • AddArray
          • Insert
          • InsertArray
          • InsertArray
          • AssignArray
          • AssignArray
          • Update
          • Shift
          • Delete
          • DeleteRange
          • At
          • CompareArray
          • CompareArray
          • InsertSort
          • Search
          • SearchGreat
          • SearchLess
          • SearchGreatOrEqual
          • SearchLessOrEqual
          • SearchFirst
          • SearchLast
          • SearchLinear
          • Save
          • Load
          • Type
        • CArrayLong
          • Reserve
          • Resize
          • Shutdown
          • Add
          • AddArray
          • AddArray
          • Insert
          • InsertArray
          • InsertArray
          • AssignArray
          • AssignArray
          • Update
          • Shift
          • Delete
          • DeleteRange
          • At
          • CompareArray
          • CompareArray
          • InsertSort
          • Search
          • SearchGreat
          • SearchLess
          • SearchGreatOrEqual
          • SearchLessOrEqual
          • SearchFirst
          • SearchLast
          • SearchLinear
          • Save
          • Load
          • Type
        • CArrayFloat
          • Delta
          • Reserve
          • Resize
          • Shutdown
          • Add
          • AddArray
          • AddArray
          • Insert
          • InsertArray
          • InsertArray
          • AssignArray
          • AssignArray
          • Update
          • Shift
          • Delete
          • DeleteRange
          • At
          • CompareArray
          • CompareArray
          • InsertSort
          • Search
          • SearchGreat
          • SearchLess
          • SearchGreatOrEqual
          • SearchLessOrEqual
          • SearchFirst
          • SearchLast
          • SearchLinear
          • Save
          • Load
          • Type
        • CArrayDouble
          • Delta
          • Reserve
          • Resize
          • Shutdown
          • Add
          • AddArray
          • AddArray
          • Insert
          • InsertArray
          • InsertArray
          • AssignArray
          • AssignArray
          • Update
          • Shift
          • Delete
          • DeleteRange
          • At
          • CompareArray
          • CompareArray
          • Minimum
          • Maximum
          • InsertSort
          • Search
          • SearchGreat
          • SearchLess
          • SearchGreatOrEqual
          • SearchLessOrEqual
          • SearchFirst
          • SearchLast
          • SearchLinear
          • Save
          • Load
          • Type
        • CArrayString
          • Reserve
          • Resize
          • Shutdown
          • Add
          • AddArray
          • AddArray
          • Insert
          • InsertArray
          • InsertArray
          • AssignArray
          • AssignArray
          • Update
          • Shift
          • Delete
          • DeleteRange
          • At
          • CompareArray
          • CompareArray
          • InsertSort
          • Search
          • SearchGreat
          • SearchLess
          • SearchGreatOrEqual
          • SearchLessOrEqual
          • SearchFirst
          • SearchLast
          • SearchLinear
          • Save
          • Load
          • Type
        • CArrayObj
          • FreeMode
          • FreeMode
          • Reserve
          • Resize
          • Clear
          • Shutdown
          • CreateElement
          • Add
          • AddArray
          • Insert
          • InsertArray
          • AssignArray
          • Update
          • Shift
          • Detach
          • Delete
          • DeleteRange
          • At
          • CompareArray
          • InsertSort
          • Search
          • SearchGreat
          • SearchLess
          • SearchGreatOrEqual
          • SearchLessOrEqual
          • SearchFirst
          • SearchLast
          • Save
          • Load
          • Type
        • CList
          • FreeMode
          • FreeMode
          • Total
          • IsSorted
          • SortMode
          • CreateElement
          • Add
          • Insert
          • DetachCurrent
          • DeleteCurrent
          • Delete
          • Clear
          • IndexOf
          • GetNodeAtIndex
          • GetFirstNode
          • GetPrevNode
          • GetCurrentNode
          • GetNextNode
          • GetLastNode
          • Sort
          • MoveToIndex
          • Exchange
          • CompareList
          • Search
          • Save
          • Load
          • Type
        • CTreeNode
          • Owner
          • Left
          • Right
          • Balance
          • BalanceL
          • BalanceR
          • CreateSample
          • RefreshBalance
          • GetNext
          • SaveNode
          • LoadNode
          • Type
        • CTree
          • Root
          • CreateElement
          • Insert
          • Detach
          • Delete
          • Clear
          • Find
          • Save
          • Load
          • Type
      • Классы для работы с графическими объектами
        • Базовый класс CChartObject
          • ChartId
          • Window
          • Name
          • NumPoints
          • Attach
          • SetPoint
          • Delete
          • Detach
          • ShiftObject
          • ShiftPoint
          • Time
          • Price
          • Color
          • Style
          • Width
          • Background
          • Selected
          • Selectable
          • Description
          • Tooltip
          • Timeframes
          • Z_Order
          • CreateTime
          • LevelsCount
          • LevelColor
          • LevelStyle
          • LevelWidth
          • LevelValue
          • LevelDescription
          • GetInteger
          • SetInteger
          • GetDouble
          • SetDouble
          • GetString
          • SetString
          • Save
          • Load
          • Type
        • Объекты "Линии"
          • CChartObjectVLine
            • Create
            • Type
          • CChartObjectHLine
            • Create
            • Type
          • CChartObjectTrend
            • Create
            • RayLeft
            • RayRight
            • Save
            • Load
            • Type
          • CChartObjectTrendByAngle
            • Create
            • Angle
            • Type
          • CChartObjectCycles
            • Create
            • Type
        • Объекты "Каналы"
          • CChartObjectChannel
            • Create
            • Type
          • CChartObjectRegression
            • Create
            • Type
          • CChartObjectStdDevChannel
            • Create
            • Deviations
            • Save
            • Load
            • Type
          • CChartObjectPitchfork
            • Create
            • Type
        • Инструменты Ганна
          • CChartObjectGannLine
            • Create
            • PipsPerBar
            • Save
            • Load
            • Type
          • CChartObjectGannFan
            • Create
            • PipsPerBar
            • Downtrend
            • Save
            • Load
            • Type
          • CChartObjectGannGrid
            • Create
            • PipsPerBar
            • Downtrend
            • Save
            • Load
            • Type
        • Инструменты Фибоначчи
          • CChartObjectFibo
            • Create
            • Type
          • CChartObjectFiboTimes
            • Create
            • Type
          • CChartObjectFiboFan
            • Create
            • Type
          • CChartObjectFiboArc
            • Create
            • Scale
            • Ellipse
            • Save
            • Load
            • Type
          • CChartObjectFiboChannel
            • Create
            • Type
          • CChartObjectFiboExpansion
            • Create
            • Type
        • Инструменты Эллиотта
          • CChartObjectElliottWave3
            • Create
            • Degree
            • Lines
            • Save
            • Load
            • Type
          • CChartObjectElliottWave5
            • Create
            • Type
        • Объекты "Фигуры"
          • CChartObjectRectangle
            • Create
            • Type
          • CChartObjectTriangle
            • Create
            • Type
          • CChartObjectEllipse
            • Create
            • Type
        • Объекты "Стрелки"
          • CChartObjectArrow
            • Create
            • ArrowCode
            • Anchor
            • Save
            • Load
            • Type
          • Стрелки с фиксированным кодом
            • Create
            • ArrowCode
            • Type
        • Элементы управления
          • CChartObjectText
            • Create
            • Angle
            • Font
            • FontSize
            • Anchor
            • Save
            • Load
            • Type
          • CChartObjectLabel
            • Create
            • X_Distance
            • Y_Distance
            • X_Size
            • Y_Size
            • Corner
            • Time
            • Price
            • Save
            • Load
            • Type
          • CChartObjectEdit
            • Create
            • TextAlign
            • X_Size
            • Y_Size
            • BackColor
            • BorderColor
            • Angle
            • Save
            • Load
            • Type
          • CChartObjectButton
            • State
            • Save
            • Load
            • Type
          • CChartObjectSubChart
            • Create
            • X_Distance
            • Y_Distance
            • Corner
            • X_Size
            • Y_Size
            • Symbol
            • Period
            • Scale
            • DateScale
            • PriceScale
            • Time
            • Price
            • Save
            • Load
            • Type
          • CChartObjectBitmap
            • Create
            • BmpFile
            • X_Offset
            • Y_Offset
            • Save
            • Load
            • Type
          • CChartObjectBmpLabel
            • Create
            • X_Distance
            • Y_Distance
            • X_Offset
            • Y_Offset
            • Corner
            • X_Size
            • Y_Size
            • BmpFileOn
            • BmpFileOff
            • State
            • Time
            • Price
            • Save
            • Load
            • Type
          • CChartObjectRectLabel
            • Create
            • X_Size
            • Y_Size
            • BackColor
            • Angle
            • BorderType
            • Save
            • Load
            • Type
      • Класс для создания пользовательской графики
        • ChartObjectName
        • Circle
        • CircleAA
        • Create
        • CreateBitmap
        • CreateBitmapLabel
        • Destroy
        • Erase
        • Fill
        • FillCircle
        • FillRectangle
        • FillTriangle
        • FontAngleGet
        • FontAngleSet
        • FontFlagsGet
        • FontFlagsSet
        • FontGet
        • FontNameGet
        • FontNameSet
        • FontSet
        • FontSizeGet
        • FontSizeSet
        • Height
        • Line
        • LineAA
        • LineHorizontal
        • LineStyleSet
        • LineVertical
        • LoadFromFile
        • PixelGet
        • PixelSet
        • PixelSetAA
        • Polygon
        • PolygonAA
        • Polyline
        • PolylineAA
        • Rectangle
        • Resize
        • ResourceName
        • TextHeight
        • TextOut
        • TextSize
        • TextWidth
        • TransparentLevelSet
        • Triangle
        • TriangleAA
        • Update
        • Width
      • Класс для работы с графиком
        • ChartID
        • Mode
        • Foreground
        • Shift
        • ShiftSize
        • AutoScroll
        • Scale
        • ScaleFix
        • ScaleFix_11
        • FixedMax
        • FixedMin
        • ScalePPB
        • PointsPerBar
        • ShowOHLC
        • ShowLineBid
        • ShowLineAsk
        • ShowLastLine
        • ShowPeriodSep
        • ShowGrid
        • ShowVolumes
        • ShowObjectDescr
        • ShowDateScale
        • ShowPriceScale
        • ColorBackground
        • ColorForeground
        • ColorGrid
        • ColorBarUp
        • ColorBarDown
        • ColorCandleBull
        • ColorCandleBear
        • ColorChartLine
        • ColorVolumes
        • ColorLineBid
        • ColorLineAsk
        • ColorLineLast
        • ColorStopLevels
        • VisibleBars
        • WindowsTotal
        • WindowIsVisible
        • WindowHandle
        • FirstVisibleBar
        • WidthInBars
        • WidthInPixels
        • HeightInPixels
        • PriceMin
        • PriceMax
        • Attach
        • FirstChart
        • NextChart
        • Open
        • Detach
        • Close
        • BringToTop
        • EventObjectCreate
        • EventObjectDelete
        • IndicatorAdd
        • IndicatorDelete
        • IndicatorsTotal
        • IndicatorName
        • Navigate
        • Symbol
        • Period
        • Redraw
        • GetInteger
        • SetInteger
        • GetDouble
        • SetDouble
        • GetString
        • SetString
        • SetSymbolPeriod
        • ApplyTemplate
        • ScreenShot
        • WindowOnDropped
        • PriceOnDropped
        • TimeOnDropped
        • XOnDropped
        • YOnDropped
        • Save
        • Load
        • Type
      • Классы для работы с файлами
        • CFile
          • Handle
          • Filename
          • Flags
          • SetUnicode
          • SetCommon
          • Open
          • Close
          • Delete
          • IsExist
          • Copy
          • Move
          • Size
          • Tell
          • Seek
          • Flush
          • IsEnding
          • IsLineEnding
          • FolderCreate
          • FolderDelete
          • FolderClean
          • FileFindFirst
          • FileFindNext
          • FileFindClose
        • CFileBin
          • Open
          • WriteChar
          • WriteShort
          • WriteInteger
          • WriteLong
          • WriteFloat
          • WriteDouble
          • WriteString
          • WriteCharArray
          • WriteShortArray
          • WriteIntegerArray
          • WriteLongArray
          • WriteFloatArray
          • WriteDoubleArray
          • WriteObject
          • ReadChar
          • ReadShort
          • ReadInteger
          • ReadLong
          • ReadFloat
          • ReadDouble
          • ReadString
          • ReadCharArray
          • ReadShortArray
          • ReadIntegerArray
          • ReadLongArray
          • ReadFloatArray
          • ReadDoubleArray
          • ReadObject
        • CFileTxt
          • Open
          • WriteString
          • ReadString
      • Класс для работы со строками
        • CString
          • Str
          • Len
          • Copy
          • Fill
          • Assign
          • Append
          • Insert
          • Compare
          • CompareNoCase
          • Left
          • Right
          • Mid
          • Trim
          • TrimLeft
          • TrimRight
          • Clear
          • ToUpper
          • ToLower
          • Reverse
          • Find
          • FindRev
          • Remove
          • Replace
      • Классы для работы с индикаторами
        • Базовые классы
          • CSpreadBuffer
            • Size
            • SetSymbolPeriod
            • At
            • Refresh
            • RefreshCurrent
          • CTimeBuffer
            • Size
            • SetSymbolPeriod
            • At
            • Refresh
            • RefreshCurrent
          • CTickVolumeBuffer
            • Size
            • SetSymbolPeriod
            • At
            • Refresh
            • RefreshCurrent
          • CRealVolumeBuffer
            • Size
            • SetSymbolPeriod
            • At
            • Refresh
            • RefreshCurrent
          • CDoubleBuffer
            • Size
            • SetSymbolPeriod
            • At
            • Refresh
            • RefreshCurrent
          • COpenBuffer
            • Refresh
            • RefreshCurrent
          • CHighBuffer
            • Refresh
            • RefreshCurrent
          • CLowBuffer
            • Refresh
            • RefreshCurrent
          • CCloseBuffer
            • Refresh
            • RefreshCurrent
          • CIndicatorBuffer
            • Offset
            • Name
            • At
            • Refresh
            • RefreshCurrent
          • CSeries
            • Name
            • BuffersTotal
            • Timeframe
            • Symbol
            • Period
            • RefreshCurrent
            • BufferSize
            • BufferResize
            • Refresh
            • PeriodDescription
          • CPriceSeries
            • BufferResize
            • GetData
            • Refresh
            • MinIndex
            • MinValue
            • MaxIndex
            • MaxValue
          • CIndicator
            • Handle
            • Status
            • FullRelease
            • Create
            • BufferResize
            • BarsCalculated
            • GetData
            • Refresh
            • Minimum
            • MinValue
            • Maximum
            • MaxValue
            • MethodDescription
            • PriceDescription
            • VolumeDescription
            • AddToChart
            • DeleteFromChart
          • CIndicators
            • Create
            • Refresh
        • Таймсерии
          • CiSpread
            • Create
            • BufferResize
            • GetData
            • Refresh
          • CiTime
            • Create
            • BufferResize
            • GetData
            • Refresh
          • CiTickVolume
            • Create
            • BufferResize
            • GetData
            • Refresh
          • CiRealVolume
            • Create
            • BufferResize
            • GetData
            • Refresh
          • CiOpen
            • Create
            • GetData
          • CiHigh
            • Create
            • GetData
          • CiLow
            • Create
            • GetData
          • CiClose
            • Create
            • GetData
        • Индикаторы тренда
          • CiADX
            • MaPeriod
            • Create
            • Main
            • Plus
            • Minus
            • Type
          • CiADXWilder
            • MaPeriod
            • Create
            • Main
            • Plus
            • Minus
            • Type
          • CiBands
            • MaPeriod
            • MaShift
            • Deviation
            • Applied
            • Create
            • Base
            • Upper
            • Lower
            • Type
          • CiEnvelopes
            • MaPeriod
            • MaShift
            • MaMethod
            • Deviation
            • Applied
            • Create
            • Upper
            • Lower
            • Type
          • CiIchimoku
            • TenkanSenPeriod
            • KijunSenPeriod
            • SenkouSpanBPeriod
            • Create
            • TenkanSen
            • KijunSen
            • SenkouSpanA
            • SenkouSpanB
            • ChinkouSpan
            • Type
          • CiMA
            • MaPeriod
            • MaShift
            • MaMethod
            • Applied
            • Create
            • Main
            • Type
          • CiSAR
            • SarStep
            • Maximum
            • Create
            • Main
            • Type
          • CiStdDev
            • MaPeriod
            • MaShift
            • MaMethod
            • Applied
            • Create
            • Main
            • Type
          • CiDEMA
            • MaPeriod
            • IndShift
            • Applied
            • Create
            • Main
            • Type
          • CiTEMA
            • MaPeriod
            • IndShift
            • Applied
            • Create
            • Main
            • Type
          • CiFrAMA
            • MaPeriod
            • IndShift
            • Applied
            • Create
            • Main
            • Type
          • CiAMA
            • MaPeriod
            • FastEmaPeriod
            • SlowEmaPeriod
            • IndShift
            • Applied
            • Create
            • Main
            • Type
          • CiVIDyA
            • CmoPeriod
            • EmaPeriod
            • IndShift
            • Applied
            • Create
            • Main
            • Type
        • Осцилляторы
          • CiATR
            • MaPeriod
            • Create
            • Main
            • Type
          • CiBearsPower
            • MaPeriod
            • Create
            • Main
            • Type
          • CiBullsPower
            • MaPeriod
            • Create
            • Main
            • Type
          • CiCCI
            • MaPeriod
            • Applied
            • Create
            • Main
            • Type
          • CiChaikin
            • FastMaPeriod
            • SlowMaPeriod
            • MaMethod
            • Applied
            • Create
            • Main
            • Type
          • CiDeMarker
            • MaPeriod
            • Create
            • Main
            • Type
          • CiForce
            • MaPeriod
            • MaMethod
            • Applied
            • Create
            • Main
            • Type
          • CiMACD
            • FastEmaPeriod
            • SlowEmaPeriod
            • SignalPeriod
            • Applied
            • Create
            • Main
            • Signal
            • Type
          • CiMomentum
            • MaPeriod
            • Applied
            • Create
            • Main
            • Type
          • CiOsMA
            • FastEmaPeriod
            • SlowEmaPeriod
            • SignalPeriod
            • Applied
            • Create
            • Main
            • Type
          • CiRSI
            • MaPeriod
            • Applied
            • Create
            • Main
            • Type
          • CiRVI
            • MaPeriod
            • Create
            • Main
            • Signal
            • Type
          • CiStochastic
            • Kperiod
            • Dperiod
            • Slowing
            • MaMethod
            • PriceField
            • Create
            • Main
            • Signal
            • Type
          • CiTriX
            • MaPeriod
            • Applied
            • Create
            • Main
            • Type
          • CiWPR
            • CalcPeriod
            • Create
            • Main
            • Type
        • Индикаторы объема
          • CiAD
            • Applied
            • Create
            • Main
            • Type
          • CiMFI
            • MaPeriod
            • Applied
            • Create
            • Main
            • Type
          • CiOBV
            • Applied
            • Create
            • Main
            • Type
          • CiVolumes
            • Applied
            • Create
            • Main
            • Type
        • Индикаторы Билла Вильямса
          • CiAC
            • Create
            • Main
            • Type
          • CiAlligator
            • JawPeriod
            • JawShift
            • TeethPeriod
            • TeethShift
            • LipsPeriod
            • LipsShift
            • MaMethod
            • Applied
            • Create
            • Jaw
            • Teeth
            • Lips
            • Type
          • CiAO
            • Create
            • Main
            • Type
          • CiFractals
            • Create
            • Upper
            • Lower
            • Type
          • CiGator
            • JawPeriod
            • JawShift
            • TeethPeriod
            • TeethShift
            • LipsPeriod
            • LipsShift
            • MaMethod
            • Applied
            • Create
            • Upper
            • Lower
            • Type
          • CiBWMFI
            • Applied
            • Create
            • Main
            • Type
        • Пользовательский индикатор
          • NumBuffers
          • NumParams
          • ParamType
          • ParamLong
          • ParamDouble
          • ParamString
          • Type
      • Торговые классы
        • CAccountInfo
          • Login
          • TradeMode
          • TradeModeDescription
          • Leverage
          • MarginMode
          • MarginModeDescription
          • TradeAllowed
          • TradeExpert
          • LimitOrders
          • Balance
          • Credit
          • Profit
          • Equity
          • Margin
          • FreeMargin
          • MarginLevel
          • MarginCall
          • MarginStopOut
          • Name
          • Server
          • Currency
          • Company
          • InfoInteger
          • InfoDouble
          • InfoString
          • OrderProfitCheck
          • MarginCheck
          • FreeMarginCheck
          • MaxLotCheck
        • CSymbolInfo
          • Refresh
          • RefreshRates
          • Name
          • Select
          • IsSynchronized
          • Volume
          • VolumeHigh
          • VolumeLow
          • Time
          • Spread
          • SpreadFloat
          • TicksBookDepth
          • StopsLevel
          • FreezeLevel
          • Bid
          • BidHigh
          • BidLow
          • Ask
          • AskHigh
          • AskLow
          • Last
          • LastHigh
          • LastLow
          • TradeCalcMode
          • TradeCalcModeDescription
          • TradeMode
          • TradeModeDescription
          • TradeExecution
          • TradeExecutionDescription
          • SwapMode
          • SwapModeDescription
          • SwapRollover3days
          • SwapRollover3daysDescription
          • MarginInitial
          • MarginMaintenance
          • MarginLong
          • MarginShort
          • MarginLimit
          • MarginStop
          • MarginStopLimit
          • TradeTimeFlags
          • TradeFillFlags
          • Digits
          • Point
          • TickValue
          • TickValueProfit
          • TickValueLoss
          • TickSize
          • ContractSize
          • LotsMin
          • LotsMax
          • LotsStep
          • LotsLimit
          • SwapLong
          • SwapShort
          • CurrencyBase
          • CurrencyProfit
          • CurrencyMargin
          • Bank
          • Description
          • Path
          • SessionDeals
          • SessionBuyOrders
          • SessionSellOrders
          • SessionTurnover
          • SessionInterest
          • SessionBuyOrdersVolume
          • SessionSellOrdersVolume
          • SessionOpen
          • SessionClose
          • SessionAW
          • SessionPriceSettlement
          • SessionPriceLimitMin
          • SessionPriceLimitMax
          • InfoInteger
          • InfoDouble
          • InfoString
          • NormalizePrice
        • COrderInfo
          • Ticket
          • TimeSetup
          • TimeSetupMsc
          • OrderType
          • TypeDescription
          • State
          • StateDescription
          • TimeExpiration
          • TimeDone
          • TimeDoneMsc
          • TypeFilling
          • TypeFillingDescription
          • TypeTime
          • TypeTimeDescription
          • Magic
          • PositionId
          • VolumeInitial
          • VolumeCurrent
          • PriceOpen
          • StopLoss
          • TakeProfit
          • PriceCurrent
          • PriceStopLimit
          • Symbol
          • Comment
          • InfoInteger
          • InfoDouble
          • InfoString
          • StoreState
          • CheckState
          • Select
          • SelectByIndex
        • CHistoryOrderInfo
          • TimeSetup
          • TimeSetupMsc
          • OrderType
          • TypeDescription
          • State
          • StateDescription
          • TimeExpiration
          • TimeDone
          • TimeDoneMsc
          • TypeFilling
          • TypeFillingDescription
          • TypeTime
          • TypeTimeDescription
          • Magic
          • PositionId
          • VolumeInitial
          • VolumeCurrent
          • PriceOpen
          • StopLoss
          • TakeProfit
          • PriceCurrent
          • PriceStopLimit
          • Symbol
          • Comment
          • InfoInteger
          • InfoDouble
          • InfoString
          • Ticket
          • SelectByIndex
        • CPositionInfo
          • Time
          • TimeMsc
          • TimeUpdate
          • TimeUpdateMsc
          • PositionType
          • TypeDescription
          • Magic
          • Identifier
          • Volume
          • PriceOpen
          • StopLoss
          • TakeProfit
          • PriceCurrent
          • Commission
          • Swap
          • Profit
          • Symbol
          • Comment
          • InfoInteger
          • InfoDouble
          • InfoString
          • Select
          • SelectByIndex
          • StoreState
          • CheckState
        • CDealInfo
          • Order
          • Time
          • TimeMsc
          • DealType
          • TypeDescription
          • Entry
          • EntryDescription
          • Magic
          • PositionId
          • Volume
          • Price
          • Commision
          • Swap
          • Profit
          • Symbol
          • Comment
          • InfoInteger
          • InfoDouble
          • InfoString
          • Ticket
          • SelectByIndex
        • CTrade
          • LogLevel
          • SetExpertMagicNumber
          • SetDeviationInPoints
          • SetTypeFilling
          • SetAsyncMode
          • OrderOpen
          • OrderModify
          • OrderDelete
          • PositionOpen
          • PositionModify
          • PositionClose
          • Buy
          • Sell
          • BuyLimit
          • BuyStop
          • SellLimit
          • SellStop
          • Request
          • RequestAction
          • RequestActionDescription
          • RequestMagic
          • RequestOrder
          • RequestSymbol
          • RequestVolume
          • RequestPrice
          • RequestStopLimit
          • RequestSL
          • RequestTP
          • RequestDeviation
          • RequestType
          • RequestTypeDescription
          • RequestTypeFilling
          • RequestTypeFillingDescription
          • RequestTypeTime
          • RequestTypeTimeDescription
          • RequestExpiration
          • RequestComment
          • Result
          • ResultRetcode
          • ResultRetcodeDescription
          • ResultDeal
          • ResultOrder
          • ResultVolume
          • ResultPrice
          • ResultBid
          • ResultAsk
          • ResultComment
          • CheckResult
          • CheckResultRetcode
          • CheckResultRetcodeDescription
          • CheckResultBalance
          • CheckResultEquity
          • CheckResultProfit
          • CheckResultMargin
          • CheckResultMarginFree
          • CheckResultMarginLevel
          • CheckResultComment
          • PrintRequest
          • PrintResult
          • FormatRequest
          • FormatRequestResult
        • CTerminalInfo
          • Build
          • IsConnected
          • IsDLLsAllowed
          • IsTradeAllowed
          • IsEmailEnabled
          • IsFtpEnabled
          • MaxBars
          • CodePage
          • CPUCores
          • MemoryPhysical
          • MemoryTotal
          • MemoryAvailable
          • MemoryUsed
          • IsX64
          • OpenCLSupport
          • DiskSpace
          • Language
          • Name
          • Company
          • Path
          • DataPath
          • CommonDataPath
          • InfoInteger
          • InfoString
      • Классы торговых стратегий
        • Базовые классы экспертов
          • CExpertBase
            • InitPhase
            • TrendType
            • UsedSeries
            • EveryTick
            • Open
            • High
            • Low
            • Close
            • Spread
            • Time
            • TickVolume
            • RealVolume
            • Init
            • Symbol
            • Period
            • Magic
            • ValidationSettings
            • SetPriceSeries
            • SetOtherSeries
            • InitIndicators
            • InitOpen
            • InitHigh
            • InitLow
            • InitClose
            • InitSpread
            • InitTime
            • InitTickVolume
            • InitRealVolume
            • PriceLevelUnit
            • StartIndex
            • CompareMagic
          • CExpert
            • Init
            • Magic
            • InitSignal
            • InitTrailing
            • InitMoney
            • InitTrade
            • Deinit
            • OnTickProcess
            • OnTradeProcess
            • OnTimerProcess
            • OnChartEventProcess
            • OnBookEventProcess
            • MaxOrders
            • Signal
            • ValidationSettings
            • InitIndicators
            • OnTick
            • OnTrade
            • OnTimer
            • OnChartEvent
            • OnBookEvent
            • InitParameters
            • DeinitTrade
            • DeinitSignal
            • DeinitTrailing
            • DeinitMoney
            • DeinitIndicators
            • Refresh
            • Processing
            • CheckOpen
            • CheckOpenLong
            • CheckOpenShort
            • OpenLong
            • OpenShort
            • CheckReverse
            • CheckReverseLong
            • CheckReverseShort
            • ReverseLong
            • ReverseShort
            • CheckClose
            • CheckCloseLong
            • CheckCloseShort
            • CloseAll
            • Close
            • CloseLong
            • CloseShort
            • CheckTrailingStop
            • CheckTrailingStopLong
            • CheckTrailingStopShort
            • TrailingStopLong
            • TrailingStopShort
            • CheckTrailingOrderLong
            • CheckTrailingOrderShort
            • TrailingOrderLong
            • TrailingOrderShort
            • CheckDeleteOrderLong
            • CheckDeleteOrderShort
            • DeleteOrders
            • DeleteOrder
            • DeleteOrderLong
            • DeleteOrderShort
            • LotOpenLong
            • LotOpenShort
            • LotReverse
            • PrepareHistoryDate
            • HistoryPoint
            • CheckTradeState
            • WaitEvent
            • NoWaitEvent
            • TradeEventPositionStopTake
            • TradeEventOrderTriggered
            • TradeEventPositionOpened
            • TradeEventPositionVolumeChanged
            • TradeEventPositionModified
            • TradeEventPositionClosed
            • TradeEventOrderPlaced
            • TradeEventOrderModified
            • TradeEventOrderDeleted
            • TradeEventNotIdentified
            • TimeframeAdd
            • TimeframesFlags
          • CExpertSignal
            • BasePrice
            • UsedSeries
            • Weight
            • PatternsUsage
            • General
            • Ignore
            • Invert
            • ThresholdOpen
            • ThresholdClose
            • PriceLevel
            • StopLevel
            • TakeLevel
            • Expiration
            • Magic
            • ValidationSettings
            • InitIndicators
            • AddFilter
            • CheckOpenLong
            • CheckOpenShort
            • OpenLongParams
            • OpenShortParams
            • CheckCloseLong
            • CheckCloseShort
            • CloseLongParams
            • CloseShortParams
            • CheckReverseLong
            • CheckReverseShort
            • CheckTrailingOrderLong
            • CheckTrailingOrderShort
            • LongCondition
            • ShortCondition
            • Direction
          • CExpertTrailing
            • CheckTrailingStopLong
            • CheckTrailingStopShort
          • CExpertMoney
            • Percent
            • ValidationSettings
            • CheckOpenLong
            • CheckOpenShort
            • CheckReverse
            • CheckClose
        • Модули торговых сигналов
          • Сигналы индикатора Accelerator Oscillator
          • Сигналы индикатора Adaptive Moving Average
          • Сигналы индикатора Awesome Oscillator
          • Сигналы осциллятора Bears Power
          • Сигналы осциллятора Bulls Power
          • Сигналы осциллятора Commodity Channel Index
          • Сигналы осциллятора DeMarker
          • Сигналы индикатора Double Exponential Moving Average
          • Сигналы индикатора Envelopes
          • Сигналы индикатора Fractal Adaptive Moving Average
          • Сигналы внутридневного временного фильтра
          • Сигналы осциллятора MACD
          • Сигналы индикатора Moving Average
          • Сигналы индикатора Parabolic SAR
          • Сигналы осциллятора Relative Strength Index
          • Сигналы осциллятора Relative Vigor Index
          • Сигналы осциллятора Stochastic
          • Сигналы осциллятора Triple Exponential Average
          • Сигналы индикатора Triple Exponential Moving Average
          • Сигналы осциллятора Williams Percent Range
        • Модули Trailing Stop
          • CTrailingFixedPips
            • StopLevel
            • ProfitLevel
            • ValidationSettings
            • CheckTrailingStopLong
            • CheckTrailingStopShort
          • CTrailingMA
            • Period
            • Shift
            • Method
            • Applied
            • InitIndicators
            • ValidationSettings
            • CheckTrailingStopLong
            • CheckTrailingStopShort
          • CTrailingNone
            • CheckTrailingStopLong
            • CheckTrailingStopShort
          • CTrailingPSAR
            • Step
            • Maximum
            • InitIndicators
            • CheckTrailingStopLong
            • CheckTrailingStopShort
        • Модули Money Management
          • CMoneyFixedLot
            • Lots
            • ValidationSettings
            • CheckOpenLong
            • CheckOpenShort
          • CMoneyFixedMargin
            • CheckOpenLong
            • CheckOpenShort
          • CMoneyFixedRisk
            • CheckOpenLong
            • CheckOpenShort
          • CMoneyNone
            • ValidationSettings
            • CheckOpenLong
            • CheckOpenShort
          • CMoneySizeOptimized
            • DecreaseFactor
            • ValidationSettings
            • CheckOpenLong
            • CheckOpenShort
      • Классы для создания панелей и диалогов
        • CPoint
          • Move
          • Shift
          • Format
        • CRect
          • Left
          • Top
          • Right
          • Bottom
          • Width
          • Height
          • SetBound
          • Move
          • Shift
          • Contains
          • Format
        • CWnd
          • Create
          • Destroy
          • OnEvent
          • OnMouseEvent
          • Name
          • ControlsTotal
          • Control
          • ControlFind
          • Rect
          • Left
          • Top
          • Right
          • Bottom
          • Width
          • Height
          • Move
          • Shift
          • Resize
          • Contains
          • Alignment
          • Align
          • Id
          • IsEnabled
          • Enable
          • Disable
          • IsVisible
          • Visible
          • Show
          • Hide
          • IsActive
          • Activate
          • Deactivate
          • StateFlags
          • StateFlagsSet
          • StateFlagsReset
          • PropFlags
          • PropFlagsSet
          • PropFlagsReset
          • MouseX
          • MouseY
          • MouseFlags
          • MouseFocusKill
          • OnCreate
          • OnDestroy
          • OnMove
          • OnResize
          • OnEnable
          • OnDisable
          • OnShow
          • OnHide
          • OnActivate
          • OnDeactivate
          • OnClick
          • OnChange
          • OnMouseDown
          • OnMouseUp
          • OnDragStart
          • OnDragProcess
          • OnDragEnd
          • DragObjectCreate
          • DragObjectDestroy
        • CWndObj
          • OnEvent
          • Text
          • Color
          • ColorBackground
          • ColorBorder
          • Font
          • FontSize
          • ZOrder
          • OnObjectCreate
          • OnObjectChange
          • OnObjectDelete
          • OnObjectDrag
          • OnSetText
          • OnSetColor
          • OnSetColorBackground
          • OnSetFont
          • OnSetFontSize
          • OnSetZOrder
          • OnDestroy
          • OnChange
        • CWndContainer
          • Destroy
          • OnEvent
          • OnMouseEvent
          • ControlsTotal
          • Control
          • ControlFind
          • Add
          • Delete
          • Move
          • Shift
          • Id
          • Enable
          • Disable
          • Show
          • Hide
          • MouseFocusKill
          • Save
          • Load
          • OnResize
          • OnActivate
          • OnDeactivate
        • CLabel
          • Create
          • OnSetText
          • OnSetColor
          • OnSetFont
          • OnSetFontSize
          • OnCreate
          • OnShow
          • OnHide
          • OnMove
        • CBmpButton
          • Create
          • Border
          • BmpNames
          • BmpOffName
          • BmpOnName
          • BmpPassiveName
          • BmpActiveName
          • Pressed
          • Locking
          • OnSetZOrder
          • OnCreate
          • OnShow
          • OnHide
          • OnMove
          • OnChange
          • OnActivate
          • OnDeactivate
          • OnMouseDown
          • OnMouseUp
        • CButton
          • Create
          • Pressed
          • Locking
          • OnSetText
          • OnSetColor
          • OnSetColorBackground
          • OnSetColorBorder
          • OnSetFont
          • OnSetFontSize
          • OnCreate
          • OnShow
          • OnHide
          • OnMove
          • OnResize
          • OnMouseDown
          • OnMouseUp
        • CEdit
          • Create
          • ReadOnly
          • TextAlign
          • OnObjectEndEdit
          • OnSetText
          • OnSetColor
          • OnSetColorBackground
          • OnSetColorBorder
          • OnSetFont
          • OnSetFontSize
          • OnSetZOrder
          • OnCreate
          • OnShow
          • OnHide
          • OnMove
          • OnResize
          • OnChange
          • OnClick
        • CPanel
          • Create
          • BorderType
          • OnSetText
          • OnSetColorBackground
          • OnSetColorBorder
          • OnCreate
          • OnShow
          • OnHide
          • OnMove
          • OnResize
          • OnChange
        • CPicture
          • Create
          • Border
          • BmpName
          • OnCreate
          • OnShow
          • OnHide
          • OnMove
          • OnChange
        • CScroll
          • Create
          • OnEvent
          • MinPos
          • MaxPos
          • CurrPos
          • CreateBack
          • CreateInc
          • CreateDec
          • CreateThumb
          • OnClickInc
          • OnClickDec
          • OnShow
          • OnHide
          • OnChangePos
          • OnThumbDragStart
          • OnThumbDragProcess
          • OnThumbDragEnd
          • CalcPos
        • CScrollV
          • CreateInc
          • CreateDec
          • CreateThumb
          • OnResize
          • OnChangePos
          • OnThumbDragStart
          • OnThumbDragProcess
          • OnThumbDragEnd
          • CalcPos
        • CScrollH
          • CreateInc
          • CreateDec
          • CreateThumb
          • OnResize
          • OnChangePos
          • OnThumbDragStart
          • OnThumbDragProcess
          • OnThumbDragEnd
          • CalcPos
        • CWndClient
          • Create
          • OnEvent
          • ColorBackground
          • ColorBorder
          • BorderType
          • VScrolled
          • HScrolled
          • CreateBack
          • CreateScrollV
          • CreateScrollH
          • OnResize
          • OnVScrollShow
          • OnVScrollHide
          • OnHScrollShow
          • OnHScrollHide
          • OnScrollLineDown
          • OnScrollLineUp
          • OnScrollLineLeft
          • OnScrollLineRight
          • Rebound
        • CListView
          • Create
          • OnEvent
          • TotalView
          • AddItem
          • Select
          • SelectByText
          • SelectByValue
          • Value
          • CreateRow
          • OnResize
          • OnVScrollShow
          • OnVScrollHide
          • OnScrollLineDown
          • OnScrollLineUp
          • OnItemClick
          • Redraw
          • RowState
          • CheckView
        • CComboBox
          • Create
          • OnEvent
          • AddItem
          • ListViewItems
          • Select
          • SelectByText
          • SelectByValue
          • Value
          • CreateEdit
          • CreateButton
          • CreateList
          • OnClickEdit
          • OnClickButton
          • OnChangeList
          • ListShow
          • ListHide
        • CCheckBox
          • Create
          • OnEvent
          • Text
          • Color
          • Checked
          • Value
          • CreateButton
          • CreateLabel
          • OnClickButton
          • OnClickLabel
        • CCheckGroup
          • Create
          • OnEvent
          • AddItem
          • Value
          • CreateButton
          • OnVScrollShow
          • OnVScrollHide
          • OnScrollLineDown
          • OnScrollLineUp
          • OnChangeItem
          • Redraw
          • RowState
        • CRadioButton
          • Create
          • OnEvent
          • Text
          • Color
          • State
          • CreateButton
          • CreateLabel
          • OnClickButton
          • OnClickLabel
        • CRadioGroup
          • Create
          • OnEvent
          • AddItem
          • Value
          • CreateButton
          • OnVScrollShow
          • OnVScrollHide
          • OnScrollLineDown
          • OnScrollLineUp
          • OnChangeItem
          • Redraw
          • RowState
          • Select
        • CSpinEdit
          • Create
          • OnEvent
          • MinValue
          • MaxValue
          • Value
          • CreateEdit
          • CreateInc
          • CreateDec
          • OnClickInc
          • OnClickDec
          • OnChangeValue
        • CDialog
          • Create
          • OnEvent
          • Caption
          • Add
          • CreateWhiteBorder
          • CreateBackground
          • CreateCaption
          • CreateButtonClose
          • CreateClientArea
          • OnClickCaption
          • OnClickButtonClose
          • ClientAreaVisible
          • ClientAreaLeft
          • ClientAreaTop
          • ClientAreaRight
          • ClientAreaBottom
          • ClientAreaWidth
          • ClientAreaHeight
          • OnDialogDragStart
          • OnDialogDragProcess
          • OnDialogDragEnd
        • CAppDialog
          • Create
          • Destroy
          • OnEvent
          • Run
          • ChartEvent
          • Minimized
          • SaveIniFile
          • LoadIniFile
          • IniFileName
          • IniFileExt
          • CreateCommon
          • CreateExpert
          • CreateIndicator
          • CreateButtonMinMax
          • OnClickButtonClose
          • OnClickButtonMinMax
          • OnAnotherApplicationClose
          • Rebound
          • Minimize
          • Maximize
          • CreateInstanceId
          • ProgramName
          • SubwinOff
    • Переход с MQL4