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 Quanto, Today, 02:17 PM
    0 responses
    1 view
    0 likes
    Last Post Quanto
    by Quanto
     
    Started by Skifree, Today, 11:21 AM
    3 responses
    9 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by manueldecastro, Today, 01:16 PM
    3 responses
    11 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by tradingnasdaqprueba, Today, 03:42 AM
    9 responses
    35 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by llanqui, Yesterday, 03:51 PM
    6 responses
    27 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X