You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 2$\begingroup$ I'm not sure what you're professor means because, at time $(t+1)$, $x_{t}$ is not future information. $\endgroup$mark leeds– mark leeds2025-06-26 14:43:47 +00:00Commented Jun 26 at 14:43
- $\begingroup$ @markleeds He means that I want to predict $r_{t+1} = \log(x_{t+1}/x_t)$, while my training dataset's $r_t = \log(x_t/x_{t-1})$ contains information of $x_t$, which can leak information. $\endgroup$user398843– user3988432025-06-30 08:12:15 +00:00Commented Jun 30 at 8:12
- $\begingroup$ Hi user398843: $log(\frac{x_{T+1}}{x_{T}}) = log(x_{T+1}) - log(x_{T})$, so if time $T$ is the border line where training stops, then returns in the future onwards from T, ALWAYS depend on what the price was in the past but that's not leaking information. It's just computing how much the price increased since time $T$. The information in the training set is being used to compute the performance in the non-trained dataset. If you don't use that, then you won't know what the performance was. $\endgroup$mark leeds– mark leeds2025-06-30 10:35:02 +00:00Commented Jun 30 at 10:35
- $\begingroup$ user398843: I didn't find my comment above very insightful so here's a better way to think about it. This comment assumes that, by information leakage, your professor means that you are taking information in the training set and using it as valid information in the non-training data set. This is not what is being done here. All you are doing here is using the information in the training set to calculate the return performance in the non-trained data set. But, as far as I can see, $x_t$ is not being used in any other way. It's like an anchor for performance one step ahead. $\endgroup$mark leeds– mark leeds2025-06-30 20:25:17 +00:00Commented Jun 30 at 20:25
- $\begingroup$ @markleeds Thank you for your comments. I greatly appreciate it! Do you know why there is a large difference in the accuracy of our prediction when using "the average mid-price of each bin" versus "the last tick's mid-price of each bin" as $x_t$? $\endgroup$user398843– user3988432025-07-02 07:49:34 +00:00Commented Jul 2 at 7:49
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. option-pricing), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
default