Dalewoods Posted April 1, 2022 Report Posted April 1, 2022 (edited) Hey, how to fix this to run a scan that triggers an alert if the better volume indicator shows either strong churn or strong climax? public void MainCalculation() { if ((BetterVolume_Type.Equals("Strong Churn")) or (BetterVolume_Type.Equals("Strong Climax"))) { TriggerAlert(); } } Edited April 1, 2022 by Dalewoods Quote
Mike Medved Posted April 2, 2022 Report Posted April 2, 2022 I missed having that value. Added it. It will be the Type and it will be 0 through 7 - (the values will be in the (?) description) // 0 = Strong Climax Churn // 1 = Strong Climax // 2 = Strong Churn // 3 = Weak Climax Churn // 4 = Weak Climax // 5 = Weak Churn // 6 = Low Volume // 7 = Regular 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.