02-14-2018, 05:39 PM
Hello Tommie,
Can you please explain these variables, I am testing but the result (buy and sell) is not according to my expectations.
Thank you and I am sorry for the noob question :/
# 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
# ADX
ADX = 3
ADX_high = 70
ADX_low = 50
Can you please explain these variables, I am testing but the result (buy and sell) is not according to my expectations.
Thank you and I am sorry for the noob question :/
# 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
# ADX
ADX = 3
ADX_high = 70
ADX_low = 50