mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-19 07:18:07 +00:00
refactor(indicators): indicator_level
This commit is contained in:
@@ -11,10 +11,8 @@
|
|||||||
#property indicator_plots 1
|
#property indicator_plots 1
|
||||||
#property indicator_type1 DRAW_HISTOGRAM
|
#property indicator_type1 DRAW_HISTOGRAM
|
||||||
#property indicator_color1 clrSilver
|
#property indicator_color1 clrSilver
|
||||||
#property indicator_width1 2
|
#property indicator_width1 1
|
||||||
#property indicator_label1 "RSI Oscillator"
|
#property indicator_label1 "RSI Oscillator"
|
||||||
#property indicator_level1 0.0
|
|
||||||
#property indicator_levelstyle STYLE_DOT
|
|
||||||
|
|
||||||
#include <MyIncludes\RSI_Pro_Calculator.mqh>
|
#include <MyIncludes\RSI_Pro_Calculator.mqh>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user