mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 03:33:55 +00:00
Improve wording in formula
This commit is contained in:
parent
1b5cb3427e
commit
48750b0ef8
|
@ -93,11 +93,11 @@ $$ R = \frac{\text{potential_profit}}{\text{potential_loss}} $$
|
||||||
\end{aligned}$
|
\end{aligned}$
|
||||||
|
|
||||||
Since the price might go to $0, the $100 dollars invested could turn into 0.
|
Since the price might go to $0, the $100 dollars invested could turn into 0.
|
||||||
|
|
||||||
We do however use a stoploss of 15% - so in the worst case, we'll sell 15% below entry price (or at 8.5).
|
We do however use a stoploss of 15% - so in the worst case, we'll sell 15% below entry price (or at 8.5).
|
||||||
|
|
||||||
$\begin{aligned}
|
$\begin{aligned}
|
||||||
\text{risk} &= (\text{entry_price} - \text{stoploss}) * \text{investment} \\
|
\text{potential_loss} &= (\text{entry_price} - \text{stoploss}) * \text{investment} \\
|
||||||
&= (10 - (10 * (1 - 0.15))) * 100\\
|
&= (10 - (10 * (1 - 0.15))) * 100\\
|
||||||
&= 150
|
&= 150
|
||||||
\end{aligned}$
|
\end{aligned}$
|
||||||
|
|
Loading…
Reference in New Issue
Block a user