Overbasic – Info

Table of Contents

INFO keyword is used to define a description for the Indicator / Trading-System. This description is displayed, for example, in the available Indicators/Trading-Systems window.

Syntax #

Info "<description>"

Info must be used at script level, that is, externally to all functions. We recommend you insert it as the first line of the script.

Example:

Info "This indicator calculates ..."

Function Main()
    ...
    ...
EndFunction