Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Commision?

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

    Commision?

    I am using the free version of NT. I have manually imported NASDAQ daily data. I have a strategy that has the following line of code.

    EnterLong(100, "Long Position");

    In Strategy Analyzer I choose Back Test to test the strategy.

    I set Include commission = True. I am expecting to get charged $2 per round trip for 100 shares, but instead when I look at the summary I get:
    Commission = $200.00
    Total # of Trades = 1

    I went into Tools --> Options --> Commission
    I have Stocks - Replay and Stocks - Simulator set to:
    1$ min; 1/100

    I am not sure what to change.

    Thanks,
    Erik

    #2
    Hello Erik,

    Can you please remove the commission level; 1/100.

    Please use a minimum commission of $1 only and perform a new backtest and let me know if this will work for you.
    JasonNinjaTrader Customer Service

    Comment


      #3
      That fixed it if I trade 100 shares.

      In my strategies I am creating, I was planning on buying different amounts of shares based on share price. Something like:

      if Close[0] > 25
      EnterLong(100, "Long Position");
      else if Close[0] < 25 && Close[0] > 10
      EnterLong(300, "Long Position");
      etc...

      So I should pay a commission of $2 in the first case and $6 in the second case.

      How do I set this up? What is the 1/100 for?

      Thanks,
      Erik

      Comment


        #4
        It is the commission rate for the first 100. You can set up additional commission levels too if that is how you want it.

        I could not answer if you would pay $6 now since I do not know the commission model you are after. If you think buying 300 quantity should only yield $2 then change 1/100 to 1/300.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          I am trying to setup the commissions to mimic "The Direct Plan" below for back testing. I have not opened an account yet. I am still just trying to develop some strategies and back test them. I will be trading in increments of 100 (100-1000)
          Thanks,
          Erik

          Comment


            #6
            Hi ErickHR,

            Thank you for your post.

            You will need to configure your commissions in the Options menu using the procedure outlined at the following link: http://www.ninjatrader-support.com/H...issionTab.html

            It looks like the commissions for 100 shares would be as follows:
            Commission - .50
            Units - 100


            Please let me know if you have any additional questions.
            KyleNinjaTrader Customer Service

            Comment


              #7
              Thanks, guess I could have found that myself. Sorry for all of the questions.

              Comment


                #8
                Hi ErikHR,

                Thank you for your reply.

                No problem at all, we're here to help! Please let us know if you have any other questions.
                KyleNinjaTrader Customer Service

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by Tim-c, Today, 03:54 AM
                0 responses
                1 view
                0 likes
                Last Post Tim-c
                by Tim-c
                 
                Started by FrancisMorro, Today, 03:24 AM
                0 responses
                2 views
                0 likes
                Last Post FrancisMorro  
                Started by Segwin, 05-07-2018, 02:15 PM
                10 responses
                1,770 views
                0 likes
                Last Post Leafcutter  
                Started by Rapine Heihei, 04-23-2024, 07:51 PM
                2 responses
                31 views
                0 likes
                Last Post Max238
                by Max238
                 
                Started by Shansen, 08-30-2019, 10:18 PM
                24 responses
                945 views
                0 likes
                Last Post spwizard  
                Working...
                X