Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Help setting up a Stochastic strategy
Collapse
X
-
Help setting up a Stochastic strategy
Hi could someone help me figure out how to incorporate the D% value into a strategy. The idea is if the previous bar close is under or over a certain D% value the strategy will enter a long or short. I'm still learning how the ninjatrader strategy builder works, any help would be greatly appreciated.Tags: None
-
Hello Prestonf,
Thanks for your post.
To clarify, are you wanting to access the 'D' plot of the Stochastics indicator in a custom NinjaScript strategy?
If so, you could open a New > Strategy Builder window, navigate to the Conditions and Actions screen, and set up a condition that checks if the previous Close price (Price folder > Close > Bars ago property > 1) is Greater/Less than the 'D' plot of the Stochastics indicator (Indicator folder > Stochastics > 'Value plot' drop-down property > 'D').
After setting up the condition you could click the 'View code' button to see the generated code in a NinjaScript Editor window.
Strategy Builder Conditions: https://ninjatrader.com/support/help...on_builder.htm
Strategy Builder Actions: https://ninjatrader.com/support/help...t8/actions.htm
Please let me know if I may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
Hello Prestonf,
Thanks for your note.
Setting the 'Value plot' parameter of the Stochastic indicator to 'D' would mean the D plot is being referenced for your condition. (Indicator folder > Stochastics > 'Value plot' drop-down property > 'D').
See the attached image demonstrating this.
And, see this help guide page for more information about the Stochastics indicator: https://ninjatrader.com/support/help...tochastics.htm
Please let me know if you have further questions on this.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
53 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
70 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
44 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment