JaiBee Posted August 26, 2011 Report Posted August 26, 2011 This indicator : historydata.mq4 http://www.multiupload.com/XHXYSM1VP0 gives an ascii output as follows : 20110316,07:00,1.3983,1.4000,1.3961,1.3963,5721 20110316,08:00,1.3963,1.3984,1.3958,1.3967,6521 20110316,09:00,1.3967,1.3979,1.3937,1.3959,6936 however, can someone ad the following line so that it can be used in MetaStock ? <DTYYYYMMDD>,<TIME>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL> to get this: <DTYYYYMMDD>,<TIME>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL> 20110316,07:00,1.3983,1.4000,1.3961,1.3963,5721 20110316,08:00,1.3963,1.3984,1.3958,1.3967,6521 20110316,09:00,1.3967,1.3979,1.3937,1.3959,6936 thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now