Please give me a clue what does the strategy do?
#1
Hi Gekko users

Please help me understand what does this strategy do? What is SMA_long = 1000? SMA_short = 50? etc..


SMA_long = 1000
SMA_short = 50

# SMA Trends
SMA_long = 1000
SMA_short = 50

# BULL
BULL_RSI = 10
BULL_RSI_high = 80
BULL_RSI_low = 60

# BEAR
BEAR_RSI = 15
BEAR_RSI_high = 50
BEAR_RSI_low = 20

# BULL/BEAR is defined by the longer SMA trends
# if SHORT over LONG = BULL
# if SHORT under LONG = BEAR



Thank you for help
  Reply


Messages In This Thread
Please give me a clue what does the strategy do? - by Alex.P - 09-30-2019, 03:01 PM

Forum Jump:


Users browsing this thread: