📊
FTO Indicators DOCS
  • Overview
  • Set up indicator
  • Upload indicator to FTO
  • Tutorial: Create indicator with Cursor IDE
    • Set up Cursor Rules
  • Tutorial: Open and upload indicator
  • Tutorial: Moving Average
  • Download indicator examples
  • Indicators
    • Indicator structure
      • Init
      • Calculate
      • OnParamsChange
      • Done
      • OnShow
      • OnHide
      • Parameters
      • TOptValue
        • TOptValue_number
        • TOptValue_str
        • TOptValue_bool
  • Visible buffers
  • Access to Bar Arrays
    • Volume
    • iVolume
    • iTime
    • iOpen
    • iLowest
    • iLow
    • iHighest
    • iHigh
    • iClose
    • iBarShift
    • iBars
    • Close
    • High
    • Low
    • Open
    • Bars
    • Time
  • Access to Objects
    • CreateChartObject
    • RemoveAllObjects
    • DoesChartObjectExist
    • GetObjectText
    • GetObjectType
    • GetObjectName
    • GetObjectCount
    • RemoveChartObject
    • SetObjectText
    • GetObjectProperty
    • SetObjectProperty
  • Configure Indicator
    • AddLevel
    • SetIndexStyle
    • CreateIndexBufferWithArgs
    • SetOutputWindow
    • IndicatorDigits
    • CountedBars
    • SetBufferShift
    • GetBufferInfo
    • SetIndexDrawBegin
    • GetBufferMin
    • GetBufferCount
    • GetBufferMax
    • Set buffer value
    • Get buffer value
    • SetIndexLabel
    • SetIndexSymbol
    • SetIndexVisibility
    • SetIndexBuffer
    • CreateIndexBuffer
    • IndicatorBuffers
    • SetLevelValue
    • RecalculateMeAlways
    • SetBackOffsetForCalculation
    • SetFixedMinMaxValues
    • SetIndicatorIdKey
    • SetEmptyValue
    • IndicatorShortName
  • External Parameters Definition
    • RegOption
    • AddOptionValue
    • SetOptionDigits
    • SetOptionRange
  • Getting Information About Currency
    • Ask
    • Bid
    • Digits
    • Point
    • Symbol
  • Other
    • Print
    • TimeCurrent
    • Timeframe
  • Types
    • TOptionType
    • TObjectType
    • TOutputWindow
    • TPenStyle
    • TDrawStyle
    • ObjProp
    • TIndexBuffer
    • TVisibleBufferInfo
  • FTODate
Powered by GitBook
On this page
Export as PDF

Download indicator examples

These are indicator examples you can download

19MB
Moving Average.zip
archive
19MB
Indicator Skeleton with one buffer and parameter.zip
archive
23KB
Empty indicator.zip
archive
PreviousTutorial: Moving AverageNextIndicator structure

Last updated 1 month ago