Support Board
Date/Time: Fri, 10 Jan 2025 09:17:08 +0000
Post From: Chart bar Index
[2016-08-29 17:37:54] |
User382358 - Posts: 2 |
I am not using any new functions other than calling standard study ( RSI, moving average, etc..). I see that the values for no_of_bars remain zero when used. int myIndex, no_of_bars; If (Buy) myIndex = sc.Index ; If (EndBuy) no_of_bars = sc.Index - myIndex ; What is required here ? thanks |