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

historical pricing...still don't understand

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

    historical pricing...still don't understand

    I'm in a trade with my strategy. 2 long euro. I make a change in my strategy, and go to reload it. It reruns the long entry, and now I'm 4 long euro. I have the logic in place looking for MarketPosition.flat, etc. and :

    if (historical){ return; }

    What other settings do I need to have in order for this not to happen? 'Cause instantly my strategy is messed up. It thinksI'm long 2 still, but I see in the dome, and elsewhere I'm 4 long. And now my stoploss system won't work.

    #2
    imported post

    Hi Funk101,

    To clarify.

    Your strategy is running:

    Your strategy is long 2
    Your account (live or Sim101) is long 2 (Positions Tab in Control Center)

    You change your strategy, re-run it:

    Your strategy is long 2 (strategies tab)
    Your account (live or Sim1010) is long 4 (Positions Tab in Control Center)

    Is this correct?

    Ray
    RayNinjaTrader Customer Service

    Comment


      #3
      imported post

      yes, SIM account

      Comment


        #4
        imported post

        Thanks.

        When you reload your strategy, its the same as removing and adding it back. It creates a new strategyinstance.

        Therefore here is what is happening -

        Account Flat
        You start your strategy which goes long 2. Now both your strategy and account are long 2
        You change and reload your strategy
        The original strategy is terminated
        A new one is started
        It goes long 2
        Now you have 4 in your account

        If you are in the midst of tweaking your strategy, I suggest manually closing the 2 long in your account prior to reloadingthe strategy.

        Ray
        RayNinjaTrader Customer Service

        Comment


          #5
          imported post

          hmm, too bad. 'Cause often times I would like to stay in the position, and just tweak something "around" it.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by usazencort, Today, 01:16 AM
          0 responses
          1 view
          0 likes
          Last Post usazencort  
          Started by kaywai, 09-01-2023, 08:44 PM
          5 responses
          603 views
          0 likes
          Last Post NinjaTrader_Jason  
          Started by xiinteractive, 04-09-2024, 08:08 AM
          6 responses
          22 views
          0 likes
          Last Post xiinteractive  
          Started by Pattontje, Yesterday, 02:10 PM
          2 responses
          21 views
          0 likes
          Last Post Pattontje  
          Started by flybuzz, 04-21-2024, 04:07 PM
          17 responses
          230 views
          0 likes
          Last Post TradingLoss  
          Working...
          X