Using Clouds in Indicator
Draw highlighted areas between two indicator lines.
Theory
protected void BeginCloud(int line1Index, int line2Index, Color color, int offset = 0)protected void EndCloud(int line1Index, int line2Index, Color color, int offset = 0)Practice

Input parameters
Class constructor
OnInit method
OnUpdate method
OnClear method
Last updated
Was this helpful?