Forum

Drawing candlestick charts from csv file

Hi all, few months ago , I came across an article on mql5 which was showing how you can use binance API to show crypto candlestick charts on mt5, I have been trying to find that article but can't find it , tried the search box with different keywords but still can't find it. If anyone knows about

Candle sticks with custom data ?

I was wondering if there is a way to draw candlesticks or bars from custom data like csv file or API feed ? I know there 2 ways to draw them using histogram like heikenashi candles indicator , or drawing small trend lines with thicker width from open to close price and trend line with thinner width

Webdings code

Hello. is there any easier way to find which text will create what webding element ? like there is a chart for wingdings , but i didnt find any such chart for webdings, all i found was a chart with Dec and hex equivalent of webding element thanks

BitMap Label not working

Hello I am trying to Create a bitmap label but its not working , i checked the object list on chart (CTRL+b) i can see that it created a label but the image isnt visible on chart. Here is the code : string name = "label 1" ; ObjectCreate ( 0 ,name, OBJ_BITMAP_LABEL , 0 , 0 , 0 );