This is #backtesting, not financial advice.
SHORT strategy on #ETH from 9. August until today.
SELL ETH:
When the SRSI fast crosses below the SRSI slow
AND
The SRSI fast > 65
AND
EMA (10, 1h) < EMA (20, 1H)
CLOSE:
Trailing Stop of 1.2%
OR
Trailing Take profit (1%, 0%)
#trading#Automated
Let the successful trades run. Kill the unsuccessful ones as soon as possible.
At a time when BTC was going down, the balance is still in the profit zone.
@SJosephBurns The result is an if-then statement:
a = amount of tap water
b = drain pipe to 3
c = drain pipe to 2
d = b+c
if a > d:
print("1")
else:
print("3")