Login Page - Create Account

Support Board


Date/Time: Thu, 16 Jan 2025 22:13:54 +0000



Fibanacci code help

View Count: 1167

[2017-11-16 03:32:39]
User312636 - Posts: 7
I am working on a project which I would like to use Fibanacci price retracement (NOT FAN)
but I can not find any help on this anywhere. Can you provide some code sample for me to
place a call to the fib price retracement and get a return of values from it ?????
Thanks.
[2017-11-16 08:58:57]
Sierra Chart Engineering - Posts: 104368
All of this is documented on this page here:

Using Drawing Tools From an Advanced Custom Study

The drawing tool you will want to use is Price Retracement.
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: 2017-11-16 08:59:10
[2017-11-16 13:18:24]
User312636 - Posts: 7
Can you at least provide a sample code to retrieve the value of the 60% or any percent of the price retracement?
[2017-11-16 17:36:01]
Sierra Chart Engineering - Posts: 104368
Would this be for a Price Retracement drawing drawn by a user through the user interface?
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
[2017-11-16 19:49:01]
User312636 - Posts: 7
No, my code will dynamically do it. If I have to make the code draw it to the screen in order to get the values, then can do it that way as well. Really will appreciate your help with this.
[2017-11-17 05:17:31]
User312636 - Posts: 7
No, my code will dynamically do it. If I have to make the code draw it to the screen in order to get the values, then I will do that way as well. Please help
[2017-11-17 18:45:37]
Sierra Chart Engineering - Posts: 104368
You can get the Advanced Custom Study added drawing by using this function:
Using Drawing Tools From an Advanced Custom Study: sc.GetACSDrawingByLineNumber()

And you can access the percentage levels with:
https://www.sierrachart.com/index.php?page=doc/ACSILDrawingTools.html#RetracementLevels
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: 2017-11-17 18:45:51

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

Login

Login Page - Create Account