
Originally Posted by
Enforcer
It has to be the way the plugin is handling the Indicator code.
Having a quick look at the way RR handles the Indicator codes with regards to extensions, it looks like the plugin has to return one of the following
'false' - if the indicator is not processed by this plugin
'true' - if it is and it's to be changed to true.
path to graphic file - if it's to show a graphic.
Now if a plugin returns anything other than 'true' or 'false' that indicator path will take on that value as it's path.
so if a plugin has been written that doesn't have the line
ReturnIndicator = "False" as a default for when it doesn't process it, it will mess that indicator and anyone else's indicator up.
Also another possibility.
If the value of IND is changed in the plugins indicator routine, that will also change the name of the indicator that RR will look for.
Bookmarks