Hi!
If you look at the strategies/indicators folder you will see code for the indicators.
If you look at (for example) DEMA.js or MACD.js they both use the EMA.js indicator from the same folder.
So you can write an indicator, then write a second indicator that includes the first.
RSI.js is an example of an indicator that's using 2 x SMMA.js indicators which themselves use the SMA.js indicator.
Hope this is what you meant!
If you look at the strategies/indicators folder you will see code for the indicators.
If you look at (for example) DEMA.js or MACD.js they both use the EMA.js indicator from the same folder.
So you can write an indicator, then write a second indicator that includes the first.
RSI.js is an example of an indicator that's using 2 x SMMA.js indicators which themselves use the SMA.js indicator.
Hope this is what you meant!