PureBytes Links
Trading Reference Links
|
Hi,
This is my formula for Exploration :
Filter = 1; /* all symbols and quotes accepted */
SetOption("NoDefaultColumns", True );
AddColumn( DateTime(), "Date", formatDateTime );
AddColumn(Open,"Open",1.6);
AddColumn(High,"High",1.6);
AddColumn(Low,"Low",1.6);
AddColumn(Close,"Close",1.6);
AddColumn(Volume,"Volume",1.0);
But the formatDateTime dont give me exactly what I want.
I need some special format to export to file.
There is a way to format DateTime() just like I want to export it ?
I have tried to change my system settings, but it dont give me what I
am looking for.
Regards,
Tintin92
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|