NexusFi: Find Your Edge


Home Menu

 





Is there a way to keep the live tick by tick values plotted on the chart


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one traderxman with 3 posts (0 thanks)
    2. looks_two vegasfoster with 2 posts (0 thanks)
    3. looks_3 cory with 1 posts (0 thanks)
    4. looks_4 Quick Summary with 1 posts (0 thanks)
    1. trending_up 2,432 views
    2. thumb_up 0 thanks given
    3. group 3 followers
    1. forum 6 posts
    2. attach_file 0 attachments




 
Search this Thread

Is there a way to keep the live tick by tick values plotted on the chart

  #1 (permalink)
 traderxman 
Toronto+Ontario/Canada
 
Experience: Master
Platform: tradestation
Trading: ES
Posts: 35 since Oct 2009
Thanks Given: 8
Thanks Received: 3

Ninjatrader Script Question Please
QUESTION PLEASE:

Is there a way to keep the live tick by tick values plotted on the chart please?

When I refresh the chart, the LIVE plotting
of the TYPICALS returns back
to the "END OF BAR CLOSE" values
rather than the live tick by tick values
created as the chart plots naturally.

Please see forty-four(44) second movie to clarify.
https://screencast.com/t/ZfbqfJBn7fBo

 
Code
protected override void Initialize()
{
Add(PeriodType.Tick, 4000);
Add(new Plot(Color.FromKnownColor(KnownColor.Orange), PlotStyle.Line, "Plot0"));
Overlay                = true;
}

protected override void OnBarUpdate()
{
if (BarsInProgress != 0 || CurrentBars[1] < 1)
return;

Plot0.Set(Typicals[1][0]);
}

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
MC PL editor upgrade
MultiCharts
ZombieSqueeze
Platforms and Indicators
Trade idea based off three indicators.
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Bigger Wins or Fewer Losses?
24 thanks
Tao te Trade: way of the WLD
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
  #3 (permalink)
 vegasfoster 
las vegas
 
Experience: Intermediate
Platform: Sierra Chart
Broker: Velocity/IB
Trading: 6E
Posts: 1,145 since Feb 2010
Thanks Given: 304
Thanks Received: 844


No

Reply With Quote
  #4 (permalink)
 traderxman 
Toronto+Ontario/Canada
 
Experience: Master
Platform: tradestation
Trading: ES
Posts: 35 since Oct 2009
Thanks Given: 8
Thanks Received: 3


vegasfoster View Post
No

Thanks for your input.

The solution has been found.

Started this thread Reply With Quote
  #5 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


traderxman View Post
Thanks for your input.

The solution has been found.

do not refresh?

Reply With Quote
  #6 (permalink)
 traderxman 
Toronto+Ontario/Canada
 
Experience: Master
Platform: tradestation
Trading: ES
Posts: 35 since Oct 2009
Thanks Given: 8
Thanks Received: 3


cory View Post
do not refresh?

Ninja code using Max & Min etc scripting.

Have a great weekend all!

Started this thread Reply With Quote
  #7 (permalink)
 vegasfoster 
las vegas
 
Experience: Intermediate
Platform: Sierra Chart
Broker: Velocity/IB
Trading: 6E
Posts: 1,145 since Feb 2010
Thanks Given: 304
Thanks Received: 844


traderxman View Post
Ninja code using Max & Min etc scripting.

Have a great weekend all!

When overlaying one time frame on another, it will plot on each bar on the lower time as it occurred on the higher time frame in real time, but when you refresh it only has the end of bar figure from the higher time frame to do the calculation, resulting in the change of the plot. Maybe I didn't understand your quandry, but you could explain the min/max thing to learn us something new? Thanks.

Reply With Quote




Last Updated on June 21, 2013


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts