Stoch.RSI+RSI+DoubleStrategy+CMWilliamsVixFix+MFI by Bezzus
By Bezzus
Performance Metrics
- Author: Bezzus
- Symbol: HITBTC:BTCUSD
- Timeframe: 1 day
- Net P&L: −1,917.05 USD (−1.62%)
- Win Rate: 66.7%
- Profit Factor: 0.282
- Max Drawdown: 19,302.85 USD (19.27%)
- Total Trades: 3
- Sharpe Ratio: −0.125
Description
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //// STOCHASTIC_RSI+RSI+DOUBLE_STRATEGY+CM_WILLIAMS_VIX_FIX+MFI //////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// This is a simple combination of integrated and published scripts, useful // if you don't have a PRO account and want to bypass the 3 indicators limit. // It's quite similar to my previously published script. The only exception is// Money Flow Index that now replaces Directional Movement Index. RSI,// Stoch.RSI and MFI combination is a good way to identify oversold and// overbought conditions and possible trend reversals, and to avoid false // signals often provided by each of these 3 indicators, individually considered.// CM_Williams_Vix_Fix provides further informations useful as a supplement// to RSI-Stoch.RSI-MFI analysis, especially to find market bottoms.// This script includes:// 1) Stoch.RSI// 2) Relative strenght index (RSI)// 3) Stochastic + RSI, Double Strategy (by ChartArt)// 4) CM_Williams_Vix_Fix Finds Market Bottoms (by ChrisMoody)// 5) Monetary Flow Index (MFI)// For more details about 3) and 4) check the original scripts.