-
Should be part of LUA as standard however due to sandboxing it appears unavailable – usually comes from the C# side but recreated as command in LUA – works just the same, probably just a little bit more overhead.
Example usage –
local signals = {
CC_EasyAdaptiveRSI(1),
CC_EasyMVO(2),
EasyBBANDS(0),
}local signal = GetConsensusSignal(CC_unpack(signals))