![]() |
|
|||||||
| Suggestions And Feedback New feature suggestions and feedback. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#31 | |
|
Junior Member
Join Date: Mar 2009
Posts: 12
|
Quote:
|
|
|
|
|
|
|
#32 |
|
Senior Member
Join Date: Mar 2009
Posts: 386
|
I don't know how you create a new type, however I did manage to get it to override a chart type that I hardly ever use (the Box type). All you have to do is change this line:
public CandleVolStyle() : base(ChartStyleType.CandleStick) to this public CandleVolStyle() : base(ChartStyleType.Box) It will then override the Box type instead of the standard CandleStick type, which will let you switch between normal and equivolume candles. |
|
|
|
|
|
#33 |
|
Senior Member
Join Date: May 2008
Posts: 156
|
Can someone tell me if the equivolume bars download exists,where it is located,and also if NT 7 has been released.
Thanks in advance. |
|
|
|
|
|
#34 |
|
Junior Member
Join Date: Mar 2009
Posts: 12
|
Laredo, I sent you a PM with some more detailed instructions. Here it is again though:
1. Put the file here: Documents\NinjaTrader 7\bin\Custom\Type 2. Open any existing indicator in the NinjaScript Editor (Tools->Edit NinjaScript->...) 3. Click the compile button 4. Restart ninja 7. Now there should be a new entry in the chart type dropdown called CandleVol. Set the bar width to 9 or 10 or else it will be too narrow. |
|
|
|
|
|
#35 |
|
Senior Member
Join Date: May 2008
Posts: 156
|
I need to do something to ninjatrader control center to get it to locate this script in 'my documents'. I have the program in 'My documents' on the computer But when I go to Utilites etc...it aint there?
whats the deal? |
|
|
|
|
|
#36 |
|
Senior Member
Join Date: May 2008
Posts: 156
|
1. I download attachment 9085 on this page to my computer
2.It appears in My Documents 3.I open up nintrader and select Utilites 4.I click on "import ninjascript" and look for the attachment 5.It does appear ? |
|
|
|
|
|
#37 |
|
Senior Member
Join Date: May 2008
Posts: 156
|
It Doesnt appear rather.Cant use it on charts from NT.
|
|
|
|
|
|
#38 |
|
Senior Member
Join Date: May 2008
Posts: 156
|
Hello,
if anyone has been successful in installing the candlevolumebars script and has a moment,I am not able to sort through it.Its doesnt install in any way similar to other downloads I am using and I would sorely like to be usingit. Thanks |
|
|
|
|
|
#39 |
|
Member
Join Date: Jan 2010
Posts: 44
|
I installed this for a friend and it looks good - except for the fact that a wide volume bar can obscure all or part of the width of a preceding bar, making the prior bar's actual width harder to discern. Increasing the space between bars doesn't help make it clearer.
|
|
|
|
|
|
#40 |
|
Senior Member
Join Date: May 2008
Posts: 156
|
which download did you use?
ty |
|
|
|
|
|
#41 |
|
Member
Join Date: Jan 2010
Posts: 44
|
|
|
|
|
|
|
#42 |
|
Junior Member
Join Date: Apr 2008
Posts: 20
|
I was able to use this indicator on previous Beta versions but can not use on Beta 18. When I go to compile I get error message saying that there are programimg errors. Did something change in Beta 18?
|
|
|
|
|
|
#43 |
|
Junior Member
Join Date: Apr 2008
Posts: 20
|
I tried the unmodified version (without change to box style default) and this worked.
|
|
|
|
|
|
#44 | |
|
Junior Member
Join Date: Sep 2008
Posts: 5
|
Quote:
ChartStyleType.Custom1,ChartStyleType.Custom2 etc. There are 10 customs 0-9. It worked for me. Nice to have candlevolume on NT. Thanks all for the code. |
|
|
|
|
|
|
#45 |
|
Senior Member
Join Date: Mar 2009
Posts: 386
|
Thanks for the tip... works nicely.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using BarColor, candles lose outline color | JangoFolly | Indicator Development | 9 | 02-15-2008 08:59 AM |