Posts: 2,448 since Apr 2013
Thanks Given: 494
Thanks Received: 1,642
|
Chuck6475,
this will likely need some advanced coding, as unfortunately Radarscreen doesn't allow to use additional datastreams. This means you'll either have to use OOEL to load price series providers in the background or exchange data between symbols using again OOEL or external DLLs like EasyLanguage Collections or Global Variables.
The simplest approach might be to compute your indicator on a chart, as there you can use the additional datastreams. Then send this value to Radarscreen, again via OOEL or external DLLs.
Regards,
ABCTG
|