|
|
|
|
|||||||
| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() |
| Bookmarks | |||||||
del.icio.us
|
StumbleUpon
|
Google
|
Digg
|
Facebook
|
Furl
|
Reddit
|
Netscape
|
|
|
LinkBack | Release Tools | Display Modes | Language |
|
|
||||
|
||||
|
Various Indicators (Squeeze,2FastMa's,etc)
Here is a bundle of indicators for you, the development of them were requested as per this thread.
http://www.traderslaboratory.com/for...tion-3168.html I have been hesitant to post these as some of them are NOT the same as per the above thread. But due to several requests recently I'm posting them anyway. The attached...
__________________
Remember - Take the path of least resistance. |
|
By
Blu-Ray
on
04-21-2008, 05:09 AM
|
|
Re: Various Indicators (Squeeze,2FastMa's,etc)
Yes, No probs, here you go..........I've coded it up as per pic on website, but I've missed out the darkred section as that is when you the 2 MA's are within are certain distance ( and for that reason you need to select stocks,futures or forex ) ....... probably unnecessary as you can eyeball when they are very close. ![]() and the code : Inputs: Price(Close), Length1(49), Length2(89), UpColor(Green), DnColor(Red), EarlyWarnColor(Yellow); Vars: FastEMA(0),SlowEMA(0); FastEMA = xaverage(Price,Length1); SlowEMA = xaverage(Price,Length2); Plot1(FastEMA,"FastEMA"); Plot2(SlowEMA,"SlowEMA"); if FastEMA > SlowEMA then begin setplotcolor(1,UpColor); setplotcolor(2,UpColor); end; if FastEMA > SlowEMA and close < FastEMA then begin setplotcolor(1, EarlyWarnColor); setplotcolor(2, EarlyWarnColor); end; if FastEMA < SlowEMA then begin setplotcolor(1,dnColor); setplotcolor(2,dnColor); end; if FastEMA < SlowEMA and close > FastEMA then begin setplotcolor(1, EarlyWarnColor); setplotcolor(2, EarlyWarnColor); end; Hope this helps Blu-Ray |
|
|
|
By
whygood
on
05-08-2008, 02:43 PM
|
|
Re: Various Indicators (Squeeze,2FastMa's,etc)
|
|
By
Blu-Ray
on
05-11-2008, 07:18 PM
|
|||||||||||||||
|
Re: Various Indicators (Squeeze,2FastMa's,etc)
I've never really looked at it, but here's probably what it's based on, try inserting a keltner channel, 20 periods with an ATR 0.5, this is a close comparison but not exact. Cheers Blu-Ray ![]() |
|||||||||||||||
|
|
|||||||||||||||
|
By
Blu-Ray
on
05-14-2008, 07:59 AM
|
|
Re: Various Indicators (Squeeze,2FastMa's,etc)
Here's the radarscreen version of the BR_Squeeze.
I've coded it up so that you can have a choice of which squeeze you want to view, as in the traditional squeeze set the input to true, or if you want to use the other style squeeze set it to false. Just remember when inserting it onto radarscreen you'll need to load additional bars ( see pic ). Hope this helps Blu-Ray ![]() ![]() ![]() ![]() |
|
|
![]() |
| Currently Active Users Viewing This Release: 3 (2 members and 1 guests) | |
| fullyautomatix12, swansjr |
| Release Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Release | Release Starter | Category | Comments | Last Post |
| BB Squeeze (Version of TTM Squeeze) | ashokkuttan | Market Analysis | 23 | 05-01-2008 06:18 PM |
| Does anyone have the squeeze indicator | pajusa | Beginners Forum | 23 | 03-18-2008 09:31 AM |
| BB Squeeze Replica For Tradestation | Soultrader | Trading Indicators | 27 | 01-23-2008 11:17 AM |
| BB Squeeze indicator | januson | Technical Analysis | 2 | 03-17-2007 06:14 PM |
| Squeeze base indicators | januson | Coding Forum | 2 | 03-16-2007 06:06 PM |