Who can help me ?

 
Two buffers indicator give me price target wich marchet must hit,sun or a later.Sometimes market price dont hit my buffer target. Loking to back ,how can i fund which buffer was hit and wich was not by the price? How to put this in a code mql4? Eny of ideea? I now the mql4 language but i dont now how to start in this mater.
 
Ginga Remus Iulian:
Two buffers indicator give me price target wich marchet must hit,sun or a later.Sometimes market price dont hit my buffer target. Loking to back ,how can i fund which buffer was hit and wich was not by the price? How to put this in a code mql4? Eny of ideea? I now the mql4 language but i dont now how to start in this mater.

Hi,

You can check them on the previous bars.
https://docs.mql4.com/series

Good luck.

Timeseries and Indicators Access - MQL4 Reference
Timeseries and Indicators Access - MQL4 Reference
  • docs.mql4.com
These are functions for working with timeseries and indicators. A timeseries differs from the usual data array by its reverse ordering - elements of timeseries are indexed from the end of an array to its begin (from the most recent data to the oldest ones). To copy the time-series values and indicator data, it's recommended to use dynamic...
 

Ok,but how to check if price hit or not that target buffer  in the past?