Skip to content

Quick-tip 2 | Plotting booleans in RadarScreen and MultiCharts Scanner

Plotting booleans

In TradeStation we can plot a boolean using the following syntax:


Plot5( TRUE, "Bullish", White );

In MultiCharts this will not work, rather the following syntax needs to be used:


Plot5( "TRUE", "Bullish", White );