Jake0303 / RobinHood-RSI-Trading-Bot

A Robinhood stock trading bot in Python using the RSI indicator https://youtu.be/kSLkRXY3NPQ
206 stars 115 forks source link

Patterned Day Trader #5

Open jeremiahwong704 opened 3 years ago

jeremiahwong704 commented 3 years ago

Hi, does anyone know how I can set the bot to not buy and sell on the SAME day?? If I do it too much, robinhood will mark me as a patterned day trader and won't let me trade.

somepalliprudhvi1 commented 3 years ago

Hope you are doing well out there, I have same question as above with me as well and i would like to extend my question: 1) I was able to run BOT for whole day it bought few stocks today but when it prints Selling our stock in logs it never sold my stock. Is there something which i am missing to configure? 2) Is there a way to writer a code to monitor multiple stocks at a time? Please suggest if need i can code my self. 3) what will happen if i don't have enough money in my account while its placing order?

I appreciate your response in advance and thanks for trading bot 👍

HaxOh commented 3 years ago

@LONCT-27 If you set the time frames like this: "hour" and "month" it is highly unlikely that the bot will buy and sell within the same day.

HaxOh commented 3 years ago

@somepalliprudhvi1

  1. It sold fine when I ran it a week or so ago. Have you changed anything in the sell statement?
  2. You could write a simple for loop and list as many tickers as you'd like.
  3. If you don't have enough capital Robinhood won't fill the order