
-
A handy custom command for useful information in backtests and live bots!
Information displayed via CustomReport()’s.Usage testample:
local c = ClosePrices() local rsi = RSI(c, 14) if rsi > 70 then DoShort() elseif rsi < 30 then DoLong() end CC_PositionStatistics()