That I know of, there are no sources of unlimited free tick or minute data from the market.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
how to load historical data in strategy?
Collapse
X
-
Hi Chelsea,
I am able to backtest my strategy properly now. I have some technical question.
On start of every new day, I do an asynchronous bars request for past 100 days (daily data). By the time I receive the data, all the intraday updates (OnBarUpdate) are already processed.
Is it possible to request the data synchronously instead? (without using C# constructs like WaitHandles). On start of every new day: I would like to request past 100 days daily data, process the data and then start processing OnBarUpdate updates.
Comment
-
Thanks Chelsea. I am using Thread.Sleep function as of now and the functionality in backtest is working as i expect. I don't expect this to cause any issue in live trading as this will be called only once at the start of the strategy.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
66 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
141 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
76 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
47 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
51 views
0 likes
|
Last Post
|

Comment