| 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 (2) | Thread Tools | Display Modes |
|
|||
|
Chaos Explorer (my indicator for patterns)
The idea is to visualize long-term patterns, so that to be prepared for a major move. Another idea was to combine different timeframes on one picture, but instead I just added new indicator windows with different settings.
formula: indicator(n) = price(n) / price(n-Separation) Separation = {1,5,8,13,21,34,55,89,144,233,377} so basically I'm calculating ratio of current H,L,O,C and it's previous value (each separately), and draw 4 lines out of those. Then I add another indicator window, but this time Separation is the next value from the Fibonacci set. When we see an array of indicators, sometimes very vivid patterns can be observed. Patters are built from sign on the indicator chart, which are placed there, when current value is either below (green, buy soon) or above (red, sell soon) the empirically defined levels. I believe patters can be tweaked playing around with those levels. So below are my screenshots with the evident patterns. ![]() ![]() ![]() Last edited by Aleksandr Nevskiy; 04-09-2007 at 07:20 PM. |
|
|||
|
Quote:
if we have 1,2,5,7,8,2,4,6 sequence then we go like this: 2/1, 5/2,7/5,8/7,2/8,4/2,6/4 |
|
||||
|
Quote:
PHP Code:
So for pos=0, you will get pos-Separation < 0. E.g. Close[0]/Close[-4] (if Separation=4) which thus refers into the future. Separation=4 is of course meaningless except for bars 4 and up, but the result is anyhow that every bar is painted by using a number that refers into the future of it. It may still be a "good indicator" visually, of course. |
![]() |
| Bookmarks |
| Tags |
| chaos |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/6941-chaos-explorer-my-indicator-patterns.html
|
||||
| Posted By | For | Type | Date | |
| Xaos Explore Perky_Mod - MQL4 Code Base | Post #42 | Refback | 08-02-2008 05:55 PM | |
| under_marazm | This thread | Refback | 10-24-2007 07:19 PM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Chaos EA final | newdigital | Expert Advisors - Metatrader 3 | 15 | 09-24-2008 11:22 PM |
| Fx-Chaos (Template) | mistico | Suggestions for Trading Systems | 18 | 09-23-2007 02:46 AM |
| Trading Chaos - (Rrofitunity) | KillerKhan | Suggestions for Trading Systems | 19 | 03-01-2007 08:47 PM |