• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 8:32pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 8:32pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

IBFX MT4 Tools- Undock MT4 Charts 58 replies

TL-Users: Idea Changing Linear MT4 Charts to Logarithmic Charts 14 replies

Charts, Charts, Charts! 1 reply

Flexible Time Frame Trading -Supply/Demand 2 replies

Trading Price Based Charts Instead of Time Based Charts 1 reply

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 16
Attachments: Flexible Time Charts for MT4
Exit Attachments
Tags: Flexible Time Charts for MT4
Cancel

Flexible Time Charts for MT4

  • Last Post
  •  
  • Page 1 2 3
  • Page 1 2 3
  •  
  • Post #1
  • Quote
  • First Post: Edited Dec 11, 2010 12:08am Feb 23, 2010 1:34pm | Edited Dec 11, 2010 12:08am
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
Since someone threatened to make something similar to this and sell it as a commercial product. Here is a free one that I made.
This gives you 96 time frames including tick.
You can chart on the bid, the ask or both and there are a host of other options.

Enable experts on your menu bar and read the documentation.

Put on a chart then it will tell you which offline chart to open.
There is almost no code snippets from LastViking's Renko ea now but it gave me a start so many kudos to him. Let me know of any bugs. You have to keep the chart with the ea on it open. As with all ea if you switch to another profile they halt.

Version number shown on screen.
This is version 2.0

If you cannot get it to work then post a message outlining any messages in the experts tab and which broker you are using and I WILL fix It for you.
Use C_TIME and the TickLines I posted on Post #27 if you want to see tick chart as 2 lines.
Attached File(s)
File Type: pdf FlexiChart.pdf   446 KB | 7,390 downloads | Uploaded Dec 8, 2010 10:54pm
File Type: ex4 FlexiChart_2.0.ex4   17 KB | 3,745 downloads | Uploaded Dec 8, 2010 10:55pm
File Type: ex4 IO_Utils.ex4   6 KB | 3,302 downloads | Uploaded Dec 8, 2010 10:55pm
File Type: ex4 OffLine.ex4   12 KB | 3,242 downloads | Uploaded Dec 8, 2010 10:56pm
  • Post #2
  • Quote
  • Feb 23, 2010 6:42pm Feb 23, 2010 6:42pm
  •  yshiba
  • | Joined Oct 2008 | Status: Member | 4 Posts
Quoting Salient
Disliked
Sorry I cannot upload here. File are on TSD if someone would like to post them over here then I will maintain and respond. I am Painless over there.
cheers
Ignored
Hi Salient,

I'm newbie.
Here is the file. I do not know exactly how to use these as EURUSD 5sec time frame on mt4. please direct again.

Thanks,
YSHIBA
Attached File(s)
File Type: ex4 ExtremeBar.ex4   12 KB | 1,146 downloads
File Type: ex4 IO_Utils.ex4   5 KB | 812 downloads
 
 
  • Post #3
  • Quote
  • Feb 23, 2010 8:56pm Feb 23, 2010 8:56pm
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
Thank you for uploading something at least. Could you upload the image that goes with this too please. This is the extreme bar tool not the charting tool. Which one do you want?

It would be nice if one of you could upload the charting ea and libs.
 
 
  • Post #4
  • Quote
  • Edited Feb 24, 2010 12:06am Feb 23, 2010 9:16pm | Edited Feb 24, 2010 12:06am
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
Since someone threatened to make something similar to this and sell it as a commercial product. Here is a free one that I made. Copy to FlexiChart to /experts and the other 2 to experts/libraries.

Enable experts etc

params
ChartType - Only time is enabled for this version
CandleTimeFrame Has to be a divisor of 86400
BarSize Ignored for time bars
ReverseSize Ignored for time bars
IsAligned false Ignored for time bars
StrangeSymbolName Set to true if you have symbols with a letter
appended to them
UseSystemTime or server time
StartFresh = false; Start a new chart or not

Put on a chart then it will tell you which offline chart to open.
I used some code from LastViking's Renko ea so kudos to him. Let me know of any bugs. You have to keep the chart with the ea on it open. As with all ea if you switch to another profile they halt.

The first FlexiChart.ex4 I uploaded had to have the StartFresh option to true when you run it on a chart for the first time. I have upgraded that so it should start a new file if there is not one in your history folder.
Update to Ver 1.1 now has version number shown on screen.
Enjoy
 
 
  • Post #5
  • Quote
  • Feb 23, 2010 10:38pm Feb 23, 2010 10:38pm
  •  yshiba
  • | Joined Oct 2008 | Status: Member | 4 Posts
Quoting Salient
Disliked
Thank you for uploading something at least. Could you upload the image that goes with this too please. This is the extreme bar tool not the charting tool. Which one do you want?

It would be nice if one of you could upload the charting ea and libs.
Ignored
Hi, Salient

Please see the image. I use FxPro demo.

Thanks
YSHIBA
Attached Image (click to enlarge)
Click to Enlarge

Name: EXTREMEBAR.JPG
Size: 89 KB
 
 
  • Post #6
  • Quote
  • Feb 24, 2010 12:05am Feb 24, 2010 12:05am
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
Quoting yshiba
Disliked
Hi, Salient

Please see the image. I use FxPro demo.

Thanks
YSHIBA
Ignored
This is the extreme bar tool. You should set the chart type to line and the color to none. Right click on chart-properties-Common-Line chart
then select the colors tab and set the Line Graph color to none.
As for the settings.
Lets look at the EURUSD you have set a range of 8 pips over 10 seconds.
Hope this helps. The charting tool is on the first post.
 
 
  • Post #7
  • Quote
  • Feb 24, 2010 12:48am Feb 24, 2010 12:48am
  •  slimtrady
  • | Joined Apr 2009 | Status: Member | 23 Posts
These are Salients files
Attached File(s)
File Type: ex4 FlexiChart.ex4   13 KB | 910 downloads
File Type: ex4 IO_Utils.ex4   5 KB | 776 downloads
File Type: ex4 OffLine.ex4   6 KB | 807 downloads
 
 
  • Post #8
  • Quote
  • Feb 24, 2010 1:30am Feb 24, 2010 1:30am
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
Quoting slimtrady
Disliked
These are Salients files
Ignored
Oh Thank you Mr Slimtrady you are a scholar and a gentleman.
 
 
  • Post #9
  • Quote
  • Feb 24, 2010 1:56am Feb 24, 2010 1:56am
  •  slimtrady
  • | Joined Apr 2009 | Status: Member | 23 Posts
This is true
Attached Image
 
 
  • Post #10
  • Quote
  • Jun 22, 2010 2:00am Jun 22, 2010 2:00am
  •  schnitzeltra
  • | Joined Jun 2010 | Status: Quantum Pipicist | 69 Posts
hello, this looks great but I have it on my charts and it does not keep 5 second bars.. well it seems to but it misses bar and stands stationary for 10 seconds or more and other times it produces bars quicker than 5 seconds, yet it says 00:00:05 bar at the top, could anyone help as to how to solve this issue?

thanks!
Limitation is a creation of the mind
 
 
  • Post #11
  • Quote
  • Nov 16, 2010 10:41am Nov 16, 2010 10:41am
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
Well I cannot upload to this site so you need to search for flexichart somewhere else
 
 
  • Post #12
  • Quote
  • Nov 19, 2010 9:06am Nov 19, 2010 9:06am
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
This information is for Flexicharts version 1.5

With regard to the time parameter "UseSystemTime"
If set to True then the computer's system time will be queried and this time will be adjusted by the TimeShiftInHours parameter.
If set to False then the last incoming tick time (last known server time) will be used and this time will be adjusted by the TimeShiftInHours parameter.

"the last incoming tick time (last known server time)" is how MT4 describe this function call. Whether that means any tick or just the tick for this symbol is unknown to me as I have not seen this defined in the documentation. It appears to be any tick.

I have not spent a great deal of time comparing the two but you will most likely get two different times as one would expect there to be a lag on the data feed vs system time. Assuming that your system clock and the data feed server was synchronised. Which is not likely of course.

As for delayed bars etc. If there is no data coming into MT4 then there will be no bars produced. I have not seen any bars that are longer than the bar time chosen. Here is some data from the MT4 5 second history file.

19/11/2010 08:56:45 1.36564 1.36564 1.36568 1.36568 6
19/11/2010 08:56:50 1.36571 1.36571 1.36578 1.36575 6
19/11/2010 08:56:55 1.36578 1.36574 1.36588 1.36588 10
19/11/2010 08:57:00 1.36586 1.36582 1.36588 1.36588 8
19/11/2010 08:57:05 1.36584 1.36583 1.36588 1.36583 11
19/11/2010 08:57:10 1.36581 1.36578 1.36588 1.36583 10
19/11/2010 08:57:15 1.36580 1.36580 1.36582 1.36580 6
19/11/2010 08:57:20 1.36574 1.36572 1.36578 1.36578 10
19/11/2010 08:57:25 1.36575 1.36571 1.36582 1.36582 12
19/11/2010 08:57:30 1.36579 1.36579 1.36588 1.36588 7
19/11/2010 08:57:35 1.36588 1.36588 1.36608 1.36608 9
19/11/2010 08:57:40 1.36608 1.36599 1.36608 1.36599 10
19/11/2010 08:57:45 1.36598 1.36598 1.36608 1.36604 7
19/11/2010 08:57:50 1.36601 1.36601 1.36608 1.36606 6
19/11/2010 08:57:55 1.36604 1.36603 1.36610 1.36603 12
19/11/2010 08:58:00 1.36606 1.36606 1.36629 1.36629 9
19/11/2010 08:58:05 1.36629 1.36617 1.36629 1.36624 13
19/11/2010 08:58:10 1.36622 1.36614 1.36622 1.36619 10
19/11/2010 08:58:15 1.36619 1.36614 1.36619 1.36614 10
19/11/2010 08:58:20 1.36618 1.36601 1.36618 1.36601 9
19/11/2010 08:58:25 1.36603 1.36603 1.36614 1.36614 11
19/11/2010 08:58:30 1.36616 1.36611 1.36618 1.36611 8
19/11/2010 08:58:35 1.36608 1.36606 1.36613 1.36613 7
19/11/2010 08:58:40 1.36611 1.36611 1.36618 1.36613 10
19/11/2010 08:58:45 1.36618 1.36614 1.36623 1.36623 10
19/11/2010 08:58:50 1.36628 1.36622 1.36630 1.36628 12
19/11/2010 08:58:55 1.36627 1.36622 1.36627 1.36622 6
19/11/2010 08:59:00 1.36628 1.36627 1.36628 1.36627 6
19/11/2010 08:59:05 1.36624 1.36624 1.36624 1.36624 4
19/11/2010 08:59:10 1.36618 1.36611 1.36618 1.36614 11
19/11/2010 08:59:15 1.36613 1.36608 1.36618 1.36608 9
19/11/2010 08:59:20 1.36610 1.36593 1.36610 1.36593 11
19/11/2010 08:59:25 1.36612 1.36608 1.36616 1.36612 12
19/11/2010 08:59:30 1.36611 1.36611 1.36618 1.36618 6

cheers
 
 
  • Post #13
  • Quote
  • Nov 19, 2010 6:23pm Nov 19, 2010 6:23pm
  •  alex198555
  • | Joined Apr 2010 | Status: Member | 85 Posts
Quoting yshiba
Disliked
Hi, Salient

Please see the image. I use FxPro demo.

Thanks
YSHIBA
Ignored
Where can I download this expert?
 
 
  • Post #14
  • Quote
  • Nov 19, 2010 6:57pm Nov 19, 2010 6:57pm
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
ExtremeBar:- Where can I?
Read post 1 then see post 2.
 
 
  • Post #15
  • Quote
  • Dec 4, 2010 6:00am Dec 4, 2010 6:00am
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
The first post has been updated.
I can upload to FF woohoo
also I am looking for some Beta testers for my full version of FlexiCharts.
Please pm me if you are interested.
 
 
  • Post #16
  • Quote
  • Dec 4, 2010 6:08am Dec 4, 2010 6:08am
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
Here are the possible time values
00:00:00
00:00:01
00:00:02
00:00:03
00:00:04
00:00:05
00:00:06
00:00:08
00:00:09
00:00:10
00:00:12
00:00:15
00:00:16
00:00:18
00:00:20
00:00:24
00:00:25
00:00:27
00:00:30
00:00:32
00:00:36
00:00:40
00:00:45
00:00:48
00:00:50
00:00:54
00:01:00
00:01:04
00:01:12
00:01:15
00:01:20
00:01:30
00:01:36
00:01:40
00:01:48
00:02:00
00:02:08
00:02:15
00:02:24
00:02:30
00:02:40
00:03:00
00:03:12
00:03:20
00:03:36
00:03:45
00:04:00
00:04:30
00:04:48
00:05:00
00:05:20
00:06:00
00:06:24
00:06:40
00:07:12
00:07:30
00:08:00
00:09:00
00:09:36
00:10:00
00:10:40
00:11:15
00:12:00
00:13:20
00:14:24
00:15:00
00:16:00
00:18:00
00:19:12
00:20:00
00:22:30
00:24:00
00:26:40
00:28:48
00:30:00
00:32:00
00:36:00
00:40:00
00:45:00
00:48:00
00:53:20
00:57:36
01:00:00
01:10:30
01:20:00
01:30:00
01:36:00
02:00:00
02:24:00
02:40:00
03:00:00
04:00:00
04:48:00
06:00:00
08:00:00
12:00:00
24:00:00
 
 
  • Post #17
  • Quote
  • Dec 8, 2010 10:57pm Dec 8, 2010 10:57pm
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
Many users wanted the chart to look like Oanda's charts, so here it is. This is a screen shot of a 5 second chart with padded bars.

The first post is updated and contains the version 2.0 that supports this. If you would a version with pre compiled favourite settings then let me know.
Bug reports please.
Attached Image (click to enlarge)
Click to Enlarge

Name: 5_Second_Padded.jpg
Size: 78 KB
 
 
  • Post #18
  • Quote
  • Dec 9, 2010 1:56am Dec 9, 2010 1:56am
  •  ronrhodes
  • | Joined Jan 2008 | Status: ronrhodes | 155 Posts
A big thanks from many and me, Salient.

Best to you,

Ron
 
 
  • Post #19
  • Quote
  • Edited 2:32am Dec 9, 2010 2:29am | Edited 2:32am
  •  ronrhodes
  • | Joined Jan 2008 | Status: ronrhodes | 155 Posts
Salient, I think I have 2.0 set up correctly, but am getting this error:

"Error: invalid function parameter value"

Default settings, on M1 chart, offline M8.

Please advise.

Ron
 
 
  • Post #20
  • Quote
  • Edited 3:27am Dec 9, 2010 2:48am | Edited 3:27am
  •  Salient
  • | Joined Feb 2009 | Status: Member | 61 Posts
Quoting ronrhodes
Disliked
Salient, I think I have 2.0 set up correctly, but am getting this error:

"Error: invalid function parameter value"

Default settings, on M1 chart, offline M8.

Please advise.

Ron
Ignored
Hi can you tell me what is displayed in the experts tab, if anything? Also which broker's MT4 you are using.
 
 
  • Platform Tech
  • /
  • Flexible Time Charts for MT4
  • Reply to Thread
    • Page 1 2 3
    • Page 1 2 3
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023