NexusFi: Find Your Edge


Home Menu

 





code to avoid overfills


Discussion in NinjaTrader

Updated
    1. trending_up 2,150 views
    2. thumb_up 2 thanks given
    3. group 3 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

code to avoid overfills

  #1 (permalink)
 minsalaco 
new york, ny
 
Experience: Advanced
Platform: NinjaTrader
Trading: eur/usd
Posts: 5 since Jan 2011
Thanks Given: 0
Thanks Received: 7

Here you do ("tradesize1" is a defined term under the Variables part of your strat; currently have mine set to default 2 (e.g., "private int tradesize1 = 2;"). You can just drop this into your strats:




protected override void OnMarketData(MarketDataEventArgs e)

{

if (Position.Quantity>tradeSize1)

{

int x = Position.Quantity-tradeSize1;

if (Position.MarketPosition==MarketPosition.Long)

ExitLong(x);

else if (Position.MarketPosition==MarketPosition.Short)

ExitShort(x);

}

}

Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
What broker to use for trading palladium futures
Commodities
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
How to apply profiles
Traders Hideout
Trade idea based off three indicators.
Traders Hideout
Cheap historycal L1 data for stocks
Stocks and ETFs
 
  #3 (permalink)
 
MWinfrey's Avatar
 MWinfrey 
Lubbock TX
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Stage 5 Trading
Trading: CL
Posts: 1,878 since Jul 2009
Thanks Given: 1,450
Thanks Received: 3,335


Here is another solution for NT overfills.


Reply With Quote
Thanked by:




Last Updated on August 27, 2013


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts