Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
DMI Oscillator & DMI Stochastic(S&C Jan 2013)
Collapse
X
-
Hello PN720,
Unfortunately, we will not have an ETA on when this will be ready.
Leave a comment:
-
Hello PN720,
Currently, there is a migration to a updated forum and we are moving shared indicators to the ecosystem site.
At the moment, I am not able to provide a link to where the forum file sharing indicators, strategies, and addons can be downloaded.
However, once everything is up and ready, I will contact you and provide you with a link.
I appreciate your patience.Last edited by NinjaTrader_ChelseaB; 10-09-2018, 10:36 AM.
Leave a comment:
-
Hi, that link to the DMIOscillator doesn't work. Where can I find it for NT8?
Leave a comment:
-
Hello madliquid,
Thank you for your repsonse.
The DMIOscillator for NinjaTrader 8 already includes the option to change the bar color. Please visit the following link to download the file: https://ninjatrader.com/support/foru...d=7&linkid=796
Please let me know if you have any questions.
Leave a comment:
-
Thank you. This is what I meant by paint bar:
Originally posted by NinjaTrader_Bertrand View PostGuys, we had a request for adding an option to the DMIOscillator to toggle if the bars should be painted or not, allowing for better usage with our custom studies that would attempt to change the bar color dynamically. The changed study allowing this is attached.
Leave a comment:
-
Hello madliquid,
Thank you for your post.
Can you detail what you mean by "paint bar"?
You can find the NinjaTrader 8 version of this indicator at the following link: https://ninjatrader.com/support/foru...d=7&linkid=796
Please let me know if you have any questions.
Leave a comment:
-
Is it possible to update this DMI Oscillator script with paint bar function for the current version of Ninja Trader?
Leave a comment:
-
Hello,
It would theoretically be possible to set that up, but if you cannot edit the code, I recommend requesting that the developer of the indicator make that change for you.
Please let me know if I can assist further.
Leave a comment:
-
Originally posted by NinjaTrader_Dave View PostHello,
There are two ways that you can get around this. The easiest way would be to change the Z-order of the drawing objects drawn by the strategy. You can do this by selecting any of the diamonds, then holding the Shift key and scrolling your mouse wheel up or down.
If you can access and edit the code, then you could accomplish what you are looking for by adding "+/- X * TickSize" after the value being used for "y" in the constructor of DrawTriangle(), with X being any number of ticks away from the specified point. For example, you could do something like the following:
orCode:DrawDiamond("diamond", true, 0,[I][B] High[0] + 3 * TickSize[/B][/I], Color.Blue)
Please let me know if I can assist further.Code:DrawDiamond("diamond", true, 0,[I][B] Low[0] - 2 * TickSize[/B][/I], Color.Blue)
Hello Dave,
Thank you for the reply. I tried ''selecting any of the diamonds, then holding the Shift key and scrolling your mouse wheel up or down''. The diamonds did not move when I did this?
Unfortunately I don't know anything about programing or scripts so I'm not sure what to do with the code you supplied? Is there a way to add this feature of moving the diamonds into the parameters window of the DMIStochasticExtreme indicator? See attached screenshot
Appreciate your assistance
Leave a comment:
-
Hello,
There are two ways that you can get around this. The easiest way would be to change the Z-order of the drawing objects drawn by the strategy. You can do this by selecting any of the diamonds, then holding the Shift key and scrolling your mouse wheel up or down.
If you can access and edit the code, then you could accomplish what you are looking for by adding "+/- X * TickSize" after the value being used for "y" in the constructor of DrawTriangle(), with X being any number of ticks away from the specified point. For example, you could do something like the following:
orCode:DrawDiamond("diamond", true, 0,[I][B] High[0] + 3 * TickSize[/B][/I], Color.Blue)
Please let me know if I can assist further.Code:DrawDiamond("diamond", true, 0,[I][B] Low[0] - 2 * TickSize[/B][/I], Color.Blue)
Leave a comment:
-
DMI stochastic extreme diamonds
Hello
Does anyone know how to change the position of the diamonds that the dmi Stochastic extreme plots on the chart? Sometimes the diamonds completely cover the small candles on the chart so I can't identify the shape of the candle. I've played with some of the settings but I can't get all diamonds to move vertically either up or down?
Appreciate your assistance
Thank you
Leave a comment:
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
250 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
161 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
165 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
250 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
203 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Leave a comment: