Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Exit the running trade in a strategy
Collapse
X
-
Hello mtamaku,
The Calculate setting can be set in the Strategy parameters.
Below is a link to the help guide.
The Calculate setting is discussed in the Strategy Builder 301 training video.
Below is a link to a forum post with helpful information about getting started with NinjaScript.
As you have requested an example, attached is the same example with the Calculate set to default to .OnPriceChange.
Attached FilesChelsea B.NinjaTrader Customer Service
Comment
-
Sorry I am not clear. Are you saying, Calculate=OnEachTick vs OnBarClose would only change I would need in the script to be able to stop trading as soon as target profit or loss reached the set value exactly at next tick while the trade is open in the current bar that have not closed ?
Comment
-
Hello mtamaku,
Using Calculate.OnPriceChange (or Calculate.OnEachTick) would allow OnBarUpdate to run on every price change and check the logic to see if the pnl has crossed the threshold before the bar closes.
Calculate.OnPriceChange is more efficient than running the logic on every received tick. The PnL is only going to change if the price changes.Chelsea B.NinjaTrader Customer Service
Comment
-
-
Hi Sir, I am a absolute noob programming. Would you like to share the script you built? I've been seeking for that particular exit strategy for months and I'm not even close to find the solution. I don't know how to use strategy builder.Originally posted by mtamaku View PostOMG !!! this one line changed the way I want...Calculate=OnPriceChange...We had so many thread discussion...Please see the result attached.
It stops trading as soon hit the daily limit set of 200 in this example. Thanks very much for all the help.
Thank you.
Comment
-
Hello mrscalping,
Welcome to the NinjaTrader forums!
I see that your inquiry is for mtamaku.
I wanted to include a link to a forum post with helpful information about getting started with programming C# and NinjaScript if you would like to start learning.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
116 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
61 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
40 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
43 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
82 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment