|
|
|
|
|||||||
| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() |
|
|
LinkBack | Release Tools | Display Modes |
|
|
|||||
|
|||||
|
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 |
|
Thanks: 92
Thanked 34 Times in 22 Posts
|
|
By
whygood
on
05-08-2008, 02:43 PM
|
|
Re: Various Indicators (Squeeze,2FastMa's,etc)
|
|
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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 ![]() |
|||||||||||||||
|
Thanks: 92
Thanked 34 Times in 22 Posts
|
|||||||||||||||
|
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 ![]() ![]() ![]() ![]() |
|
Thanks: 92
Thanked 34 Times in 22 Posts
|
|
By
chipper
on
05-14-2008, 10:35 AM
|
|
Re: Various Indicators (Squeeze,2FastMa's,etc)
many thanks Blu-Ray...have not had time to look at EOTPRO in detail again, but would like to review for entire groups benefit...hope i can contribute something for everyone...
|
|
Thanks: 0
Thanked 0 Times in 0 Posts
|
![]() |
| Currently Active Users Viewing This Release: 1 (0 members and 1 guests) | |
| Release Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Release | Release Starter | Category | Comments | Last Post |
| BB Squeeze Replica For Tradestation | Soultrader | Trading Indicators | 29 | 06-23-2008 08:50 PM |
| BB Squeeze (Version of TTM Squeeze) | ashokkuttan | Market Analysis | 24 | 06-10-2008 10:20 PM |
| Does anyone have the squeeze indicator | pajusa | Beginners Forum | 24 | 05-21-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 |