Simon Mariner
asked this on February 24, 2011 20:54
I’m trying to get it to draw a colour marker on the chart if a delta and a change in delta condition exists at the same time. So I would need a VB token where the result is Delta and at the same time a VB token where the result is the Delta Change.
Example:
Draw a colour marker if Delta is > 50 and Delta Change > 50
Currently all I can do is “VB > 50” but how does it know if that has Result set to Delta (bid-ask) or Delta Change?
Hope this makes sense. Would really appreciate being able to do this.
Comments
You simply need to add two different VB tokens and set each to a different VB setting. Use an underscore after "VB" to give them different names, such as "VB_deltachange".
I strongly encourage you to check out our RTL tutorials which cover many different examples of doing this sort of thing. Here is the RTL support page:
http://support.marketdelta.com/entries/372394