|
|
|
|
|||||||
| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() |
| Bookmarks | |||||||
del.icio.us
|
StumbleUpon
|
Google
|
Digg
|
Facebook
|
Furl
|
Reddit
|
Netscape
|
|
|
LinkBack | Thread Tools | Display Modes | Language |
|
|||
|
Help with Simple Show Me
I dont understand easy language enough. Any help with these show me's would be appreciated. Rules are described for plot.
|
|
|||
|
Re: Help with Simple Show Me
I suggest you take a look at the code for Head & Shoulders ShowMe within TS for example of how to find these patterns. These are not simple one, two or three bar patterns (for example, looking for a doji, which is basically Open=Close for the current bar) and it requires looking at pivots or swing bars over many bars (could be dozens of bars). The code for H&S is about 200 lines. In addition, no two independent implementation of these indicators will look exactly the same because there are too many variables involved.
Even if you don't do Easylanguage, you could start by drawing a few bars of what the rules entailed in the pictures you posted and see if you could have defined them mathmatically (e.g., H[4] < H[3] AND H[3] = H[1] AND C[3] <> H[3] AND C[1] <> H[1] AND C[0] < L[1] in the simplest 5 bar permutation for the Double top reversal bar pattern). |
|
|||||||||||||||
|
Re: Help with Simple Show Me
Now I see a sample chart of the bars in question I can see why you say they are simple. In real life, you won't find too many adjacent bar double top or double bottoms like that (I don't think the sample chart is even an actual chart). If you just want to program such a pattern, the logic provided above (or similar logic) will let you program such pattern matching in EL, but you are unlikely to find many matches. There are a lot more practical three bar group patterns you can explore, for example the ones mention in Suri's book
|
|||||||||||||||
|
|||
|
Re: Help with Simple Show Me
Again Thank You, I hope others will benifit from the code also. I will soon contribute some code and Ideas I came across. Ultimatly what i am looking for is:
Find a confirmed major pivot P1 Confirm a P2 pivot Get a P3 pivot that dosent exceed the P1 pivot and enter on the reversal bar types above. But rather than just seeing them on the chart I thought getting a plot after the conditions above have occured would be a excellent entry. (providing the trend is in your direction and others). But overall finding major reversals in the market and trading with them would be a low risk place to enter trend changes. |
|
|||
|
Re: Help with Simple Show Me
http://www.surinotes.com/tradestatio...adingABCs.html
Suri seems to have an auto ABC with Fib projections for the C pivot. This is very similar to what I am looking for. Is this indicator available? Is the code in his book? Thanks to all! |
|
|||||||||||||||
|
Re: Help with Simple Show Me
|
|||||||||||||||
![]() |
| Tags |
| showme study |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple fib Strategy | feb2865 | Technical Analysis | 1 | 09-19-2007 06:59 PM |
| Simple Paintbar Request | MrPaul | Coding Forum | 4 | 06-20-2007 08:10 PM |
| Show us your roots! | Nick1984 | General Discussion | 13 | 06-18-2007 11:41 PM |
| K.I.S.S. Keep It Simple Stupid! | Soultrader | Trading Articles | 32 | 02-23-2007 12:44 PM |
| Simple = Smart?? | pierre | General Discussion | 7 | 10-29-2006 11:25 AM |