You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
So if I was to run this bot at anytime when the RSI is above oversold_rsi, if that stock reaches overbought_rsi, this bot will not sell. It seems to depend on having BOUGHT earlier but it tries to sell. I think this is an un-necessary requirement and should always sell regardess of whether:
's.trend == 'long' '
The text was updated successfully, but these errors were encountered:
Most of the strategies have a problem with manual buy/sell actions. You're right, the rsi strategy (and others) won't act on anything if their trade "memory" isn't probably set.
Those settings are necessary though they should get fixed.
So if I was to run this bot at anytime when the RSI is above oversold_rsi, if that stock reaches overbought_rsi, this bot will not sell. It seems to depend on having BOUGHT earlier but it tries to sell. I think this is an un-necessary requirement and should always sell regardess of whether:
's.trend == 'long' '
The text was updated successfully, but these errors were encountered: