mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-26 10:48:05 +00:00
refactor(indicators): indicator_minimum,maximum
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
#property indicator_level6 -60.0
|
#property indicator_level6 -60.0
|
||||||
#property indicator_level7 -80.0
|
#property indicator_level7 -80.0
|
||||||
#property indicator_levelstyle STYLE_DOT
|
#property indicator_levelstyle STYLE_DOT
|
||||||
|
#property indicator_minimum -100.0
|
||||||
|
#property indicator_maximum 100.0
|
||||||
|
|
||||||
//--- Plot 1: SMI line
|
//--- Plot 1: SMI line
|
||||||
#property indicator_label1 "SMI"
|
#property indicator_label1 "SMI"
|
||||||
|
|||||||
Reference in New Issue
Block a user