NexusFi: Find Your Edge


Home Menu

 





Simple Riskmanagement (Daily Loss) for NT7


Discussion in NinjaTrader

Updated
    1. trending_up 1,278 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?
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
MC PL editor upgrade
MultiCharts
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Tao te Trade: way of the WLD
24 thanks
Just another trading journal: PA, Wyckoff & Trends
24 thanks
Bigger Wins or Fewer Losses?
21 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #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