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

"all or nothing" fill ?

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

    "all or nothing" fill ?

    how do i code ''all or nothing" fill on ninja script preventing multiple broker charges
    also what is the difference between liberal and default fill?
    Last edited by maaz1598; 05-09-2016, 01:49 AM.

    #2
    Hello maaz1598,

    Thank you for your post.

    There would not be a guaranteed way to implement logic that ensures 100% of the time the full quantity is filled or not at all. You could potentially check that the Volume sitting on the side you need to fill your order is available before submitting the order. However, there would still not be a guarantee the order would fill completely at the price level you wish.

    Liberal and Default Fill Types are for the historical calculation of fills. When you apply your strategy to the chart or when you run a backtest, the strategy is ran across the historical and the Fill Type is needed to determine how the orders fill.
    The code for the Fill Types is avaialble under Documents\NinjaTrader 7\bin\Custom\Type. as '@DefaultFillType.cs' and '@LiberalFillType.cs'.

    Please let me know if you have any questions.

    Comment


      #3
      is there any way i can code it to fill"all or nothing"
      i want it buy only if it gets a offer to buy all else it should reject the offer waiting for another
      my broker, interactive brokers has this type of order, how can i make use of it ?

      Comment


        #4
        Hello maaz1598,

        Thank you for your response.

        There would not be any options in NinjaTrader to use all or nothing with custom programming it.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by ChastiJose, Today, 03:37 AM
        0 responses
        3 views
        0 likes
        Last Post ChastiJose  
        Started by Klaus Hengher, Today, 03:13 AM
        0 responses
        3 views
        0 likes
        Last Post Klaus Hengher  
        Started by ewileznwpods, Today, 02:57 AM
        0 responses
        1 view
        0 likes
        Last Post ewileznwpods  
        Started by 1001111, Today, 01:35 AM
        0 responses
        6 views
        0 likes
        Last Post 1001111
        by 1001111
         
        Started by ETFVoyageur, Yesterday, 07:05 PM
        1 response
        16 views
        0 likes
        Last Post ETFVoyageur  
        Working...
        X