Closed Dragon9090 closed 3 years ago
Hi, I've read on online forums that they might ban you if they notice such a high frequency of trades, so I never tried. My setup checks prices every 5 minutes and the crossover parameters trigger a trade every few hours at best, and I usually have no more than 4-5 trades a day. The irony is that high frequency trading is how they make money after all.
Interesting, I will update you after more research and see if I get banned.
Please keep us posted
How do you change the order from limit order to market order?
It's not that simple. The function that performs the actual buy is 'order_buy_crypto_limit', however the code is designed to work with limit orders (available cash management, how orders are placed, etc). So it's not just a matter of invoking a different API call, the logic should be adjusted as well.
I see, thank you for clarifying.
Is there a way to make the bid price closer to the marked price?
You could track the "ask" price when retrieving new data, instead of the mark price, in 'get_new_data'
Hi, I'm testing a new simple strategy using the 1 min interval with ema 2 and ema 3 as crossovers. I was wondering if you tried using your bot on 1 min interval. Can Robinhood ban you from making trades too fast? If the strategy is implemented the bot will most likely trade around 300 times a day. Thank you.