I want draw some Candles to the Right of the Chart on Future dates…with any random data or blank bars !
can any one help with afl code?
Thanks
I want draw some Candles to the Right of the Chart on Future dates…with any random data or blank bars !
can any one help with afl code?
Thanks
As per the above query use below AFL
_SECTION_BEGIN("Price"); SetChartOptions(0,chartShowArrows|chartShowDates); _N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) )); Plot( C, "Close", ParamColor("Color", colorDefault ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() ); _SECTION_END();
Amibroker accepts value from csv files in below example format mentioned and using the file > import wizard.
Symbol,date,time,Open,High,Low,Close
NIFTY,04-09-2015,15:30:00,8700,8712,8698,8705
Regards
Vivith
(Authorized vendor of NSE supporting realtime data feeds to Amibroker, Metastock and Ninjatrader)
Thanks for reply!
But this is showing empty space …I need some bars with any data …i.e candles with random data on future dates
have you connected/subscribed to any data provider? datafeeds for amibroker.