I've created an indicator to show volume spikes. It's not happy about something. I've tried them as integers, but still no joy. There is something i'm missing. Still knew to coding.
Cheers
ERRORS ---------------------------
Indicator\HighVolAlert.cs Operator '>' cannot be applied to operands of type 'method group' and 'double' CS0019 - click for info 56 8
----------------------------------------
Indicator\HighVolAlert.cs Operator '*' cannot be applied to operands of type 'double' and 'NinjaTrader.Indicator.VOLMA' CS0019 - click for info 49 15
---------------------------------------------------------------------------------


Comment