Author |
Topic: Bar.UpVolume, DownVolume, UpTicks, DownTicks (3 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
MMike94 Posts: 13 Joined: Nov 19, 2009 |
The API documentation for the Bar class (as used in the OnBarsReceived event) shows that each Bar has values for UpVolume, DownVolume, UpTicks and DownTicks.
However in C# when I type"." and the pop up shows what methods are availalbe in a Bar object, those properties are not shown. (Volume and Ticks are shown.) So is the documentation wrong or do I have an old/bad dll? Thanks Paul |
||||
VictorV Posts: 746 Joined: May 08, 2007 |
Because we still have not estiblished a regular process of updating our samples, it is better way to get the latest dlls from OEC Trader installations.
Victor Vins Software Developer |
||||
MMike94 Posts: 13 Joined: Nov 19, 2009 |
Yep, that solved the problem -- Thanks!
Paul |
||||