| / | Forum |
|
edfiuza
2007.12.07 22:20
I would like to have a 3 minute-chart.
Is it possible? Thanks!!! |
|
Reporting the 6th Week of the Championship (5-11 November) The sixth week of the Championship ended. Exactly half of the contest is behind us. This week brought us some surprises. |
28825 |
MetaQuotes
2007.12.07 22:33
Try to use Period_Converter_Opt.mq4
|
|
Red.Line
2007.12.07 23:59
Well... But what for u need it?
|
|
Heino
2007.12.09 22:58
Hello, i have build a Indicator with that you can show every Timeframes you need,
if some want it contact me.
|
|
frederick
2008.02.24 00:15
Heino, I am interested in your Timeframes Indicator. How do I contact you? Can't you just include your mq4 file with a response post?
|
|
frederick
2008.02.24 01:04
MetaQuotes wrote:
Try to use Period_Converter_Opt.mq4
Will MetaQuotes, or the author of the Period Converter Opt.mq4 File, please upgrade this file to include the tweak of accepting decimal multipliers? |
|
phy
2008.02.25 02:37
You cannot create a useful 3 minute chart history using the 30 minute history.
|
|
irusoh1
2008.02.25 07:32
This expert is similar to period converter with the difference that it runs as an expert on 1min chart and updates with every tick just like a regular chart. It also includes time shift feature which will allow to see time on chart window in local time or any other time you like.
To use it open expert in 1min chart, set extPeriodMultiplier to desired period, then go to offiline charts and open corresponding offline chart. You can apply templates or add indicators. The only caveat I found is that if you execute script on the chart it will soon freeze with "Waiting for update" message. So execute scripts on the real 1min chart that's running the expert. |
|
irusoh1
2008.02.25 07:36
I tried to add this to codebase but got a 404.
|
|
frederick
2008.02.25 09:10
irusoh1 wrote:
This expert is similar to period converter with the difference that it runs as an expert on 1min chart and updates with every tick just like a regular chart. It also includes time shift feature which will allow to see time on chart window in local time or any other time you like. To use it open expert in 1min chart, set extPeriodMultiplier to desired period, then go to offiline charts and open corresponding offline chart. You can apply templates or add indicators. The only caveat I found is that if you execute script on the chart it will soon freeze with "Waiting for update" message. So execute scripts on the real 1min chart that's running the expert.
Why is your indicator not functioning? |