要使用聊天,请登录。

Create software that draws history trades from csv on my MT4 chart投票结果

您喜欢这个建议吗?

没有

Create software that draws history trades from csv on my MT4 chart讨论

Chris
Krysztau
Sep 18 2010 at 16:18
68帖子
So I can download somebody's history and see al trades on my chart. Such a soft should have adjustable timezone to work correctly. It can use builted in trendlines from MT4 [with unticked 'ray' box]. It can draw red lines for short and green for long trades.

Currently I do it by importing numbers to excell spreadsheet and than I use self-coded macro, that copy open/close time/value and automatically fill it in apropriate fields in MT4. Its a really time consuming thing.

I don't know any better way to do it...
Myfxbook (Staff)
Sep 21 2010 at 08:01
1407帖子
Sounds great.

How do you account for timezone differences between different brokers?

Thanks!
Chris
Krysztau
Sep 21 2010 at 09:35
68帖子
First to find out what is somebody's timezone I pick few recent trades and rying to fit them to my chart [so open and closing time fit to order level.]

Than in excell I just use another column, where I first format it to make sure it will display time, and than I write =X2+01:00, or X2+60 [where X2 is parallel cell with time value].


I think if you make a software, the easiest way is to create option to draw 10 recent trades just to see if they fit chart, and then make TZ adjustment, draw first 10 again, to see are they fit, and if all is fine, than one can go with full history.



Actually this may be possible that you keep all soft on your website, and what someone is downloading would be created by you .tpl file with all lines already marked, same as you generate different widgets, there may be an option to generate different tpl for different timezones.
请登录以发表评论。