Jump to content
Medved Trader Forums

RadianChoi

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by RadianChoi

  1. @Mike Medved Hey Mike, I added it to the last paragraph as so:

    Double high, low;
      PrevCloses.GetHighLow(out high, out low);
      if (Close < high*(1-PercentDrop/100))
      {
          SetColor(Color.Lime); // if used as a paintbar
          SetScanResult("Dropped!");  // if used as a scan
          string Msg = "Base Broken";
          TriggerAlert(Msg);

      }

    and it's still not popping up? Should I be adding it somewhere else?

     

×
×
  • Create New...