|
|||||||
| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() |
|
|
LinkBack (1) | Release Tools |
Hi everyone,
I'm new to this forum but I thought I'd try to make a small contribution while I can. What I'm including here (if my upload goes as planned) is my current best effort at the TTM Scalper Buy/Sell -- the indicator that paints a white bar on the recent high or low, 3 bars after it happens. In my analysis, 95%+ of the bars that get painted appear to be valid and accurate bars. Once in awhile, it's not the lowest or highest bar that is painted, but rather the one next to it -- I haven't been able to figure out why, but it's still close enough to be useful. Additionally, about 85%+ of the bars which should be painted are. That means that as best I can tell, TTM's indicator will paint 10 white bar lows or highs for every 8.5 or so that my indicator paints. If anyone can figure out how to tune this indicator to match TTM's exactly, please feel free. I'll also re-post if I ever figure it out. Best Regards, biegea |
|||||||||
|
Show Your Support
|
|||||||||
|
|
|||||||||
|
By
biegea
on
07-04-2007, 01:15 PM
|
|||||||||||||||
|
Re: TTM Scalper Buy/Sell
Torero, it works on any timeframe. My approximate percentages were based on charts I compared it to in various TTM videos.
Dovetree, here's the code:
|
|||||||||||||||
|
By
dovetree
on
07-04-2007, 09:53 PM
|
|
Re: TTM Scalper Buy/Sell
Hi Biegea I don't believe your code is marking the paint bars correctly. TTm scalper paints a bar after 3 consecutive higher or lower closes and does not paint anyfurther bars until a revers signal is acquired.
I am new to easy language but have coded this in metastock below is the code. The code for higher closes in the highlights Tab BC:=C>Ref(C,-1) AND Ref(C,-1)>Ref(C,-2); SC:=C<Ref(C,-1) AND Ref(C,-1)<Ref(C,-2); X:=If(BC=1,1,If(SC=1,0,PR EV)); Cross(X,0.5); Here is the one for the lower closes: BC:=C>Ref(C,-1) AND Ref(C,-1)>Ref(C,-2); SC:=C<Ref(C,-1) AND Ref(C,-1)<Ref(C,-2); X:=If(BC=1,1,If(SC=1,0,PR EV)); Cross(0.5,X); I have toruble coverting to EL so far |
|
By
nelo
on
08-01-2007, 04:57 PM
|
|
Re: TTM Scalper Buy/Sell
Unfortunately, the original TTM indicator does not paint bars in a correct way. It cheats. It paints bars in the past. I did not see this one, since I do not have tradestation and picture was not attached. I use Neoticker and things like painting bars in back are not allowed because in reality you will never see the chart like that real time. What looks great on a screenshot is impossible to trade. If you paint that bar which you should, the actual bar when the signal happens you will find out the indicator is useless.
This will save you a lot of valuable time and if you were considering buying the TTM original also money. |
![]() |
LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f46/custom-scalper-buy-sell-1991.html
|
||||
| Posted By | For | Type | Date | |
| Traders Laboratory - forumdisplay | This thread | Refback | 08-01-2007 07:28 PM | |
| Currently Active Users Viewing This Release: 1 (0 members and 1 guests) | |
| Release Tools | |
|
|
Similar Threads
|
||||
| Release | Release Starter | Category | Comments | Last Post |
| Scalper Buys/Sell Replica | traderlu | Trading Indicators | 60 | 08-13-2008 10:38 PM |
| Custom Scalper Buys/Sells - ShowMe Edition | traderlu | Trading Indicators | 13 | 04-28-2008 12:51 PM |
| Custom Tags Request | Soultrader | Announcements | 2 | 07-11-2007 08:51 AM |
| Custom Original Avatars | Soultrader | Announcements | 3 | 07-09-2007 08:01 AM |
| Method to Anticipate a Sell-off | Soultrader | Technical Analysis | 3 | 08-25-2006 09:41 PM |
|
|
|