Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label Variable Traded #2

Closed
bluefish0125 opened this issue Jan 14, 2024 · 1 comment
Closed

Label Variable Traded #2

bluefish0125 opened this issue Jan 14, 2024 · 1 comment

Comments

@bluefish0125
Copy link

Hi I really appreciate the work your doing here! I am a bit confused on the way to decided to label buy and sell signals. So you said that if current bid is greater than the minimum ask for the next 15 minutes, it is a buy signal. However, I'm not sure why this is the case. If current bid is great than the minimum ask doesn't this suggest that the security has fallen in price?

@bradleyboyuyang
Copy link
Owner

If the current bid is less than the best ask for a quite amount of time, that means you can rarely profit from this trade itself (you need to cross a large spread for a buy order).

If it is the opposite, one possibility is both bid and ask go down, in which case you don’t lose from the trade itself but will potentially lose when the price goes down further (but will also profit when price goes reversal). Yet another possibility is the bid ask spread becomes narrower, which indicates an increasing selling pressure that lowers down your cost of crossing the spread. This label does not necessarily mean a buy signal but predicting it accurately is beneficial for sure.

Overall, the project was done quite a long time ago and many details could be improved further. Feel free to explore more label choices on yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants