♥ 0 |
I am using the following study on 400 tick charts. It gives “false” signals when the close of current bar is >= high of prior bar. But its not really the “close” its only the last tick >= high of prior bar. The 400 tick chart actually closes < high of prior bar. In other words it shows a true condition during the bar but by the end of the bar it is false. How do I get it to evaluate at the close or at least closer to the end of the bar? For example can I get it to evaluate the condition after 390 ticks of a 400 tick bar? Any help would be appreciated. Thanks Lindsay
input TimeStart = 0950; RESOLVED
Marked as spam
|
Please log in to post questions.
Thanks for the help!