NexusFi: Find Your Edge


Home Menu

 





code to avoid overfills


Discussion in NinjaTrader

Updated
    1. trending_up 2,155 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?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Strategy stop orders partially filled
EasyLanguage Programming
MC PL editor upgrade
MultiCharts
ZombieSqueeze
Platforms and Indicators
Quantum physics & Trading dynamics
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
24 thanks
What is Markets Chat (markets.chat) real-time trading ro …
19 thanks
ApexTraderFunding.com experience and review
17 thanks
GFIs1 1 DAX trade per day journal
13 thanks
EG Indicators
11 thanks
  #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