From 49575873f6563dd3a8e0e3d3a5211cbb22073e50 Mon Sep 17 00:00:00 2001 From: scammer06 <162290825+scammer06@users.noreply.github.com> Date: Sat, 24 Aug 2024 19:19:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=A2tanaka's=5Fbot.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oscarsgrind/exmachina_oscarsgrind.xml | 190 +++++++++++++++++- 1 file changed, 187 insertions(+), 3 deletions(-) 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 + + + + + +```