Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 22:01:28 +0000



Post From: Extra signals using ACSIL. Need help.

[2019-09-09 17:06:50]
User929084 - Posts: 60
OK so I implemented your second solution like the code snippet you provided and it works.

But how would I set the 'Delta_Divergence_Up' & 'Delta_Divergence_Dn' both to zero each time the study is calculated?

Delta_Divergence_Up[sc.Index] = sc.Low[sc.Index] - (SignalOffset.GetInt() * sc.TickSize);
Delta_Divergence_Dn[sc.Index] = 0; <----- I thought this line already takes care of that.

Could you please provide the code how it should look like?

Thank you.
Date Time Of Last Edit: 2019-09-09 17:08:05