![]() |
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: Feb 2010
Posts: 84
Thanks: 0
Thanked 0 times in 0 posts
|
Hello everybody,
I`m new in the NT world, and i have a friend that will do a indicator edit for me and i would like to have as much information in forward so i can tell him exactly what to be done. I want to do the following edits to the swing: - Lines need to be plotted from the high/low to the Y-axis, and not stop by the next swing high/low - Swings from Chart A need to be Displayed in Chart B. I would like to know if anyone have suggestions so we will save much time! Thanks in forward! |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Sep 2008
Location: Germany
Posts: 22,571
Thanks: 262
Thanked 1,018 times in 999 posts
|
Rienb, welcome to the forums.
You could just extend the last high / low swing with for example horizontal lines extended to the current bar - http://www.ninjatrader-support.com/H...ontalLine.html For the swings from another chart, you could call the Swing indicator multiple times with different settings. Indicators on multiple time frames will be supported with our NT7 - http://www.ninjatrader.com/webnew/NT7/NinjaTrader7.html
Bertrand
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Member
Join Date: Feb 2010
Posts: 84
Thanks: 0
Thanked 0 times in 0 posts
|
When does Ninja 7 will be released? what is the target release date?
|
|
|
|
|
|
#4 |
|
NinjaTrader Customer Service
Join Date: Sep 2008
Location: Germany
Posts: 22,571
Thanks: 262
Thanked 1,018 times in 999 posts
|
Rienb, we expect to release a public beta within the next month with a production release to follow several months after this.
If you like to be considered for the next beta phase round, please send us a note to sales at ninjatrader dot com and include the following info - - Free or paying user - If paying, your license key # - Country of residence http://www.ninjatrader.com/webnew/NT7/NinjaTrader7.html
Bertrand
NinjaTrader Customer Service |
|
|
|
|
|
#5 | |
|
Member
Join Date: Feb 2010
Posts: 84
Thanks: 0
Thanked 0 times in 0 posts
|
We have been testing and searching for the right edit to make, but we did not succeed to create it right.
Does anyone know what to do? Our feeling sais that we need to edit some in this area: Quote:
|
|
|
|
|
|
|
#6 |
|
NinjaTrader Customer Service
Join Date: Jun 2009
Location: Denver, CO
Posts: 3,149
Thanks: 10
Thanked 90 times in 82 posts
|
Reinb, the settings you highlighted are for how the indicator and plots are displayed. What exactly are you trying to do?
Austin
NinjaTrader Customer Service |
|
|
|
|
|
#7 |
|
Member
Join Date: Feb 2010
Posts: 84
Thanks: 0
Thanked 0 times in 0 posts
|
We are trying to let the swing indicator draw lines that are as the horizontal lines you can draw manually so i can see the swing hi or low even from 3 days back without scrolling, or manually place the lines.
|
|
|
|
|
|
#8 |
|
NinjaTrader Customer Service
Join Date: Jun 2009
Location: Denver, CO
Posts: 3,149
Thanks: 10
Thanked 90 times in 82 posts
|
Reinb, it isn't possible to have an indicator interact with manually drawn objects. If you have a problem with getting a little snippet of code to work we can help you with that but we can't lay out and/or create an entire indicator for you. Thank you for understanding.
Austin
NinjaTrader Customer Service |
|
|
|
|
|
#9 |
|
Member
Join Date: Feb 2010
Posts: 84
Thanks: 0
Thanked 0 times in 0 posts
|
I understand,
The only thing i would like to see at the Swing indicator is that i can choose to let the lines draw not until the next hi or low but all the way to the Y axis. any way to fix this easy? |
|
|
|
|
|
#10 |
|
NinjaTrader Customer Service
Join Date: Sep 2008
Location: Germany
Posts: 22,571
Thanks: 262
Thanked 1,018 times in 999 posts
|
Rienb, as per my first reply, you could extend them via horizontal lines i.e. -
Code:
DrawHorizontalLine("tag1", Swing(3).SwingHigh[0], Color.Blue);
DrawHorizontalLine("tag2", Swing(3).SwingLow[0], Color.Blue);
Bertrand
NinjaTrader Customer Service |
|
|
|
|
|
#11 |
|
Member
Join Date: Aug 2008
Posts: 86
Thanks: 3
Thanked 1 time in 1 post
|
This might help.
I only have as cs file.
Last edited by dj22522; 02-10-2010 at 06:22 PM.
|
|
|
|
|
|
#12 |
|
Member
Join Date: Aug 2008
Posts: 86
Thanks: 3
Thanked 1 time in 1 post
|
When right clicking on chart and selecting indicator, in the "Plots" section there is only the option to change the colours of the "Swinghigh/Swinglow"
Can anyone add to the "Plots" section so we can change the colour of the swing "lines"? Many thx. |
|
|
|
|
|
#13 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 107 times in 70 posts
|
This would have to be custom coded into the indicator as additional parameters. There are no additional plots so you would have to add one for the color you want separately and adjust the code to use it.
Please see here for an example of creating color inputs: http://www.ninjatrader-support2.com/...ead.php?t=4977
Josh
NinjaTrader Customer Service |
|
|
|
|
|
#14 | |
|
Member
Join Date: Feb 2010
Posts: 84
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
i`ve made them turquoise so if you cant get it working i can post it here.... |
|
|
|
|
|
|
#15 |
|
Member
Join Date: Feb 2010
Posts: 84
Thanks: 0
Thanked 0 times in 0 posts
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A problem with Swing indicator. | Davizito | Strategy Development | 6 | 09-24-2009 07:37 AM |
| Swing Indicator | wcmaria | Indicator Development | 1 | 12-04-2008 10:48 AM |
| Question about Swing Indicator | cassb | Indicator Development | 5 | 05-13-2008 01:11 PM |
| Measuring - swing indicator | drago1 | Indicator Development | 1 | 02-21-2008 04:53 PM |
| Howard Indicator and Pesavento Pattern Swing Indicator | DORAIRAJ_S@HOTMAIL.COM | Indicator Development | 1 | 11-12-2007 12:28 AM |