Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Equivolume Candles?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NinjaTrader_ChelseaB
    replied
    Hello CRKumar,

    You are welcome to create any scripts using unsupported code you would like.

    However, not all code is supported by NinjaTrader NinjaScript Support to assist with.

    As an example, you can use C# to make calls to a webserver, however, this is not something that NinjaTrader Support will assist with.

    For any unsupported code, the community here on the forums is a great place to find assistance. Our NinjaTrader staff does monitor the forums and will mention when something is outside of the realm of our support.

    The example is an unsupported script that was made by a previous nt employee that provides a good foundation for starting a chart style.

    You will find a great many amount of scripts in the forums sharing section that use unsupported code.

    I'm not certain what Equivolume is. Is this a script you have imported into NinjaTrader?
    Do you have a link for this script? (I might be able to identify what type it is)

    My reply was to:
    Instead of ..... base(PeriodType. ) ,,, I am getting ...base(chartStyleType. ) ...
    You appear to be creating a custom chart style and I wanted to provide you with an example.

    Leave a comment:


  • CRKumar
    replied
    Hi ChelseaB,

    Thanks for reply.

    I am sorry but am getting a bit confused,

    1. Is Equivolume (CandleVol) a chart type or a candle type
    2. The discussion seems to be referring to NT7
    3. One link provided by you is of chart type(Mountain) and is successfully accepted by NT7,
    4. So, obviously, NT7 accepts additional chart types
    5. By updated version, I meant of Equivolume

    Hope, I am clear with my query this time.

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    Hello CRKumar,

    Chart Styles are outside of the realm of what is supported for NinjaTrader 7, but these are now fully supported with NinjaTrader 8.

    That said, I recommend you take a look at this example chart style to help you get started creating your own custom chart style for NT7.



    Also, below are links to the Release notes for NinjaTrader 8 Beta in development. (Currently the Beta is on 8.0.0.13).
    https://ninjatrader.com/support/help...ease_notes.htm

    As well a link to the downloads page.

    Leave a comment:


  • CRKumar
    replied
    Originally posted by NinjaTrader_ChelseaB View Post
    Hi retnis,


    With custom bar types a slot must be choosen. There are Custom0 - Custom9 that can be used.

    If a slot is already being used for a different bar type, you will need to remove that bar type's files manually, or you will need to edit the second bar type's code to change the slot.
    [*]Look near the top (usually on line 14) for a line that looks like:
    public UniRenkoBarsType() : base(PeriodType.Custom5) { }
    [/LIST]
    Hi,

    Instead of ..... base(PeriodType. ) ,,, I am getting ...base(chartStyleType. ) ...

    After compiling nether PERIOD > Type nor CHART STYLE > ChartStyle contain it.
    Please guide.

    Is there any new updated version available ?

    Thanks
    Last edited by CRKumar; 09-20-2016, 10:04 AM. Reason: addition

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    Hi retnis,

    If you would like to send in an email to platformsupport [at] ninjatrader [dot] com I would be happy to assist you over a remote support call.

    Please add a link to this forum thread in your email.

    Leave a comment:


  • retnis
    replied
    hello
    Having said that I'm talking to you via google translator and I do not have any programming experience I find it hard to understand exactly what are the steps that I've kindly written
    if not too much to ask can you please explain with pictures of the main steps to eseguirte?
    I know that probably asking a lot but I think it could also be used for other non-English speaking like me
    thank you

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    Hi retnis,

    Thank you for your note.

    With custom bar types a slot must be choosen. There are Custom0 - Custom9 that can be used.

    If a slot is already being used for a different bar type, you will need to remove that bar type's files manually, or you will need to edit the second bar type's code to change the slot.

    To remove the file:
    • Go to Documents\NinjaTrader 7\bin\Custom\Type
    • Remove the .cs file with the name of the bar type
    • Then compile any script in NinjaTrader
    • From the Control Center select the Tools menu--> select the Edit NinjaScript menu item--> select Indicator
    • Select any indicator and double click on it (we need only to open and compile one script to see all compile errors for all files)
    • A new window will appear and you will need to right click in the window and select Compile to compile the indicators



    To modify the second bar type instead to have a different slot, start in the same folder and open the file with the first bar type, and edit the file with the name of the second bar type.
    • Look near the top (usually on line 14) for a line that looks like:
      public UniRenkoBarsType() : base(PeriodType.Custom5) { }
    • Change the Custom5 (or which ever slot is being used by the first script) to a different Custom number in the second script
    • Then compile any script with the directions above

    Leave a comment:


  • retnis
    replied
    hello
    I have been following this thread on Equivolume and I got the chart CandlestickVol following the instruction of the post No. 27 of klassej
    but regretfully has disappeared from the list of charts Candlestick normal
    I'd like to have them both as you can remedy the problem? someone is already successful?
    thanks and saluiti

    Leave a comment:


  • NinjaTrader_CalH
    replied
    Jonson,

    Thank you for your post.

    I will forward your suggestion to development to consider for the next major release of NinjaTrader.

    Please let me know if I can be of further assistance,

    Leave a comment:


  • Jonson
    replied
    hi
    pls implement this type of style, the platform thinkorswim has realized this and looks great
    more info is here EquivolumeCharts

    Leave a comment:


  • allsound
    replied
    I will soon give an order, to programm this and with all options. It is a verry exiprianced programmer from israel. Not cheap but worth it.



    Originally posted by Spaggetti Ninjja View Post
    Hi Guys,

    Has there been an upgrade to this indicator, re bars overlapping etc without going and changing the chart type to box etc etc, I'm using a cs file named candlevol
    also given the candle expands visually is great but have no idea what volume is going into the bar is it 10 or a 1000 contracts,
    Can anyone shed some light on this for me,,,,,,,,

    Keen to know
    cheers a

    Leave a comment:


  • allsound
    replied
    Can anyone create this same indicator code,

    Can anyone create this same indicator code,

    But then with HI-Lo?



    Please let me know

    My email is [email protected]

    Serger
    Last edited by allsound; 04-08-2013, 12:45 AM.

    Leave a comment:


  • Spaggetti Ninjja
    replied
    CandleVol

    Hi Guys,

    Has there been an upgrade to this indicator, re bars overlapping etc without going and changing the chart type to box etc etc, I'm using a cs file named candlevol
    also given the candle expands visually is great but have no idea what volume is going into the bar is it 10 or a 1000 contracts,
    Can anyone shed some light on this for me,,,,,,,,

    Keen to know
    cheers a

    Leave a comment:


  • JS999
    replied
    Originally posted by jjben View Post
    Try changing ChartStyleType.CandleStick to one of the Custom types. ie ChartStyleType.Custom0
    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.
    Thanks for the tip... works nicely.

    Leave a comment:


  • jjben
    replied
    Originally posted by JS999 View Post
    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.
    Try changing ChartStyleType.CandleStick to one of the Custom types. ie ChartStyleType.Custom0
    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.

    Leave a comment:

Latest Posts

Collapse

Topics Statistics Last Post
Started by algospoke, Yesterday, 06:40 PM
2 responses
23 views
0 likes
Last Post algospoke  
Started by ghoul, Today, 06:02 PM
3 responses
14 views
0 likes
Last Post NinjaTrader_Manfred  
Started by jeronymite, 04-12-2024, 04:26 PM
3 responses
45 views
0 likes
Last Post jeronymite  
Started by Barry Milan, Yesterday, 10:35 PM
7 responses
22 views
0 likes
Last Post NinjaTrader_Manfred  
Started by AttiM, 02-14-2024, 05:20 PM
10 responses
181 views
0 likes
Last Post jeronymite  
Working...
X