Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 03:37:35 +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.