Updated INDICATORS.properties (markdown)

taniman 2017-11-23 01:43:13 +01:00
parent 6bed1d19f8
commit 0899b3ebe6
1 changed files with 1 additions and 22 deletions

@ -1,22 +1 @@
# Bollinger Bands Strategy
Define the period (in seconds) used by all BB calculation of Standalone ProxyBot **(No effect on GB)**
`BB_period = 300`
Define the SMA time frame (in candles) used by all BB calculations of Standalone ProxyBot **(No effect on GB)**
`BB_sma = 12`
# Simple Moving Average Strategy
Define the period (in seconds) used to calculate the SMA lines
`SMA_period = 300`
Define the SMA time frame (in candles) used to calculate the slow SMA line
`SMA_1 = 24`
Define the SMA time frame (in candles) used to calculate the fast SMA line
`SMA_2 = 12`
# Exponential Moving Average Strategy
Define the period (in seconds) used to calculate the EMA lines
`EMA_period = 300`
Define the EMA time frame (in candles) used to calculate the slow EMA line
`EMA_1 = 24`
Define the EMA time frame (in candles) used to calculate the fast EMA line
`EMA_2 = 12`
Moved to [New wiki](http://wiki.profittrailer.io/doku.php/indicators.properties)