forked from IDMComputerSolutions/wordfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amibroker.uew
executable file
·747 lines (746 loc) · 8.23 KB
/
amibroker.uew
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
/L9"AFL (Amibroker Formula Language)" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ File Extensions = afl
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> , .?
/Function String = "%function^([~^{]+)"
/Function String 1 = "%procedure^([~^{]+)"
/Indent Strings = "{"
/Unindent Strings = "}"
/C1"Logical"
AND
False
NOT
Null
OR
True
/C2"Flow of control, scope"
do
else
for
function
global
if
local
procedure
return
while
/C3"Preprocessor"
#include
#pragma
/C4"Built-in function"
ADLine
ADX
AMA
AMA2
ATR
AccDist
AddColumn
AddTextColumn
AddToComposite
AdvIssues
AdvVolume
AlertIf
ApplyStop
BBandBot
BBandTop
BarIndex
BarsSince
BeginValue
CCI
CategoryAddSymbol
CategoryGetName
CategoryGetSymbols
CategoryRemoveSymbol
Chaikin
ClipboardGet
ClipboardSet
Correlation
CreateObject
CreateStaticObject
Cross
Cum
DEMA
Date
DateNum
DateTime
Day
DayOfWeek
DayOfYear
DecIssues
DecVolume
Divergence
EMA
EnableRotationalTrading
EnableScript
EnableTextOutput
EncodeColor
EndValue
Equity
ExRem
ExRemSpan
Flip
Foreign
FullName
GapDown
GapUp
GetBaseIndex
GetCategorySymbols
GetChartID
GetDatabaseName
GetExtraData
GetOption
GetRTData
GetScriptObject
GetTradingInterface
GroupID
HHV
HHVBars
Highest
HighestBars
HighestSince
HighestSinceBars
Hold
Hour
IIf
InWatchList
IndustryID
Inside
Interval
IsContinuous
IsEmpty
IsFavorite
IsFinite
IsIndex
IsNan
IsNull
IsTrue
LLV
LLVBars
LastValue
LinRegIntercept
LinRegSlope
LineArray
LinearReg
Lowest
LowestBars
LowestSince
LowestSinceBars
MA
MACD
MDI
MFI
MarketID
Max
Median
Min
Minute
Month
NVI
Name
NoteGet
NoteSet
Now
NumToStr
Nz
OBV
Optimize
OscP
OscV
Outside
PDI
PVI
Param
ParamColor
ParamDate
ParamField
ParamList
ParamStr
ParamStyle
ParamTime
ParamToggle
ParamTrigger
Peak
PeakBars
Percentile
Plot
PlotForeign
PlotGrid
PlotOHLC
PlotShapes
PlotVAPOverlay
Prec
Prefs
RMI
ROC
RSI
RSIa
RWI
RWIHi
RWILo
Random
Ref
RelStrength
RestorePriceArrays
SAR
Second
SectorID
SelectedValue
SetBarsRequired
SetChartOptions
SetForeign
SetFormulaName
SetOption
SetTradeDelays
Signal
StDev
StaticVarGet
StaticVarGetText
StaticVarSet
StaticVarSetText
Status
StdErr
StochD
StochK
StrExtract
StrFind
StrFormat
StrLeft
StrLen
StrMid
StrRight
StrToNum
Study
Sum
TEMA
TSF
TimeFrameCompress
TimeFrameExpand
TimeFrameGetPrice
TimeFrameRestore
TimeFrameSet
TimeNum
Trin
Trix
Trough
TroughBars
Ultimate
UncIssues
UncVolume
ValueWhen
VarGet
VarSet
Version
WMA
Wilders
WriteIf
WriteVal
Year
Zig
_DEFAULT_NAME()
_N
_PARAM_VALUES
_SECTION_BEGIN()
_SECTION_END()
_SECTION_NAME()
_TRACE
abs
acos
atan
ceil
cos
exp
fclose
fdelete
feof
fgets
floor
fmkdir
fopen
fputs
frac
frmdir
int
log
log10
printf
round
sign
sin
sqrt
tan
/C5"Reserved variable"
Avg
BarCount
Buy
BuyPrice
C
Close
Column0
Column0Format
Column0Name
Column1
Column1Format
Column1Name
Column2
Column2Format
Column2Name
Column3
Column3Format
Column3Name
Column4
Column4Format
Column4Name
Column5
Column5Format
Column5Name
Column6
Column6Format
Column6Name
Column7
Column7Format
Column7Name
Column8
Column8Format
Column8Name
Column9
Column9Format
Column9Name
Column10
Column10Format
Column10Name
Column11
Column11Format
Column11Name
Column12
Column12Format
Column12Name
Column13
Column13Format
Column13Name
Column14
Column14Format
Column14Name
Column15
Column15Format
Column15Name
Column16
Column16Format
Column16Name
Column17
Column17Format
Column17Name
Column18
Column18Format
Column18Name
Column19
Column19Format
Column19Name
Column20
Column20Format
Column20Name
Column21
Column21Format
Column21Name
Column22
Column22Format
Column22Name
Column23
Column23Format
Column23Name
Column24
Column24Format
Column24Name
Column25
Column25Format
Column25Name
Column26
Column26Format
Column26Name
Column27
Column27Format
Column27Name
Column28
Column28Format
Column28Name
Column29
Column29Format
Column29Name
Cover
CoverPrice
Exclude
Filter
Graph0
Graph0BarColor
Graph0Color
Graph0High
Graph0Low
Graph0Max
Graph0Min
Graph0Name
Graph0Open
Graph0Style
Graph1
Graph1BarColor
Graph1Color
Graph1High
Graph1Low
Graph1Max
Graph1Min
Graph1Name
Graph1Open
Graph1Style
Graph2
Graph2BarColor
Graph2Color
Graph2High
Graph2Low
Graph2Max
Graph2Min
Graph2Name
Graph2Open
Graph2Style
Graph3
Graph3BarColor
Graph3Color
Graph3High
Graph3Low
Graph3Max
Graph3Min
Graph3Name
Graph3Open
Graph3Style
Graph4
Graph4BarColor
Graph4Color
Graph4High
Graph4Low
Graph4Max
Graph4Min
Graph4Name
Graph4Open
Graph4Style
Graph5
Graph5BarColor
Graph5Color
Graph5High
Graph5Low
Graph5Max
Graph5Min
Graph5Name
Graph5Open
Graph5Style
Graph6
Graph6BarColor
Graph6Color
Graph6High
Graph6Low
Graph6Max
Graph6Min
Graph6Name
Graph6Open
Graph6Style
Graph7
Graph7BarColor
Graph7Color
Graph7High
Graph7Low
Graph7Max
Graph7Min
Graph7Name
Graph7Open
Graph7Style
Graph8
Graph8BarColor
Graph8Color
Graph8High
Graph8Low
Graph8Max
Graph8Min
Graph8Name
Graph8Open
Graph8Style
Graph9
Graph9BarColor
Graph9Color
Graph9High
Graph9Low
Graph9Max
Graph9Min
Graph9Name
Graph9Open
Graph9Style
Graph10
Graph10BarColor
Graph10Color
Graph10High
Graph10Low
Graph10Max
Graph10Min
Graph10Name
Graph10Open
Graph10Style
Graph11
Graph11BarColor
Graph11Color
Graph11High
Graph11Low
Graph11Max
Graph11Min
Graph11Name
Graph11Open
Graph11Style
Graph12
Graph12BarColor
Graph12Color
Graph12High
Graph12Low
Graph12Max
Graph12Min
Graph12Name
Graph12Open
Graph12Style
Graph13
Graph13BarColor
Graph13Color
Graph13High
Graph13Low
Graph13Max
Graph13Min
Graph13Name
Graph13Open
Graph13Style
Graph14
Graph14BarColor
Graph14Color
Graph14High
Graph14Low
Graph14Max
Graph14Min
Graph14Name
Graph14Open
Graph14Style
Graph15
Graph15BarColor
Graph15Color
Graph15High
Graph15Low
Graph15Max
Graph15Min
Graph15Name
Graph15Open
Graph15Style
Graph16
Graph16BarColor
Graph16Color
Graph16High
Graph16Low
Graph16Max
Graph16Min
Graph16Name
Graph16Open
Graph16Style
Graph17
Graph17BarColor
Graph17Color
Graph17High
Graph17Low
Graph17Max
Graph17Min
Graph17Name
Graph17Open
Graph17Style
Graph18
Graph18BarColor
Graph18Color
Graph18High
Graph18Low
Graph18Max
Graph18Min
Graph18Name
Graph18Open
Graph18Style
Graph19
Graph19BarColor
Graph19Color
Graph19High
Graph19Low
Graph19Max
Graph19Min
Graph19Name
Graph19Open
Graph19Style
GraphXSpace
GraphZOrder
H
High
L
Low
MarginDeposit
MaxGraph
NumColumns
O
OI
Open
OpenInt
PointValue
PositionScore
PositionSize
RoundLotSize
Sell
SellPrice
Short
ShortPrice
TickSize
Title
V
Volume
/C6"Built-in constant"
atcFlagCompositeGroup
atcFlagDefaults
atcFlagDeleteValues
atcFlagEnableInBacktest
atcFlagEnableInExplore
atcFlagResetValues
atcFlagTimeStamp
chartShowDates
categoryFavorite
categoryGroup
categoryIndex
categoryIndustry
categoryMarket
categorySector
categoryWatchlist
chartLogarithmic
chartShowArrows
colorAqua
colorBlack
colorBlue
colorBlueGrey
colorBrightGreen
colorBrown
colorCustom1
colorCustom10
colorCustom11
colorCustom12
colorCustom13
colorCustom14
colorCustom15
colorCustom16
colorCustom2
colorCustom3
colorCustom4
colorCustom5
colorCustom6
colorCustom7
colorCustom8
colorCustom9
colorCycle
colorDarkBlue
colorDarkGreen
colorDarkGrey
colorDarkOliveGreen
colorDarkRed
colorDarkTeal
colorDarkYellow
colorDefault
colorGold
colorGreen
colorGrey40
colorGrey50
colorIndigo
colorLavender
colorLightBlue
colorLightGrey
colorLightOrange
colorLightYellow
colorLime
colorOrange
colorPaleBlue
colorPaleGreen
colorPaleTurquoise
colorPink
colorPlum
colorRed
colorRose
colorSeaGreen
colorSkyblue
colorTan
colorTeal
colorTurquoise
colorViolet
colorWhite
colorYellow
compressHigh
compressLast
compressLow
compressOpen
compressVolume
expandFirst
expandLast
expandPoint
formatChar
formatDateTime
in15Minute
in1Minute
in5Minute
inDaily
inHourly
inMonthly
inWeekly
maskAll
maskDefault
maskHistogram
maskPrice
scoreNoRotate
shapeCircle
shapeDigit0
shapeDigit1
shapeDigit2
shapeDigit3
shapeDigit4
shapeDigit5
shapeDigit6
shapeDigit7
shapeDigit8
shapeDigit9
shapeDownArrow
shapeDownTriangle
shapeHollowCircle
shapeHollowDownArrow
shapeHollowDownTriangle
shapeHollowSmallCircle
shapeHollowSmallDownTriangle
shapeHollowSmallSquare
shapeHollowSmallUpTriangle
shapeHollowSquare
shapeHollowStar
shapeHollowUpArrow
shapeHollowUpTriangle
shapeNone
shapePositionAbove
shapeSmallCircle
shapeSmallDownTriangle
shapeSmallSquare
shapeSmallUpTriangle
shapeSquare
shapeStar
shapeUpArrow
shapeUpTriangle
styleArea
styleBar
styleCandle
styleDashed
styleDots
styleHidden
styleHistogram
styleLeftAxisScale
styleLine
styleNoDraw
styleNoLabel
styleNoLine
styleNoRescale
styleNoTitle
styleOwnScale
stylePointAndFigure
styleStaircase
styleSwingDots
styleThick
** $