Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Simple MA Cross Over Modification

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

    Simple MA Cross Over Modification

    I am new to Ninja Trader and Ninja Scripts. For the Simple Moving Average Cross Over Sample Strategy, I would like to go to cash instead of placing a short order when the Fast Moving Average crosses below the Slow Moving Average. How can this be accomplished?

    Thanks.

    #2
    Hi StarBright, by cash I'm assuming you mean flat. Instead of doing a EnterShort(), you can just have it ExitLong():
    Code:
    if (CrossBelow(SMA(Fast), SMA(Slow), 1))
        ExitLong();
    AustinNinjaTrader Customer Service

    Comment


      #3
      Thank you very much! That is exactly what I wanted.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      61 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      149 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      162 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      99 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      286 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X