NexusFi: Find Your Edge


Home Menu

 





Need risk management add for NT8


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Seanjohn814 with 6 posts (0 thanks)
    2. looks_two planetkill with 5 posts (0 thanks)
    3. looks_3 michael94 with 4 posts (0 thanks)
    4. looks_4 sam028 with 3 posts (3 thanks)
    1. trending_up 16,733 views
    2. thumb_up 4 thanks given
    3. group 10 followers
    1. forum 25 posts
    2. attach_file 1 attachments




 
Search this Thread
  #1 (permalink)
 
michael94's Avatar
 michael94 
Chicago IL USA
 
Experience: None
Posts: 15 since Jun 2019
Thanks Given: 6
Thanks Received: 10

Hey guys! My name is Mike.
Does anyone have a risk management add-on for NT8 which could allow you to set your daily loss limit and lock you out of market till the next session, in case if you've broken the rule?

I've fount one on https://ninjatraderecosystem.com but the web page where this add located isn't working for some reason

thank You


Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
SEC Advisory Committee Backs Tokenized Securities Exempt …
Traders Hideout
MegaETH Proves the Crowd Right: Prediction Markets Calle …
Prediction Markets & Event Contracts
Hormuz Normalization Collapses to 19.5% -- Iran Regime F …
Prediction Markets & Event Contracts
OneChronos Launches First Combinatorial Auction FX Venue …
Currencies
Cboe Files for Near 24x5 Equities Trading -- December 20 …
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
21 thanks
2026 Jlab journal
10 thanks
Lady Vols Primer: Trading Volatility Journal
6 thanks
Algo automated / semi-automated trading anyone?
6 thanks
2026 Fire Horse
5 thanks
  #2 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,756 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,632


michael94 View Post
Hey guys! My name is Mike.
Does anyone have a risk management add-on for NT8 which could allow you to set your daily loss limit and lock you out of market till the next session, in case if you've broken the rule?

I've fount one on https://ninjatraderecosystem.com/ but the web page where this add located isn't working for some reason

thank You

It's very very simple to code, I'll post an indicator which can do that.


Success requires no deodorant! (Sun Tzu)
Follow me on X Reply With Quote
  #3 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,756 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,632


See attached file.
A ChartTrader has to be in the chart for the indicator to work.


Success requires no deodorant! (Sun Tzu)
Attached Files
Elite Membership required to download: DailyLossLimit.cs
Follow me on X Reply With Quote
  #4 (permalink)
 
michael94's Avatar
 michael94 
Chicago IL USA
 
Experience: None
Posts: 15 since Jun 2019
Thanks Given: 6
Thanks Received: 10


sam028 View Post
It's very very simple to code, I'll post an indicator which can do that.

Unfortunately I'm not related to coding, so it's very hard for me to create something like that...


sam028 View Post
See attached file.
A ChartTrader has to be in the chart for the indicator to work.

Do I have to use any specific ChartTrader, or it doesn't matter?


Started this thread Reply With Quote
  #5 (permalink)
 Miesto 
Monte Carlo, Monaco
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader 8
Broker: NinjaTrader Brokerage
Trading: Futures
Posts: 715 since May 2012
Thanks Given: 877
Thanks Received: 1,270


michael94 View Post
Do I have to use any specific ChartTrader, or it doesn't matter?

I think he just means that NT "Chart Trader" must be on your chart (not switched off).


Visit my NexusFi Trade Journal Reply With Quote
  #6 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,756 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,632


Mich62 View Post
I think he just means that NT "Chart Trader" must be on your chart (not switched off).

Correct, the ChartTrader should be on so the indicator can see on which account set this daily loss. There are other ways to do this but it was the quickest for me.


Success requires no deodorant! (Sun Tzu)
Follow me on X Reply With Quote
  #7 (permalink)
 
michael94's Avatar
 michael94 
Chicago IL USA
 
Experience: None
Posts: 15 since Jun 2019
Thanks Given: 6
Thanks Received: 10


sam028 View Post
See attached file.
Correct, the ChartTrader should be on so the indicator can see on which account set this daily loss. There are other ways to do this but it was the quickest for me.


Well I'm just asking as I was planning to take a look upon adding some customed Char trader to my NT.

As I've mentioned earlier, I'm not really good with programming. Actually not good at all. Soo... how can I add the attached file into my NT8?
I've tried to archive it into ZIP file, and than add through tool bar in platform, but in this case platform gives me message that file is for older version and it is incompatible.


Started this thread Reply With Quote
  #8 (permalink)
 Miesto 
Monte Carlo, Monaco
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader 8
Broker: NinjaTrader Brokerage
Trading: Futures
Posts: 715 since May 2012
Thanks Given: 877
Thanks Received: 1,270


michael94 View Post
Well I'm just asking as I was planning to take a look upon adding some customed Char trader to my NT.

As I've mentioned earlier, I'm not really good with programming. Actually not good at all. Soo... how can I add the attached file into my NT8?
I've tried to archive it into ZIP file, and than add through tool bar in platform, but in this case platform gives me message that file is for older version and it is incompatible.

Place the file in "..\Documents\NinjaTrader 8\bin\Custom\Indicators". Then you should be able to add it to your chart via Indicators.


Visit my NexusFi Trade Journal Reply With Quote
  #9 (permalink)
 planetkill 
New York City + NY/United States
 
Posts: 436 since Sep 2018
Thanks Given: 138
Thanks Received: 375

You could also open the .cs file they posted using notepad. Then copy all of the code inside, should be in plain text. In NT, from the control panel, go to ninjascript editor. Right click on indicators on the right and new indicator. Then paste the copied code, and press on compile. That's it, now go to indicators from the chart and the new one should be in the list.
michael94 View Post
Well I'm just asking as I was planning to take a look upon adding some customed Char trader to my NT.

As I've mentioned earlier, I'm not really good with programming. Actually not good at all. Soo... how can I add the attached file into my NT8?
I've tried to archive it into ZIP file, and than add through tool bar in platform, but in this case platform gives me message that file is for older version and it is incompatible.

Sent using the NexusFi mobile app


Reply With Quote
  #10 (permalink)
 
michael94's Avatar
 michael94 
Chicago IL USA
 
Experience: None
Posts: 15 since Jun 2019
Thanks Given: 6
Thanks Received: 10



planetkill View Post
You could also open the .cs file they posted using notepad. Then copy all of the code inside, should be in plain text. In NT, from the control panel, go to ninjascript editor. Right click on indicators on the right and new indicator. Then paste the copied code, and press on compile. That's it, now go to indicators from the chart and the new one should be in the list.

Thank You! It worked!


Started this thread Reply With Quote




Last Updated on February 11, 2026


© 2026 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 - Downloads - Top
no new posts