Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 12:59:06 +0000



Post From: Custom Chart Bid/Ask compering issue

[2013-10-30 15:33:04]
Hendrixon - Posts: 130
I wrote my own custom chart, it works fine with regards to the Prices, but once I add my Numbers Bars study, it shows that there is an issue "comparing" the Bid/Ask even though it prints them well.
That behavior/issue happens with your PnF chart as well but not with the SC native Reversal Chart which means its something beneath the custom charts and not specific to my code.
And yes, both custom charts are on a sub "1 TICK" chart

It seems the current/last (i.e. updating) bar prints the Bid/Ask volumes correctly, but the coloring for the differences are off.
Once the bar closes and a new bar starts (i.e. that bar now is sc.Index-1), all the colors kinda refresh and are true to how I programmed them.
My Numbers Bars study works perfectly on your native Reversal Chart and don't show that issue.

---------------------------------------------------------------------------------------------------------------------------------------


If you're interested I'll post the rest.