Skip to content

C# Had a few questions regarding intraday technical analysis #590

Answered by DaveSkender
preintel asked this question in Q&A
Discussion options

You must be logged in to vote

Is it possible to pass one minute data to get technical results (for example if I have 2 days 1 minute prior data 7am-7pm and half of today's data 7am-12pm) can I pass all this as a contiguous sample and get results where 7pm data is next to the following day's 7am data.

Yes, there's nothing wrong with providing contiguous data. Dates are not actually used in any of the formulas, but are rather kept together with results for context. The only word of caution here is that the 7pm to 7am gap could be missing after-hours information that might be useful; you'd have to interpret a potential rapid change in prices accordingly.

What error/result will I get if I don't pass enough data points …

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@DaveSkender
Comment options

@preintel
Comment options

@DaveSkender
Comment options

@preintel
Comment options

@DaveSkender
Comment options

Answer selected by preintel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants