M2 Conservative SOL 1.0
- Home
- Strategies
- M2 Conservative SOL 1.0
-
TVL
Past Month Return
-
Your Deposits
-
All-time Earned
-
Simulated Returns
Initial Investment
$10,000
Final Value
$101,566
Sharpe Ratio
3.671
Max Drawdown
15.75%
Entry:
buy if position size <= 0 and webhook_m2swing30 == 1 and ema(default_timeframe,5) crosses above ema(default_timeframe,20) and close(default_timeframe) > ema(default_timeframe,50) and close(default_timeframe) > ema(default_timeframe,100) and close(default_timeframe) > ema(default_timeframe,200) . and sell if position size >= 0 and webhook_m2swing30 == -1 and ema(default_timeframe,5) crosses below ema(default_timeframe,20) and close(default_timeframe) < ema(default_timeframe,50) and close(default_timeframe) < ema(default_timeframe,100) and close(default_timeframe) < ema(default_timeframe,200)
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)