File tree Expand file tree Collapse file tree 6 files changed +208
-6
lines changed
Expand file tree Collapse file tree 6 files changed +208
-6
lines changed Original file line number Diff line number Diff line change 1- <!-- Default (FF Brackets).tpl -->
1+ <!--
2+ Default + preFF Brackets +
3+ Donchian Channel(30) Width (hidden)
4+ -->
25
36<chart>
47symbol= GBPUSD
@@ -39,7 +42,8 @@ askline_color=11823615
3942stops_color= 17919
4043
4144<window>
42- height= 300
45+ height= 5000
46+ fixed_height= 0
4347
4448<indicator>
4549name= main
@@ -125,6 +129,22 @@ AutoConfiguration=0
125129period_flags= 7
126130show_data= 0
127131</indicator>
132+ </window>
128133
134+ <window>
135+ height= 1
136+ fixed_height= 0
137+ <indicator>
138+ name= Custom Indicator
139+ <expert>
140+ name= Donchian Channel Width
141+ flags= 339
142+ window_num= 1
143+ <inputs>
144+ Donchian.Periods = 30
145+ </inputs>
146+ </expert>
147+ show_data= 1
148+ </indicator>
129149</window>
130150</chart>
Original file line number Diff line number Diff line change 1- <!-- Default (US Brackets).tpl -->
1+ <!--
2+ Default + preUS Brackets
3+ -->
24
35<chart>
46symbol= GBPUSD
Original file line number Diff line number Diff line change 1+ <!--
2+ ZigZag(30) + Donchian Channel Width
3+ -->
4+
5+ <chart>
6+ symbol= GBPUSD
7+ period= 60
8+ digits= 5
9+
10+ leftpos= 9229
11+ scale= 2
12+ graph= 0
13+ fore= 0
14+ grid= 0
15+ volume= 0
16+ ohlc= 0
17+ askline= 0
18+ days= 0
19+ descriptions= 1
20+ scroll= 1
21+ shift= 1
22+ shift_size= 10
23+
24+ fixed_pos= 620
25+ window_left= 0
26+ window_top= 0
27+ window_right= 1292
28+ window_bottom= 812
29+ window_type= 3
30+
31+ background_color= 16316664
32+ foreground_color= 0
33+ barup_color= 30720
34+ bardown_color= 210
35+ bullcandle_color= 30720
36+ bearcandle_color= 210
37+ chartline_color= 11119017
38+ volumes_color= 30720
39+ grid_color= 14474460
40+ askline_color= 11823615
41+ stops_color= 17919
42+
43+ <window>
44+ height= 5000
45+ fixed_height= 0
46+
47+ <indicator>
48+ name= main
49+ </indicator>
50+
51+ <indicator>
52+ name= Custom Indicator
53+ <expert>
54+ name= Grid
55+ flags= 347
56+ window_num= 0
57+ </expert>
58+ show_data= 0
59+ </indicator>
60+
61+ <indicator>
62+ name= Custom Indicator
63+ <expert>
64+ name= ChartInfos
65+ flags= 347
66+ window_num= 0
67+ </expert>
68+ show_data= 0
69+ </indicator>
70+
71+ <indicator>
72+ name= Custom Indicator
73+ <expert>
74+ name= SuperBars
75+ flags= 339
76+ window_num= 0
77+ </expert>
78+ show_data= 0
79+ </indicator>
80+
81+ <indicator>
82+ name= Custom Indicator
83+ <expert>
84+ name= Inside Bars
85+ flags= 339
86+ window_num= 0
87+ <inputs>
88+ Timeframe= H1
89+ NumberOfInsideBars= 3
90+ </inputs>
91+ </expert>
92+ period_flags= 3
93+ show_data= 0
94+ </indicator>
95+
96+ <indicator>
97+ name= Custom Indicator
98+ <expert>
99+ name= Moving Average
100+ flags= 339
101+ <inputs>
102+ MA.Method = SMA | LWMA | EMA* | SMMA | ALMA
103+ MA.Periods = 144
104+ MA.Periods.Step = 56
105+ Draw.Type = Line* | Dot
106+ Draw.Width = 3
107+ UpTrend.Color = 65535
108+ DownTrend.Color = 65535
109+ Background.Color = 11119017
110+ ShowChartLegend= 1
111+ AutoConfiguration= 0
112+ </inputs>
113+ </expert>
114+ show_data= 1
115+ </indicator>
116+
117+ <indicator>
118+ name= Custom Indicator
119+ <expert>
120+ name= ZigZag
121+ flags= 339
122+ window_num= 0
123+ <inputs>
124+ ZigZag.Periods = 50
125+ ZigZag.Type = Lines* | Semaphores
126+ ZigZag.Width = 0
127+ ZigZag.Color = 16711935
128+ Donchian.ShowChannel = 1
129+ Donchian.Channel.UpperColor = 16711680
130+ Donchian.Channel.LowerColor = 255
131+ Donchian.ShowCrossings = off | first* | all
132+ Donchian.Crossing.Width = 2
133+ Signal.onReversal = 1
134+ </inputs>
135+ </expert>
136+ show_data= 1
137+ </indicator>
138+
139+ <indicator>
140+ name= Custom Indicator
141+ <expert>
142+ name= ZigZag
143+ flags= 339
144+ window_num= 0
145+ <inputs>
146+ ZigZag.Periods = 30
147+ ZigZag.Width = 0
148+ Donchian.ShowChannel = 1
149+ Donchian.Channel.UpperColor = 16711680
150+ Donchian.Channel.LowerColor = 16711935
151+ Donchian.ShowCrossings = off | first* | all
152+ Donchian.Crossing.Symbol = dot* | narrow-ring | ring | bold-ring
153+ Donchian.Crossing.Width = 1
154+ Signal.onReversal = 1
155+ Signal.onBreakout = 0
156+ Sound.onChannelWidening = 1
157+ </inputs>
158+ </expert>
159+ style_2= 2
160+ style_3= 2
161+ color_6= 4294967295
162+ color_7= 4294967295
163+ show_data= 1
164+ </indicator>
165+ </window>
166+
167+ <window>
168+ height= 1
169+ fixed_height= 0
170+ <indicator>
171+ name= Custom Indicator
172+ <expert>
173+ name= Donchian Channel Width
174+ flags= 339
175+ window_num= 1
176+ <inputs>
177+ Donchian.Periods = 30
178+ </inputs>
179+ </expert>
180+ show_data= 1
181+ </indicator>
182+ </window>
183+ </chart>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -180,10 +180,7 @@ VScale.Unit=price* | bps-price | bps-adr
180180AutoConfiguration= 0
181181</inputs>
182182</expert>
183- min= -60
184- max= 60
185183show_data= 1
186184</indicator>
187185</window>
188-
189186</chart>
You can’t perform that action at this time.
0 commit comments