I don't know how you guys found that document already, but for the benefit of others, we're talking about
MS123 Drawing Tools (coming soon!)Answers:
yes, same as for other Fib drawing tools
yes, same as for other Fib drawing tools
yes, same as for other Fib drawing tools
no, but anything is possible. Why would you clone it? (You can move the drawing.)
yes, you can put/move the handles of waves 1 (A-B) and 2 (B-C) wherever you want
no, that's a chart limitation since a drawing object handle must be associated with a bar.
not yet, but thanks for mentioning that. I'm not sure how it would be possible yet. The WealthScript
TrendLineValue function would work for cubic spline tool too because it's derived from the Line-based drawing tool, but obviously that straight line calculation (between the end points) wouldn't provide the correct result. We'll have to think about it, but I'm happy to share the class on which the calculations are based.
This class will be available in the WealthLab.Drawing.MS123 namespace for easy access. (Note: I made
x an array of integers instead of floats to make it easier to pass an array of bar numbers. The y double[] array contains the values of the spline points at each bar. )
CODE:
Please log in to see this code.