gopi
#1
I want to export the data as csv.file with periodicity 10 minutes using
Filter = 1;
SetOption("NoDefaultColumns", True);
AddTextColumn(Name(),"Symbol");
AddColumn(DateTime(), "DATE", formatDateTime);
AddColumn(O, "Open");
AddColumn(H, "High");
AddColumn(L, "Low");
AddColumn(C, "Colse");
AddColumn(V, "Volume");
AddColumn(OI, "OI",-3);
but some times some of the symbols not traded in the IOD
then i got the gap in that time interwell. I need to fill the gap with previous values
Tomasz
#2
If you want to fill holes with previous value, you can turn on "Pad and align to reference symbol" in the Settings.
Your user account isn't marked with License verified badge. Did you purchase AmiBroker license?
Only users with License verified badge are allowed to post on this forum.
So before posting, make sure you verify your license as explained here.
2 Likes
Tomasz
Closed
#3
Closed until poster verifies his/her license.