mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-22 16:58:07 +00:00
refactor(indicatgors): indicator_width
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#property indicator_type1 DRAW_LINE
|
#property indicator_type1 DRAW_LINE
|
||||||
#property indicator_color1 clrMediumOrchid
|
#property indicator_color1 clrMediumOrchid
|
||||||
#property indicator_style1 STYLE_SOLID
|
#property indicator_style1 STYLE_SOLID
|
||||||
#property indicator_width1 2
|
#property indicator_width1 1
|
||||||
#property indicator_label1 "VIDYA (RSI)"
|
#property indicator_label1 "VIDYA (RSI)"
|
||||||
|
|
||||||
#include <MyIncludes\VIDYA_RSI_Calculator.mqh>
|
#include <MyIncludes\VIDYA_RSI_Calculator.mqh>
|
||||||
|
|||||||
Reference in New Issue
Block a user