Support Board
Date/Time: Mon, 15 Sep 2025 14:22:49 +0000
Post From: Converting NT8 Opening Range Volume Breakout Study
[2018-11-01 20:39:40] |
Yoda - Posts: 106 |
Quote: if (NightlyVolumes == 5 - 1) looks like a typo
You are correct, it should be: if (NightlyVolumes == 4) Unfortunately, the change doesn't resolve the issue. |