Indicator of indicators

Login or Register

Please login or register in order to view and post in the Forum.

2 posts / 0 new
Last post
David Peters
Last seen: 1 year 3 months ago
Joined: 11/27/2018 - 20:21
Indicator of indicators

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.

0
cpayne
Last seen: 1 year 7 months ago
Joined: 03/30/2009 - 00:00
MPD

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