Accessing standard indicators in cAlgo
Created at 02 Aug 2015, 12:06
Accessing standard indicators in cAlgo
02 Aug 2015, 12:06
Hi guys!
I'd like to access to the standard RSI's source code (the one that comes with cTrader) through cAlgo, but unable to do so. Is there a way to modify the code?
Thanks for the answers in advance.
Balazs
Spotware
03 Aug 2015, 14:28
Dear Trader,
We do not provide source codes of the indicators.
However if you want to modify the RSI output you can create an IndicatorDataSeries in a custom Indicator, add the RSI DataSeries to it and perform the modifications you want. The following code snippet illustrates it:
Additionally we invite you to take a look at the indicators uploaded on the Indicators section of cTDN.
@Spotware