Hi all,
I have a big problem with doing so much manual entry of trendlines and fibo channels on my charts. I will draw fibos on one chart but want them on another and (I think) I have no alternative but to just draw them again.
Yes I could save the fibo chart and trendlines as a template, but if I load that template onto another chart, doesn't it blow away whatever else is there? (trendlines, other fibos, etc.)
I draw a zillion trendlines by hand, but over time, only a few of them are key ones I want to keep. Same with fibos, although not nearly as many. I'd like to see a trendline I draw in one timeframe appear in another chart with a different timeframe, yet snapped to the same high or low.
I haven't really worked with many auto-trendline or auto-fibo drawing tools. I would appreciate references to any particularly good ones that you may know about.
However the problem with any "auto" tool will be that I won't agree with all the choices it makes. I want the ability to manually override or supplement the choices.
Hence, the following idea...
Suppose I had an MT4 program that goes and gets major points (highs and lows on various timeframes). Then through some API (advanced programming interface?) to _some_ tool, I get to see them as a list. Each point gets a "name". I can imagine a GUI (graphical user interface) with a boolean checkbox to enable/disable any given point.
Significantly, I can begin to choose pairs of points to use for trendlines and/or fibos. Now I have control over which points and what I do with them.
Furthermore, if my external GUI tool can talk to any chart on MT4, then I can automatically display the trendlines/fibos and ANY of my charts without manually drawing them.
1. First things first...
I'd like help to just get MT4 to draw trendlines and fibos from a pure text file. I will give it a specific time, and I want a program to go find the min/max of that timeframe. That establishes a "point" and a more specific time. (It would be nice if an auto-high-low tool could output an initial list for me to start with too).
Does anyone have an example of MT4 reading such data from a CSV or other kind of text file?
2. An extension to the first, anybody have a way to read the points from Excel, or another database, instead of a text file?
3. Any ideas on what language and/or API would best be suited for this task?
4. Possible resource who could program this? I'm just a hacker, not a formal programmer, although I have put together some impressive stuff -- given enough time -- just by being persistent.
5. Know of any great auto-trendline or auto-fibo tools that identify the min and max points fairly well?
Thanks in advance for any help anyone can give me!
Pips4life
I have a big problem with doing so much manual entry of trendlines and fibo channels on my charts. I will draw fibos on one chart but want them on another and (I think) I have no alternative but to just draw them again.
Yes I could save the fibo chart and trendlines as a template, but if I load that template onto another chart, doesn't it blow away whatever else is there? (trendlines, other fibos, etc.)
I draw a zillion trendlines by hand, but over time, only a few of them are key ones I want to keep. Same with fibos, although not nearly as many. I'd like to see a trendline I draw in one timeframe appear in another chart with a different timeframe, yet snapped to the same high or low.
I haven't really worked with many auto-trendline or auto-fibo drawing tools. I would appreciate references to any particularly good ones that you may know about.
However the problem with any "auto" tool will be that I won't agree with all the choices it makes. I want the ability to manually override or supplement the choices.
Hence, the following idea...
Suppose I had an MT4 program that goes and gets major points (highs and lows on various timeframes). Then through some API (advanced programming interface?) to _some_ tool, I get to see them as a list. Each point gets a "name". I can imagine a GUI (graphical user interface) with a boolean checkbox to enable/disable any given point.
Significantly, I can begin to choose pairs of points to use for trendlines and/or fibos. Now I have control over which points and what I do with them.
Furthermore, if my external GUI tool can talk to any chart on MT4, then I can automatically display the trendlines/fibos and ANY of my charts without manually drawing them.
1. First things first...
I'd like help to just get MT4 to draw trendlines and fibos from a pure text file. I will give it a specific time, and I want a program to go find the min/max of that timeframe. That establishes a "point" and a more specific time. (It would be nice if an auto-high-low tool could output an initial list for me to start with too).
Does anyone have an example of MT4 reading such data from a CSV or other kind of text file?
2. An extension to the first, anybody have a way to read the points from Excel, or another database, instead of a text file?
3. Any ideas on what language and/or API would best be suited for this task?
4. Possible resource who could program this? I'm just a hacker, not a formal programmer, although I have put together some impressive stuff -- given enough time -- just by being persistent.
5. Know of any great auto-trendline or auto-fibo tools that identify the min and max points fairly well?
Thanks in advance for any help anyone can give me!
Pips4life