Login Page - Create Account

Support Board


Date/Time: Tue, 15 Jul 2025 19:55:14 +0000



Post From: ACSIL: Color Background by Bar and Price

[2018-11-27 04:15:33]
BlakJak - Posts: 108
I am not clear how to use this. If I set:

sc.Subgraph[0].DrawStyle = DRAWSTYLE_COLOR_BACKGROUND_AT_PRICE;

How do I set individual colors at each price?

I was looking for a function to draw the color at a given price and index.

e.g. sc.SetBackgroundColor(price, idx, color);

or similar.