Prevent unintended LaTeX rendering

This commit is contained in:
Leif Segen 2020-11-26 19:38:20 -06:00 committed by GitHub
parent dddbc799f9
commit fce31447ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ For example, simplified math:
* the stop loss would get triggered once the asset drops below 90$
* assuming the asset now increases to 102$
* the stop loss will now be -2% of 102$ = 99.96$ (99.96$ stop loss will be locked in and will follow asset price increasements with -2%)
* now the asset drops in value to 101$, the stop loss will still be 99.96$ and would trigger at 99.96$
* <span class="mathjax_ignore">now the asset drops in value to 101$, the stop loss will still be 99.96$ and would trigger at 99.96$</span>
The 0.02 would translate to a -2% stop loss.
Before this, `stoploss` is used for the trailing stoploss.