====== Indicators options ====== ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Indicator options ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; The Generator uses the following options for composing new strategies. ; Randomize Moving Average Methods. ; When 'true', the Generator chooses between Simple, Exponential, Weighted and Smoothed. randomize_ma_method = false ; Maximum period generated by the Generator. Recommended: 50. Recommended max 200. max_indicator_period = 50 ; Shift of the Moving Average indicator. When it is enabled, the Generator may use shift. randomize_ma_shift = false ===== Notes ===== * ''randomize_ma_method'' affects Moving Average method selection when composing strategies. * ''max_indicator_period'' is limited internally to the range 10..1000. * ''randomize_ma_shift'' allows shifted Moving Average values when enabled.