Support Board
Date/Time: Sat, 18 Jan 2025 10:44:10 +0000
Post From: RSI Problem?
[2018-01-27 22:08:25] |
Sierra Chart Engineering - Posts: 104368 |
That code is to avoid a division by zero error. Is this how you want it?: // compute RSI if (SmoothedDownSumsTemp[Index] != 0.0f) { ... } else { RSIOut[Index] = 100; } We can make this change. 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 Date Time Of Last Edit: 2018-01-27 22:09:01
|