- ago
1. Able to save offline mode (next WL launch will remember to stay off). Using IB and each time I do backtesting it launches IB program unless I remember to set File > "Offline Mode".

2. Drawline function: add thickness argument (be able to emphasize certain indicators over others, like in WL6).

3. DrawDot function: add an argument to select front or behind (like in WL6). The circle hides vital info, like the bars.

Thanks!
3
543
Solved
7 Replies

Reply

Bookmark

Sort
- ago
#1
Please do not group unrelated ideas in a single topic under a quite undescriptive title "Usability Feature Req".

Preserving offline mode is discussed here: https://www.wealth-lab.com/Discussion/I-would-like-WL7-to-remember-cursor-type-crosshair-vertical-line-and-Offline-Mode-flag-between-sessions-6140

See reply below for DrawLine.

What's left is DrawDot customization so I've renamed the topic to reflect the gist.
0
- ago
#2
QUOTE:
2. Drawline function: add thickness argument (be able to emphasize certain indicators over others, like in WL6).

DrawLine method does have a lineWidth parameter. Have you checked the QuickRef?
0
- ago
#3
Will keep that in mind.

Any chance to add thickness argument to PlotTimeSeries/PlotBarHistory?
0
- ago
#4
Re: PlotTimeSeries. The plotStyle parameter accepts an instance of PlotStyles as an argument which could take PlotStyles.ThickLine/ThickHistogram as its value. Would this do the trick?
0
- ago
#5
Tried that. The regular line is already thick. The Thickline is overly thick.
0
Glitch8
 ( 7.81% )
- ago
#6
Try PlotTimeSeriesLine.
1
Best Answer
- ago
#7
QUOTE:
3. DrawDot function: add an argument to select front or behind (like in WL6). The circle hides vital info, like the bars.

We already have a "behindBars" request with a broad scope bool BehindBars Parameter for Drawn Objects so this one gets satisfied with said request (if accepted). Removing the #FR tag from this duplicate request.
0

Reply

Bookmark

Sort