EA needs to draw a symbol and/or line based on a OnTick()

 
hi there!

can someone please give me a clue from where to start learning about graphical objects ?

to detect market acumulation, i have developed a function based on iStdDev(). 

everytime this function is executed i would like to draw a small line above and under the candlestick based on current price. i also want to draw an symbol !

what are the classes and libraries i have to look ?

regards

mrc
 
Documentation on MQL5: Standard Library / Classes for Graphic Objects
Documentation on MQL5: Standard Library / Classes for Graphic Objects
  • www.mql5.com
Standard Library / Classes for Graphic Objects - Reference on algorithmic/automated trading language for MetaTrader 5
 
angevoyageur:
See documentation : https://www.mql5.com/en/docs/objects
Thank you