Sorry for such probably dumb question, but how can i make an indicator from 2 different indicators; Say I have a MA of instrument1 and MA of Instrument2, how can I then create a Custom indicator that uses those MA as inputs? Thank you.
Sorry for such probably dumb question, but how can i make an indicator from 2 different indicators; Say I have a MA of instrument1 and MA of Instrument2, how can I then create a Custom indicator that uses those MA as inputs? Thank you.
If you want to take an indicator of an indicator, let's say MA of CCI, just do this in RTL...
MA(CCI)
But if you want to reference data of another instrument (that what you're charing or backtesting or scanning), then you use the MPD (Mixed Periodicity Data) indicator. It allows mixing of instrument, periodicity, session, indicator, or all of the above.
https://www.linnsoft.com/techind/mpd