Hello
I’m trying (trying is the key word) to write an EFS file and here is what it’s suppose to do.
Using the 10 moving average, getting the value of the current bar of the 10 moving average and getting the value of one bar ago of the 10 moving average and drawing a line between the two values and extend it to the right, preserving the angle of the line or the trendline.
Or in another word drawing a trendline between the current and the last value of the 10 moving average, yet persevering the angle of the trendline.
Using drawlinerelative you lose the angle of the line since you have to define the end of the line or maybe I’m wrong and there is another way of doing it.
Or Extending the Moving average to the right base on the current and last value of the moving average.
Thank you
Ketoma
I’m trying (trying is the key word) to write an EFS file and here is what it’s suppose to do.
Using the 10 moving average, getting the value of the current bar of the 10 moving average and getting the value of one bar ago of the 10 moving average and drawing a line between the two values and extend it to the right, preserving the angle of the line or the trendline.
Or in another word drawing a trendline between the current and the last value of the 10 moving average, yet persevering the angle of the trendline.
Using drawlinerelative you lose the angle of the line since you have to define the end of the line or maybe I’m wrong and there is another way of doing it.
Or Extending the Moving average to the right base on the current and last value of the moving average.
Thank you
Ketoma
Comment