Login Page - Create Account

Support Board


Date/Time: Mon, 20 May 2024 01:43:08 +0000



sc.GraphDrawType doesn't change for Renko bars

View Count: 783

[2016-08-25 00:19:02]
SantiagoTrader - Posts: 11
It seems that the GDT_RENKO_WICK is being ignored when setting sc.GraphDrawType. Setting sc.RenkoTicksPerBar does work and successfully changes the bar size. However, the chart will still draw GDT_CANDLESTICK unless I manually change the chart type from the Chart -> Graph Draw Types menu.

I'm using SC version 1455.
[2016-08-25 05:53:09]
Sierra Chart Engineering - Posts: 104368
We have to test this.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2016-08-26 23:34:51]
Sierra Chart Engineering - Posts: 104368
You need to use this:
sc.BaseGraphGraphDrawType = GDT_RENKO_WICK;

Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2016-08-27 04:26:11]
SantiagoTrader - Posts: 11
Marvelous, thank you.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account