Jump to content
Medved Trader Forums

Recommended Posts

Posted (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 by Dalewoods
Posted

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

 

  • Thanks 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...