summaryrefslogtreecommitdiff
path: root/services/strategy-engine/strategies/config/ema_crossover_strategy.yaml
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 16:16:03 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 16:16:03 +0900
commit99fb46f40619b7c7be1698419ed105252dae7cdd (patch)
tree54737a31d4b3101f8ee67a81752a9b0a1981c5a8 /services/strategy-engine/strategies/config/ema_crossover_strategy.yaml
parent380b8c079a9f92ece128ecccdff6c62fdef8f3b2 (diff)
feat(strategy): add EMA Crossover strategy
Diffstat (limited to 'services/strategy-engine/strategies/config/ema_crossover_strategy.yaml')
-rw-r--r--services/strategy-engine/strategies/config/ema_crossover_strategy.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/strategy-engine/strategies/config/ema_crossover_strategy.yaml b/services/strategy-engine/strategies/config/ema_crossover_strategy.yaml
new file mode 100644
index 0000000..6127e1a
--- /dev/null
+++ b/services/strategy-engine/strategies/config/ema_crossover_strategy.yaml
@@ -0,0 +1,3 @@
+short_period: 9
+long_period: 21
+quantity: "0.01"