I have two related questions:
1). I'm using two MA's, and I am calculating the difference between the two values. This 'difference' is then made 'global' with 'setGlobalValue('myValue', nDiffValue);'. I would like to now plot that 'difference' in an EMA in it's own pane. Any light you can shed on this would be wonderful.
2). If I DID NOT want to use a 'moving average', but simply plot the raw data in a line, or histogram style indicator, what would be the method to use there?
Thank you
Jeff
1). I'm using two MA's, and I am calculating the difference between the two values. This 'difference' is then made 'global' with 'setGlobalValue('myValue', nDiffValue);'. I would like to now plot that 'difference' in an EMA in it's own pane. Any light you can shed on this would be wonderful.
2). If I DID NOT want to use a 'moving average', but simply plot the raw data in a line, or histogram style indicator, what would be the method to use there?
Thank you
Jeff
Comment