Request: To be able to draw indicators on charts for future position (pos-n)

 
Hi

I have developed code that attempts to predict the future price. It is fairly accurate.
What I would like is to be able to see this visually.

I was wondering if the MetaQuotes system could be changed to allow writing to positive positions, i.e. future dates.

At the moment, the current position is 0. The previous bar is 1, etc. How about allowing -1 to be the next bar in the future. -2 is two bars in the future from the current price, etc

Thank you
 
You can use SetIndexShift ("MQL4: SetIndexShift") function.
Read also article "MQL4: Features of Custom Indicators Creation"
Reason: