Support Board
Date/Time: Sun, 19 Jan 2025 09:17:20 +0000
Post From: Disable New Bar at Session Start through ACSIL or a Global Setting
[2018-03-22 17:17:43] |
JoseyWales - Posts: 67 |
Forex is a 24/5 market. I don't see the point in having New Bar At Session Start enabled on the Chart Settings dialog so I usually disable it, IF I remember to. This is most obvious on Renko charts, the bar before the session start time and the next bar appear to clash. So my question is: I have an ACSIL study that I call "Chart Formatter" that is applied to every new chart I create. Would you be able and willing to make the sc.NewBarAtSessionStart a Read/Write variable instead of it being Read-only? So that I could set it to false in my sc.SetDefaults or sc.Index == 0 block? ACSIL Interface Members - Variables and Arrays: sc.NewBarAtSessionStart |