I have a strategy that uses StopPlots(). It works fine, but the Red Stop Dots are tiny. Is there any way to increase the dots (IntWidth)?
Size:
Color:
As per the QuickRef, plotted stop and limit orders will appear as small colored dots on the chart. But an overload for customizable dot size won't hurt so I'll try to file an enhancement request. Meanwhile you can implement own plotted stops e.g. with DrawCircle.
Size:
Color:
QUOTE:
As per the QuickRef, plotted stop and limit orders will appear as small colored dots on the chart. But an overload for customizable dot size won't hurt so I'll try to file an enhancement request.
Rather than overloading the PlotStops() method, it would be better to simply have a Wealth-Lab preference setting that governs their size for the entire program.
But honestly, if you just made them slightly bigger, say a 3x2 pixel triangle, that would be sufficient. A 1x1 pixel size with today's hi-res monitors just isn't enough.
I'm running WL 6.9.15.0, but this new change hasn't been included it this latest release. Do you have any idea when it might be included?
Size:
Color:
While I like both ideas (exposing this as a global preference or as an overload), I don't know this were considered by Fidelity or not. It's on our list of enhancement requests. Honestly, it's easier to roll out your own bigger PlotStops() with DrawCircle() than wait.
Size:
Color:
Instead of DrawCircle, I'd opt for using DrawImage with a 3x3 pixel bmp.
Size:
Color:
QUOTE:
While I like both ideas (exposing this as a global preference or as an overload), I don't know this were considered by Fidelity or not. It's on our list of enhancement requests.
I just installed WLP 6.9.18, and it doesn't have a larger plotstops indicator.
I wouldn't spend too much development time on this feature. Simply double the size of the current plotstops indicator (which should be quick and easy) and call it done. Hopefully this enhancement can come out in the next release.
Size:
Color:
It's not on the todo list. So I just have to reiterate:
Honestly, it's easier to roll out your own bigger PlotStops() with DrawCircle() than wait.
Size:
Color: