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 mattbsea, Today, 05:44 PM
        0 responses
        3 views
        0 likes
        Last Post mattbsea  
        Started by RideMe, 04-07-2024, 04:54 PM
        6 responses
        31 views
        0 likes
        Last Post RideMe
        by RideMe
         
        Started by tkaboris, Today, 05:13 PM
        0 responses
        2 views
        0 likes
        Last Post tkaboris  
        Started by GussJ, 03-04-2020, 03:11 PM
        16 responses
        3,282 views
        0 likes
        Last Post Leafcutter  
        Started by WHICKED, Today, 12:45 PM
        2 responses
        20 views
        0 likes
        Last Post WHICKED
        by WHICKED
         
        Working...
        X