mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-12 20:08:05 +00:00
16 lines
235 B
Plaintext
16 lines
235 B
Plaintext
; Timeframe & Price Source
|
|
InpUpperTimeframe=0
|
|
InpSourcePrice=1
|
|
; MA 1 Settings
|
|
InpPeriod1=8
|
|
InpMAType1=1
|
|
; MA 2 Settings
|
|
InpPeriod2=13
|
|
InpMAType2=1
|
|
; MA 3 Settings
|
|
InpPeriod3=21
|
|
InpMAType3=1
|
|
; MA 4 Settings
|
|
InpPeriod4=34
|
|
InpMAType4=1
|