Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Exit Strategy after realized pnl is achieved
Collapse
X
-
Exit Strategy after realized pnl is achieved
Hi,I would like to close or stop my strategy when I achieved a 500 dollars profit daily....is there a way to program it in the strategy builder (nt8)?
ThanksTags: None
-
Hello Italianforex,
The Strategy Builder does have the Strategy > Realized PnL available, however this is not reset daily. This contains the Realized PnL for all orders ever placed by that instance of the strategy.
You could write in the entry conditions the Realized PnL must be below 500, and then each day remove and re-add the instance of the script.
If you wanted to reset on a new session, the PnL would need to be tracked each day and accumulated to a variable that is reset on the new session (or at the time coded in the script).
This would require the script to be unlocked.
Below is a link to an example.
Hello, I've updated the DailyLossLimit and DailyLosLimitMultiTrade examples that were posted on the forum for NinjaTrader 7 for NinjaTrader 8. These are often requested and I felt they are good examples to have for NT8. DailyLossLimitExample_NT7 - http://ninjatrader.com/support/forum...241#post451241 (http://ninjatraderChelsea B.NinjaTrader Customer Service
-
Originally posted by NinjaTrader_ChelseaB View PostHello Italianforex,
The Strategy Builder does have the Strategy > Realized PnL available, however this is not reset daily. This contains the Realized PnL for all orders ever placed by that instance of the strategy.
You could write in the entry conditions the Realized PnL must be below 500, and then each day remove and re-add the instance of the script.
Does it work in the backtesting?
Thanks
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
87 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
132 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
65 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
118 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
67 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
Comment