PureBytes Links
Trading Reference Links
|
> Needless to say EL manual does not help a lot here.
Which Easy Language manual are you referring to? The "Omega Research Easy
Language Reference Guide" explains much of what you ask starting on page
150.
> I wish to set color, thickness of the line, and other properties in the
> EL so that I don't have to do it manualy for each chart.
>
> At this time i only used
> Plot1(Value1, "name", color)
>From the manual: PlotN(Expression, "<PlotName>", ForeColor, BackColor,
Width)
> I would also like to set
> - Width
> - Type of Line
> - Style of Line
Type and style can be set in the indicator properties when you create the
indicator.
> Also, is there a way to specify the position of the indicator (graph #1,
> #2...) and scaling (same as symbol...)
When plotting the indicator select the subgraph from the properties tab.
> I understand that it is not possible to modify this "custom colored"
indicator
> other than through EL but that is fine with me.
>
> I am open to any suggestions if you know of a better way to accomplish
this
>
> Thanks,
>
> Lee
>
|