Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylin1 committed Aug 20, 2022
1 parent f1a967f commit a42f35b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Strategy/STRATEGY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ The RSI strategy relies on the Relative Strength Index (RSI), which measures the
In RSI strategy, a market is oversold when the RSI is under 30, where a buy signal is generated if there is no current holding. On the other hand, a market is overbought when the RSI is above 70, where a sell signal is generated if there is current holding (Figure 1). A 80/20 RSI pair is also commonly used.

<figure>

<div align="center">
<img src="../imgs/RSI.png" style="width:60%"/>
<figcaption align = "center">Figure 1: RSI strategy. A buy signal is triggered when the RSI is below 30 (oversold level), and a sell signal is triggered when the RSI is above 70 (overbought level). (Image courtesy to Investopedia)</figcaption>
</div>
<p align = "center">Figure 1: RSI strategy. A buy signal is triggered when the RSI is below 30 (oversold level), and a sell signal is triggered when the RSI is above 70 (overbought level). (Image courtesy to Investopedia)</p>

</figure>

Expand Down

0 comments on commit a42f35b

Please sign in to comment.