How to update intraday stock values, for analysis using Daily prices?
Author: marc888
Creation Date: 10/20/2009 10:16 PM
profile picture

marc888

#1
Hi,

I created a few strategies to search for trading indicators based on the Daily High, Low, Close stock prices.
When I update and run the strategies during intraday - when the market is in session, WealthLab Pro only update to the previous trading day's price information.

Is there any way, where I can also force WealthLab to use the current trading day's High, Low, Last stock prices to be updated for analysis?

Any help would be greatly appreciated!

Thank you,
Marc

profile picture

Eugene

#2
Hi Marc,

Accessing the current trading day's data makes little sense for analysis because the OHLC bar is unfinished by definition. Currently, working with indicator's partial values isn't supported but may happen in the future.
profile picture

marc888

#3
Hi Eugene,

Am I right in presuming you work for Wealth Lab?

I am not sure you understand the nature of my request:
I have already missed many trading indicators, because WealthLab is not able to use the current trading day's High, Low, Last (Last does not need to be the Closing price, just the most recent trading price) prices for analysis.

And that is the reason I am so interested in this feature.
I don't want to find out that the trading opportunity has already past, because Wealth Lab always work on stale data.
profile picture

Eugene

#4
Yes.

I feel like completely understood your request, but am not sure if you understand that you can not use the current day's High and Low until the closing bell because it can easily change.

We believe that the support for accessing the "ghost bar" data will eventually make it in Wealth-Lab 5.x (after all, there already is PartialValue).

profile picture

Cone

#5
QUOTE:
Is there any way, where I can also force WealthLab to use the current trading day's High, Low, Last stock prices to be updated for analysis?
Use the Yahoo! static adapter for EOD prices and the enable the option to grab the values for the current day. TC2007 will update about 8000 stocks in 30 to 60 seconds with the most-recent values as well.

The question is the validity of your methods. If you're doing this to generate an order at the close of the day, then okay. But, if you do it throughout the day for an EOD strategy, then you're making a mistake since your backtest doesn't simulate what you're doing in real life. In this case, you should be trading an intraday Strategy, but generate indicators based on the Daily scale.

Also, you can update a Daily indicator, say a moving average, recalculating its current value throughout the day using intraday values. This is also valid for backtesting and trading.
profile picture

Cone

#6
Here's an example of that last method that I already had prepared -

CODE:
Please log in to see this code.


Edit 10/8/2010: Just spotted an error to this procedure, now corrected.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).