JaiBee Posted August 26, 2011 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.