Thread: My stockfetcher scans

Results 1 to 5 of 5

  1. #1
    CarolineWa
    Guest

    Default My stockfetcher scans

    Here are a few scans I run on stockfetcher. Please add your own scans here. Also it should be noted there is no "Holy Grail" of stock scans.

    Show stocks where MACD fast line(12,26) is above 0
    and Average Volume(90) is above 100000
    and obv is above 0
    and close is between 0 and 2
  2. #2
    CharlesBus
    Guest

    Default

    set{body_bottom,min(open,close)}
    set{body_top,max(open,close)}
    set{lshadowsize, body_bottom - low}
    set{tshadowsize, high - body_top}
    set{body_size, body_top - body_bottom}
    set{body_size2, body_size * 2}
    show stocks where tshadowsize is less than 0.001
    and lshadowsize > body_size2
    and close decreasing for the last 3 days
    and body_top < close 1 day ago
    close close is between 0 and 5.00
  3. #3

    Default

    I changed the name of this thread to make it easier to find. If you want to find it in a hurry type in stockfetcher using the search function.

    A few people have asked me about my scans...
  4. #4

    Default

    GC do you have a volume alert type scan? Say if there was a big spike in volume for a particular stock it would show up on the scanner. I want something I can check throughout the day for stocks that are making a sudden move upward
  5. #5
    DarrylDar
    Guest

    Default

    I no longer day trade penny stocks so I don't use a volume scan. (I scalpe trade forex -much easier). But on the home page of stockfetcer they have some volume scans that are very useful for the situation you are looking for..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts