Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Price String Formatting

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

    Price String Formatting

    Hello,

    I am trying to output a price ( generated by some calculation ) on chart with proper Tick formatting, but i am not getting what i expect. Let "calculated_price" need to be output which is in 0.01 format by calculation. I coded this in two place, 1) After getting calculated_price and 2) In OnRender.

    1) display_price_inTick = baseBars.Instrument.MasterInstrument.RoundDownToTi ckSize(calculated_price);

    and

    2) string priceStr = display_price_inTick.ToString(Core.Globals.GetTick FormatString(AttachedTo.Instrument.MasterInstrumen t.TickSize));

    Now from above what i expect, if calculated_price lands in zone A it should show display_price_inTick = 2172 and if in zone B then 2171.75. same as any Plot value price marker format. But what i am getting is , as soon as calculated_price falls by 0.01 below upper orange line of zone C then it start displaying 2171.75 and continued till lower orange line of zone C. Below lower orange line and being in zone B , it display 2171.50.

    What i need my price string to show same culture as any plot value price marker show.
    Attached Files
    Last edited by devdas; 10-15-2016, 03:43 PM.
    Devdas
    NinjaTrader Ecosystem Vendor - Devdas

    #2
    Hello,

    Its solved, i just saw it was "Down" the culprit

    display_price_inTick = baseBars.Instrument.MasterInstrument.RoundDownToTi ckSize(calculated_price);
    Devdas
    NinjaTrader Ecosystem Vendor - Devdas

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by bortz, 11-06-2023, 08:04 AM
    47 responses
    1,610 views
    0 likes
    Last Post aligator  
    Started by jaybedreamin, Today, 05:56 PM
    0 responses
    9 views
    0 likes
    Last Post jaybedreamin  
    Started by DJ888, 04-16-2024, 06:09 PM
    6 responses
    19 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Started by Jon17, Today, 04:33 PM
    0 responses
    6 views
    0 likes
    Last Post Jon17
    by Jon17
     
    Started by Javierw.ok, Today, 04:12 PM
    0 responses
    16 views
    0 likes
    Last Post Javierw.ok  
    Working...
    X