I would like to reference lines on some of my charts. For example if I was making a strategy based on Momentum it would be helpful to have a line at zero momentum as a reference on every chart for that strategy.
Rename
Blocks don't have these customizations available, but whenever you need to see it, just drag and drop a Horizontal Line, double click and change it's value to precisely 0. The line will be remembered for the indicator pane on a by-Symbol/Scale basis.
You can do all the customizations you want with C# Coded strategies. See DrawHorzLine().
You can do all the customizations you want with C# Coded strategies. See DrawHorzLine().
Your Response
Post
Edit Post
Login is required