Adjusting intraday indicators for overnight gaps

Quote from jprad:

"Leading" in the context of technical analysis is a synonym for "bullshit."

And you're the leading bullshit artist around here.

+ for the truth
 
Quote from trader#21:

Hi,

How do you adjust intraday indicators (timeframe<5 min) for overnight gaps?

One obvious way is to adjust the entire o/h/l/c series for gaps and then to derive indicators.

any other suggestion?

unfortunatly no easy way to fix this other than o/h/l/c. If you like to google 'gapless charts'. people have posted similar for ninja. the fix is a big improvement as compared to not accounting for the gap.

Here is the fix for tradestation users.

[The opening “gap” is recorded for the first bar of each trading day.

A relative stream of OHLC's are calculated by subtracting this “gap” from the actual prices. This relative stream of OHLC’s are maintained right along side of the real OHLC’s. If the EL programmer needs to convert between the relative prices and the real price data, the sum of all the gap values is stored in the variable, “accum,” which makes the conversion simple. ]
 
Here's a weird suggestion: You can just interpolate data from futures overnight trading. Fix it so that the close session and open session are in relative terms, and the prices of your underlying match up so that you get a smooth transition from close to next open. Adjust for volatility if needed.
 
Quote from braincell:

Here's a weird suggestion: You can just interpolate data from futures overnight trading. Fix it so that the close session and open session are in relative terms, and the prices of your underlying match up so that you get a smooth transition from close to next open. Adjust for volatility if needed.

The idea sounds good for backtesting.

For interpolating the time series with random data + drift... someone may like to comment on the maths involved.
 
Back
Top