SOL short-term
- Home
- Strategies
- SOL short-term
-
TVL
Past Month Return
-
Your Deposits
-
All-time Earned
-
Simulated Returns
Initial Investment
$10,000
Final Value
$524,652
Sharpe Ratio
3.993
Max Drawdown
23.25%
Entry:
buy if webhook_m2swing30 == 1 and ema(default_timeframe,5) crosses above ema(default_timeframe,20) . and sell if webhook_m2swing30 == -1 and ema(default_timeframe,5) crosses below ema(default_timeframe,20)
Exit:
close position if loss is more than 5% . and close position if a long position opens and webhook_m2swing30 == -1 . and close position if a short position opens and webhook_m2swing30 == 1 . and close position if a long position opens and profit is more than 1% and ema(default_timeframe,5) is below ema(default_timeframe,20) . and close position if a short position opens and profit is more than 1% and ema(default_timeframe,5) is above ema(default_timeframe,20)