| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
||||
|
ChannelType is a size of fractal (1 - 3 bars, 2-5bars,3-7 bars and so on)
For correct work of MTF version you should have FractalChannel_v4 (it's correct name) in indicators folder also. This indicator have not nothing common with TD lines, levels...
__________________
Let's improve trade skills together http://finance.groups.yahoo.com/group/TrendLaboratory |
|
||||
|
OK, I needed some time to check the MTF fractal channel indicator out on another PC, because on my usual PC it basically bugs...
Now I've checked it on another PC, and in basic mode the indicator works. But when I try to fiddle around with different settings, using time frame "1" gives strange results, and when I try other settings, I end up crashing on that PC as well... Also, as far as I can see, the default setting is just the same as for the basic channel indicator. What setting am I supposed to use to get, say, the fractals for every 10 candles? Anyway, even though it's a great indicator, it is not what I'm really looking for, as far as the task at hand goes. However, I suddenly kinda saw the light and figured out a simplistic way to get what I'm looking for, although it's not yet how the indicator should really be.What I did is take the following code: Code:
int start()
{
int D1=1440, H4=240, H1=60, M15=15,B;
double P;
Code:
int start()
{
int D1=480, H4=240, H1=120, M15=60,B;
double P;
or Code:
int start()
{
int D1=252, H4=156, H1=96, M15=60,B;
double P;
See the attached pictures for what this looks like. But although this little modification is nice to do some backtesting, it only gives the sequences I'm looking for on the 1hr chart (giving the same fractals when viewing a different time frame). While I could make a seperate version for every time frame, that is definitely not an ideal solution. And I'm not sure yet what the ideal setting should be, as I have to do a lot more backtesting. So can someone figure out how to program things so that the sequences of the above examples are automatically applied when you change timeframes? (as with the present versions, it's the same fractals that are seen in all timeframes). It would be even more ideal if it could be possible to freely set the number of bars for every color in the "input" menu, but that is not the first priority. See the attached modified indicators, for 1hr charts. Thanks for all help ![]() |
|
|||
|
Some article about fractals (attached).
Besides I found the following: Quote:
And the following: Quote:
|
|
|||
|
isnt the problem with fractals the fact that they dont draw soon enough. like if you base your fractal on 5 bar high you will be 3 bars into the move before the fractal is drawn?, or if they're based completly on past movements then they would have to be dynamic to show what theyre meant to show. so are they actually worth using?
__________________
There is no candle. |
|
|||
|
Quote:
If I have a time so I will create some trading systems based on it. But it is necessary for me to read some ebooks/articles first. |
|
|||
|
does the indicator Ind-Fractals-1 redraw any of its fractals and how long does it take to draw the brown fractals. these seem to show the main trend so taking trades in that direction would be good, but it would need to be established early on.
__________________
There is no candle. |
|
|||
|
Quote:
|
![]() |
| Bookmarks |
| Tags |
| fractals, fractal, fractals forex |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/194-fractals.html
|
||||
| Posted By | For | Type | Date | |
| Forex fractals trading system » forex fractals trading system | This thread | Refback | 02-06-2008 01:57 AM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Do Fractals Repaint the Past | mikejody | Indicators - Metatrader 4 | 2 | 01-14-2007 09:40 PM |
| System Based on Ichimoku Kinko Hyo Lines and Fractals | beeker | Suggestions for Trading Systems | 8 | 12-10-2006 05:01 PM |
| Bill Williams Fractals | TheWicker | Indicators - Metatrader 4 | 1 | 07-29-2006 09:43 AM |