Support Board
Date/Time: Sat, 01 Feb 2025 22:42:36 +0000
Post From: Help converting Trading Views Pine Script loop into Sierra Chart's ACSIL
[2019-08-04 21:30:18] |
Sierra Chart Engineering - Posts: 104368 |
You can do this with an automatic looping ACSIL function. And you just use a standard C 'for' loop to do this: for i = 0 to (Order - 1)
SumC := SumC + ((i+1)/Order) * Voss[Order-i] // * Voss[Order-i-1] 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: 2019-08-04 21:31:12
|