SDM Chart Layout Language
A Chart is composed out of one or several Windows.
The First/Main Window (Window1) usually display the price and price related
indicators (Moving Avg etc.).
You can add up to 19 Windows below the main window, to display other indicators.
Her si an example from the CCITrd.sdc file:
[Window1]
Title=Price
Size=60
Attr=IncModulo:Default|NoGrid
Overlay1=Price|Candle
Overlay2=$TxtLong|TxtDown|Olive
[Window2]
Title=CCI
Size=30
Attr=AxisMax:150|AxisMin:-150|NoGrid
Overlay1=$CCIRaw|Line|SmartColor(100,-100)|1
Overlay2=$CCI|Line|SmartColor(100,-100)|3
Overlay3=Line(100)|Line|Grid|1
Overlay4=Line(-100)|Line|Grid|1
[Window3]
Title=Signal
Size=30
Attr=AxisMax:100|AxisMin:0|NoGrid|IncModulo:50|AbsVal
Overlay1=WarmupStatus|Line|SmartColor(0)|3
Overlay2=Line(0)|Line|Grid|1
Each window is identified by the Section Header [Window{n}]
were {n} is the Window Number.
The Sections dont have to be in any order, to temporarily disable a Windows
change the
[Window{n}]
section header to [xWindwos{n}]
The following details can be specified in each Window Section:
| Title | Title displayed for this Window (optional, if not defined the name of first Overlay is used) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Size | Height of the Window in relative units, In this example the price window is double the height of the indicator windows: Total units = 120 (60+30+30), Window1=50%, Window2=25%, Window3=25% |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Attr | Window Attrributes:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Overlay{n} | Define the actual indicators the window
displays/overlays on top of each other: {Value}|Type|Color|Width
|
© Copyright 1998-2003, Burkhard Eichberger,
Professional Software Solutions
All Rights Reserved Worldwide.