Disliked{quote} And how is the indicator supposed to plot a horizontal line if it doesn't get the price? At which price should the indicator plot this horizontal line? If you don't want to input the price manually, you need to tell me how the indicator will get the price of the horizontal line. A horizontal line plotted from a specific time to another specific time needs these parameters: 1. datetime time1 2. datetime time2 3. double price2 4. double price2 Even if price1 = price2, we still need those 4 parameters, because we must use OBJ_TREND for this....Ignored
I get you. Is it possible to use of the high of the candle price at that specific Time to Draw the Line. I assume Point B I can extend based on the Time I define.
Regards