Jump to content
Medved Trader Forums

RadianChoi

Members
  • Posts

    7
  • Joined

  • Last visited

Reputation

0 Neutral
  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?
  2. Hey @Mike Medved just wondering if there is an option to have the scanner alert you with a sound and popup? I typically keep the scanner running in the background and need these notifications to ensure I can jump to the chart.
  3. Okay, cool! I have it all set up and running now. Thanks again, Mike. Happy New Years
  4. Thanks, Mike! Really appreciate it. Where do I input values for my percentage drop variable and time variable? Also, does the scanner constantly run and then alert me when conditions are met for a certain company?
  5. @Mike Medved I've read through both of those posts and I honestly don't even know where to start. Not sure how to create a FIFOQueue or do the comparison you are talking about. Do you have any more basic explanations written up? Or could you possibly start me off? Would really appreciate it.
  6. Thanks, Mike! I'll give it a go and report back.
  7. Hey Guys, I was hoping to create a simple price drop scanner that would alert if a stock dropped more than X% in Y minutes. I feel like this should be easy to do but can't seem to figure it out. Any help would be appreciated Thanks, RC
×
×
  • Create New...