Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

vervort MA Strategy

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

    vervort MA Strategy

    over all a good Strategy.i try this for scalping.the worst thing it do,when reverse the entry.Absolutly,no need to reverse.Results can be way better if it do not reverse.I need some help here if some body can fix this problem.

    #2
    Hello alfa123,

    By default entries will reverse a position. What you can do is add a check to all entries if you're flat.

    if (Position.MarketPosition == MarketPosition.Flat)
    {
    //Enter statements here.
    }
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      i change default entreies but still have the same problem.i want complete stop for reversing position.just hit the target or stop or i close mannually.

      Comment


        #4
        If you entry conditions evaluate true, then there will be entries. You will have to define your conditions further if this isn't what you want.
        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        131 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        106 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        88 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        107 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        87 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X