Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 21:45:27 +0000



Post From: Retracement Levels not showing

[2024-02-08 03:57:07]
User43 - Posts: 101
I'd suspect that the settings you did in the Retracement Levels are not OK.

From the actual tool it looks like that there are 10 levels available for retracements, which are probably 0 - 9.

0 seems to be take to control the property of the leader line.

did you read the according section in the SC docu?
Using Drawing Tools From an Advanced Custom Study: s_UseTool::RetracementLevels[]

Looks like that the value setting in the retracement level float array also controls it's visibility.
When set to FLT_MAX the retracement is not visible.
But I do not know what value FLT_MAX actually represents.

You only want to draw 3 levels, so I think you should add settings to suppress the drawing of the the other 6 available settings which likely are by default 0.

I hope some of this helps to find the culprit.