I am using the SMMA indicator that was shared in the indicator forum I have imported the indicator and can add it to my chart.
I would like to use it in a custom strategy and adding it as a class member gives a compiler error
private SSMA fast_SSMA_14;
Error:
The type or namespace name 'SSMA' could not be found (are you missing a using directive or an assembly reference?) |
Could you please let me know how to access custom indicators from the strategy code?
Thanks,
Cha
Comment