Step 2: Basic Syntax and Structure
FXC911 – Forex & Crypto News & Insights
Basic Concepts
Variables and Data Types
//@version=5
indicator("Basic Variables", overlay=true)
var int myInteger = 105
var float myFloat = 105.384
var bool myBoolean = true
plot(myInteger, title="Integer Value", color=color.red)
plot(myFloat, title="Float Value", color=color.green)
Comments and Documentation

Visit me on:
Last updated