Support Board
Date/Time: Thu, 13 Mar 2025 16:22:51 +0000
Post From: Compare times, so conditional is only triggered outside of certain time segment
[2022-05-25 14:51:26] |
User431178 - Posts: 613 |
Unless you need to process the bars one by one,
In which case you would also want to replace sc.Index with BarCount in the for loop. Otherwise, you are looping through many bars but only ever testing/coloring the bar at sc.Index, therefore rendering the loop completely pointless.... Date Time Of Last Edit: 2022-05-25 14:51:50
|