Hello everyone,
I came across the Ninja Trader platform a short while ago and have been busily backtesting strategies in it but have no idea how to program in C# to create a custom indicator. Their forum wasn't too helpful so thought the smart guys here maybe able to help
I want to create a custom indicator using Bollinger's %b formula to normalise an indicator like RSI for example.
The normalised formula is:
(indicator - indicator lower band) / (indicator upper band - indircator lower band)
%b formula is:
(last - lower band) / upper band - lower band)
If someone can help with the programming in Ninja trader ver 6.0, that would be awesome!
cheers,
Leonie
I came across the Ninja Trader platform a short while ago and have been busily backtesting strategies in it but have no idea how to program in C# to create a custom indicator. Their forum wasn't too helpful so thought the smart guys here maybe able to help
I want to create a custom indicator using Bollinger's %b formula to normalise an indicator like RSI for example.
The normalised formula is:
(indicator - indicator lower band) / (indicator upper band - indircator lower band)
%b formula is:
(last - lower band) / upper band - lower band)
If someone can help with the programming in Ninja trader ver 6.0, that would be awesome!
cheers,
Leonie