show info of candlestick as label based on selected candlesticks

#1
Hi Friends,

Looking for following code snippet of Amibroker AFL

Assume, i selected a candlestick by right click on chart & based on selection of candlestick
a) plot a shape on either top/bottom of candlestick
b) show Date(dd-mm-yyyy), high,low,open,close values as a label on chart
 
Last edited:

colion

Active Member
#3
Hi Friends,

Looking for following code snippet of Amibroker AFL

Assume, i selected a candlestick by right click on chart & based on selection of candlestick
a) plot a shape on either top/bottom of candlestick
b) show Date(dd-mm-yyyy), high,low,open,close values as a label on chart
You can do a with the PlotShapes(...) function and b with the Title variable. Both are described in detail with examples in the Users Manual.