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

Indicator Rising/falling As Enty Condition

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

    Indicator Rising/falling As Enty Condition

    Hi I Would Like To Be Able To Use A Stochastic Indicator Rising While Below Set Level(20) Or Falling While Above Set Level (80) As Condition Of Entry, I Would Like This To Be Able To Occur In Real-time And Not Just Upon Bar Close, Please Help, Thank You.

    - Will

    #2
    This is aproximate syntax:

    if (Rising(Stochastics) && Stochastics[0] < 20)
    // Do something

    Set CalcualteOnBarClose to false when running your strategy.
    RayNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by f.saeidi, Today, 10:19 AM
    0 responses
    2 views
    0 likes
    Last Post f.saeidi  
    Started by kujista, Today, 06:23 AM
    4 responses
    15 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by traderqz, Yesterday, 09:06 AM
    2 responses
    16 views
    0 likes
    Last Post traderqz  
    Started by traderqz, Today, 12:06 AM
    3 responses
    6 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by RideMe, 04-07-2024, 04:54 PM
    5 responses
    28 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Working...
    X