Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 08:58:25 +0000



Post From: Vertical Line from Absolute top to absolute bottom, study also does price level plots

[2015-11-05 15:24:28]
KhaosTrader - Posts: 128
Hi,

I have a study that paints moving averages and also vertical lines.

I dont think I can use


sc.ScaleRangeType = SCALE_USERDEFINED;
sc.ScaleRangeTop = 2;
sc.ScaleRangeBottom = 1;

Because it will mess up my moving average plots.

I want the moving average plots to plot appropriately and my vertical lines to paint to the top of the chart screen to the bottom.

How can I accomplish this please?