NexusFi: Find Your Edge


Home Menu

 





Simple Riskmanagement (Daily Loss) for NT7


Discussion in NinjaTrader

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




 
Search this Thread

Simple Riskmanagement (Daily Loss) for NT7

  #1 (permalink)
 
Renkotrader's Avatar
 Renkotrader 
Frankfurt, Hessen, Germany
 
Experience: Advanced
Platform: NinjaTrader 8
Broker: APEX & NinjaTrader Brokerage
Trading: 6E, 6J, CL, ES, FDAX, FGBL, GC, HG, NQ, RTY, SI, YM
Posts: 547 since May 2012
Thanks Given: 1,419
Thanks Received: 227

Hello Programmers for NT7!

One question: can any of you imagine a full workarounds, which I as a non-programmer (but reasonably good code understander), this can be implemented in NT7:

WHEN MAXIMUM DAILY LOSS LIMIT IS REACHED IN RUNNING POSITION, THEN CLOSE ALL OPEN POSITIONS + WARNING PER MESSAGEBOX.

Of this code can not be a state secret, as is the implementation: how do I build this (step by step)?

I thank you very much!

Best regards,
Renkotrader

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
Better Renko Gaps
The Elite Circle
About a successful futures trader who didnt know anythin …
Psychology and Money Management
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
  #3 (permalink)
 
lemons's Avatar
 lemons 
Tallinn, Estonia
 
Experience: Beginner
Platform: SC
Trading: NAS100
Posts: 959 since Nov 2010


I am non-programmer to that why use gg80108 stradegy as template.
I changed only entry logic, stop and target.




//money management
if ((profit + Position.GetProfitLoss(Close[0], PerformanceUnit.Currency)) <= (Position.Quantity * -750)&& Position.MarketPosition != MarketPosition.Flat) //no mas
{
StopTrading = true;
ExitLong();
ExitShort();
DrawText("CLh"+CurrentBar,"No MAS" ,0,High[0] + 1,Color.Black);
DrawText("CLl"+CurrentBar,"No MAS" ,0,Low[0] - 1,Color.Black);
}

Reply With Quote




Last Updated on January 24, 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