diff --git a/money_management/oscarsgrind/exmachina_oscarsgrind.xml b/money_management/oscarsgrind/exmachina_oscarsgrind.xml index fe47364..a035ad4 100644 --- a/money_management/oscarsgrind/exmachina_oscarsgrind.xml +++ b/money_management/oscarsgrind/exmachina_oscarsgrind.xml @@ -1,5 +1,189 @@ - - - https://gist.githubusercontent.com/binary-ex-machina/537d0812b15b4eb1280a8a0061ad1549/raw/851fe6b6fb218286d48848e57477e19a82c7d0da/exmachina-oscarsgrind.xml +``` + + + Hybrid Trend Following & Oscar Grind Bot + Combines trend following with Oscar Grind strategy + + + + + + + + + + + + + + + sma + short_ma + + + sma + long_ma + + + ema + ema_period + + + rsi + rsi_period + + + stochastic + stoch_period + + + + + + short_ma + above + long_ma + + + ema + above + close + + + rsi + 30 + + + stoch + 20 + + + buy + 0.1 + leverage + + + + + short_ma + below + long_ma + + + ema + below + close + + + rsi + 70 + + + stoch + 80 + + + sell + 0.1 + leverage + + + +```Here's the combined code in the requested format: + +``` + + + Hybrid Trend Following & Oscar Grind Bot + Combines trend following with Oscar Grind strategy + + + + + + + + + + + + + + + sma + short_ma + + + sma + long_ma + + + ema + ema_period + + + rsi + rsi_period + + + stochastic + stoch_period + + + + + + short_ma + above + long_ma + + + ema + above + close + + + rsi + 30 + + + stoch + 20 + + + buy + 0.1 + leverage + + + + + short_ma + below + long_ma + + + ema + below + close + + + rsi + 70 + + + stoch + 80 + + + sell + 0.1 + leverage + + + + + +```