Jump to content
Medved Trader Forums

hallo1832

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by hallo1832

  1. I edited the scan to see the recent parameters within the code and to exclude errors:

    False alerts:
    11:43 $KIQ
    11:45 $CLEU

     

    public void MainCalculation()
    {
        if (RVOL_Line > 7000
            && Volume_Bar > Volume_Bar[1]
            && Volume_Bar >= 40000
            && SymbolData.Last > Close[1] * 1+(50/100)
            && SymbolData.VolumePercent > 20)
        {
            SetColorAndShape("Vol Up", PBShape.ArrowUp_Hollow, SysColor.VolumeUp);
            TriggerAlert("Vol Up");
            SetScanResult(100);
        }
    }
     

     

     

     

    CLEU 11_45.PNG

    KIQ 11_43.PNG

×
×
  • Create New...