Lost Trader
10-24-2007, 10:13 AM
I follow a Channeling strategy, it appears that NT cannot handle Channels.
Basically I draw trendlines (TL) & parallel TL (= Channels) all day. So this function needs to be fast and adjustable.
I need to update TL properties to include not just color, width & style (which you have) but also from the properties:
turn extensions (off, right, left, both)
Make a parallel line (make a Channel). The parallel line ALWAYS has the slope/characteristics of the original line and is simply moved up or down for placement.
Enable/Disable a TL alert (if price crosses the TL)Ideally, I can define via code the width of the Channels between intial drawing points, however, manual moving the parallel line is acceptable.
I'd like the extension end to be separate from the two points that define slope (in other words) extension shoiuld not always be infinite -- the charts become to cluttered to be readable).
Are TLs considered an indicator? How do I customize?
And can you provide me with the starting code for drawing lines & rays if these needed enhancements will not be in v6.5?
Thanks!
Basically I draw trendlines (TL) & parallel TL (= Channels) all day. So this function needs to be fast and adjustable.
I need to update TL properties to include not just color, width & style (which you have) but also from the properties:
turn extensions (off, right, left, both)
Make a parallel line (make a Channel). The parallel line ALWAYS has the slope/characteristics of the original line and is simply moved up or down for placement.
Enable/Disable a TL alert (if price crosses the TL)Ideally, I can define via code the width of the Channels between intial drawing points, however, manual moving the parallel line is acceptable.
I'd like the extension end to be separate from the two points that define slope (in other words) extension shoiuld not always be infinite -- the charts become to cluttered to be readable).
Are TLs considered an indicator? How do I customize?
And can you provide me with the starting code for drawing lines & rays if these needed enhancements will not be in v6.5?
Thanks!