Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Tony Oz - Bottom Fisher Scan

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Tony Oz - Bottom Fisher Scan

    I'm wondering if there is already an indicator that does something similar to this, which I could use as a base.

    It is an indicator that I would be looking to use in Market Analyzer as a stock scanner.

    1. Find stocks that have closed down 3 or more days in a row.
    2. The "Trigger" event is if the stock is currently trading above yesterdays close.

    i.e. try's to pick the reversal point after a stock has bottomed.

    Usually this would be an intraday scan, i.e. you'd scan at 10am to 11:30am to try and catch the reversal as it happens.

    Bottom Fisher: http://www.tonyoz.com/bottom.htm
    Last edited by jalexander; 07-30-2014, 01:09 PM.

    #2
    Hello jalexander,

    Thank you for your post.

    I am not aware of such an indicator. The code for the fall would be if(Close[3] < Open[3] && Close[2] < Open[2] && Close[1] < Open[1] && Close[0] > Close[1]).

    You could then incorporate ToTime() for you check of the time. you can find an example of using a time filter at the following link: http://www.ninjatrader.com/support/f...ead.php?t=3226

    If you have any questions please let me know.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by algospoke, 04-17-2024, 06:40 PM
    5 responses
    46 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by arvidvanstaey, Today, 02:19 PM
    1 response
    4 views
    0 likes
    Last Post NinjaTrader_Zachary  
    Started by mmckinnm, Today, 01:34 PM
    3 responses
    5 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by f.saeidi, Today, 01:32 PM
    2 responses
    8 views
    0 likes
    Last Post f.saeidi  
    Started by alifarahani, 04-19-2024, 09:40 AM
    9 responses
    55 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X