Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 05:44:46 +0000



Post From: ACSIL programming assistance request

[2024-01-04 16:56:26]
mkata - Posts: 103
Notice the last parameter of the function states: int StartIndex.

You are currently starting the function on every bar with sc.Index. If you wish to start at the beginning of the chart, use 0.

Also you may need to multiply ReversalPercent by .01 based on your needs (that is how Sierra does it)
float ReversalPercent = 0.17 * .01;