Support Board
Date/Time: Thu, 26 Dec 2024 01:30:22 +0000
Post From: Set BarIndex to Highest Volume Bar for N Bars
[2015-11-24 02:57:02] |
User47579 - Posts: 4 |
Greetings, Would you please tell me how to set the int BarIndex to the Highest Volume Bar over a period of N Bars (N=100 for this example). In my code I have: int BarIndex; BarIndex = ?; // Within 100 Bars from the End of Chart Thank you, Bryan |