Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 339 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 339 Bytes

Crypto-bot

Terms

RSI (Relative Strength Index): momentum oscillator between 0 and 100. Overbought = 70 and oversold = 30.

Strategies

Strategy 1: RsiBasic Buy: if RSI < 30 Sell: if RSI > 70

Strategy 2: RsiParabolic Buy: if 1st RSI < 30 & 2nd RSI > 30 (parabola) Sell: if RSI > 70

Logs

TYPE PRICE BALANCE

B = BUY S = SELL