Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicators look different after reload
Collapse
X
-
Indicators look different after reload
Indicator lines look different after reloading with F5. The following chart images show the difference at how the same indicator looks before and after pressing F5 to reload. This can mean the difference between a winning and losing trade. I trade divergence visually on the chart. I may think I see a trade setup, take the trade trade, reload the chart, and realize there was not trade! Is there anyway to make the indicators consistent across re-loads?Tags: None
-
Hello Monpere,
One thing is that chart data can look different after a reload. See the following link, then:
Understanding why a chart can look different after reloading historical data from the server
Scripts also function differently on real time compared to historically, especially when you are running with CalculateOnBarClose = false. If your indicator is currently set to false, try changing to true and see if that aligns better the real time compared to historical plot for you.Ryan M.NinjaTrader Customer Service
-
My indcators are CalculateOnbarClose=false. My data provider is ZenFire, I believe they timestamp the data, correct?. If that is so why would the historical data be different?Originally posted by NinjaTrader_RyanM View PostHello Monpere,
One thing is that chart data can look different after a reload. See the following link, then:
Understanding why a chart can look different after reloading historical data from the server
Scripts also function differently on real time compared to historically, especially when you are running with CalculateOnBarClose = false. If your indicator is currently set to false, try changing to true and see if that aligns better the real time compared to historical plot for you.
Comment
-
Yes, Zenfire is time stamped natively at their servers. The data can still be different after a reload. When you reloading data, there can be a minor gap for the time it takes to deliver historical data from when you initially made the data request. This is usually only a couple seconds but can impact the chart display on tick chart like you are using.
The differences you're seeing though are most likely related to running the indicator tick by tick in real time, compared to only on bar close historically. Changing to COBC = true will align these better for you.Last edited by NinjaTrader_RyanM1; 04-26-2011, 11:44 AM.Ryan M.NinjaTrader Customer Service
Comment
-
I am thinking of getting a new broker using TT data feed. Is the data feed from Trading Technologies timestamped?Originally posted by NinjaTrader_RyanM View PostThe data can still be different after a reload with Zenfire. As real time data comes in, it's time stamped according to your PC clock. When you reload historical data, the time stamp of bars is according to the PC clock of the historical data provider - NinjaTrader, in this case.
The differences you're seeing though are most likely related to running the indicator tick by tick in real time, compared to only on bar close historically. Changing to COBC = true will align these better for you.
Comment
-
With my current Zenfire timestamped data feed, CalculateOnBarClose=true seems to have alleviated the problem. Will this solution still work once I switch to the TT datafeed?Originally posted by NinjaTrader_RyanM View PostData received using Trading Technologies connection will be time stamped according to your local PC clock.
Comment
-
The underlying historical data feed is different that the real time data from TT. Thus, there could be differences in the feed. This can result in subtle different charts that are based on tick data and as such, can result in different indicator values since the underlying series is different.Originally posted by monpere View PostWith my current Zenfire timestamped data feed, CalculateOnBarClose=true seems to have alleviated the problem. Will this solution still work once I switch to the TT datafeed?RayNinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
85 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
67 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment