m2 v1.0 SOL

-
TVL
Past Month Return
-
Your Deposits
-
All-time Earned
-

Simulated Returns

Initial Investment
$10,000
Final Value
$90,706
Sharpe Ratio
3.29
Max Drawdown
17.36%
Entry:
buy if 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 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)