Is it possible to always show trade lines connecting entries to exits? Currently my WL shows them when I hover over either and entry or exit but I would like to show them always, regardless of cursor location.
Rename
No, that's currently not possible, short of coding up the line drawing in the strategy code.
Fortunately, we have them as the DrawTradeLines method in WealthLab.Community:
https://github.com/LucidDion/WL8ExtensionDemos/blob/master/WL8ExtensionDemos/Components/CosmeticExtensions.cs
https://github.com/LucidDion/WL8ExtensionDemos/blob/master/WL8ExtensionDemos/Components/CosmeticExtensions.cs
Your Response
Post
Edit Post
Login is required