Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4


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

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 09-19-2007, 04:23 PM
Senior Member
 
Join Date: May 2006
Posts: 250
banzai is on a distinguished road
new T3 indicator and rainbow

Sometime you post a chart and we don't know which T3 is which. So I modified the indicator to show what color belongs to which T3. Attached is a template so you can use it to modify. It's easier to see how it was set up. You can display the info in any 4 corner: upper left, upper right, lower left, lower right. In this set up, I display the info in the upper right corner.
Attached Images
File Type: gif T3rainbow.gif (21.0 KB, 1302 views)
Attached Files
File Type: mq4 T3.mq4 (4.9 KB, 247 views)
File Type: tpl T3 Rainbow.tpl (48.6 KB, 217 views)
__________________
My Forex Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 09-19-2007, 04:46 PM
Senior Member
 
Join Date: May 2006
Posts: 250
banzai is on a distinguished road
T3 Sunday bars + T3 Rainbow trading system

If your broker opens on Sunday, then you're in luck. With the T3 Rainbow trading system, you can spot a reversal Monday. Use the daily chart. If the Sunday bar is outside of any T3, then it's time to reverse the trend. If the Sunday bar is under any T3, go LONG on the opening of Monday. Vice versa for a SHORT. go SHORT if the Sunday bar is on top of any T3. On the chart I marked some Sunday bars with an "S". This will improve your odd of winnings by at least 1%. Some brokers have Sunday bars are Interbank FX and North Finance. It works very well with the Yen crosses but not AUDUSD.

Edit: I haven't test this system on all pairs yet. Trade @ your own risks.
Attached Images
File Type: gif T3SundayBars.gif (33.2 KB, 1159 views)
__________________
My Forex Blog

Last edited by banzai; 09-19-2007 at 05:43 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 09-25-2007, 01:14 AM
Member
 
Join Date: Apr 2007
Posts: 36
alpha24seven is on a distinguished road
Can Someone Please Diagnose the Coding Error

This is an excellent indi as you can see. The problem is that it doesn't update properly and simply collapses right after you load it into a chart.

Any help would be most appreciated!

Best

Alpha
Attached Images
File Type: gif t3 bands error.gif (21.0 KB, 1089 views)
Attached Files
File Type: mq4 T3 Bands2.mq4 (4.3 KB, 101 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 09-25-2007, 04:43 AM
mog's Avatar
mog mog is offline
Junior Member
 
Join Date: Oct 2005
Posts: 11
mog is on a distinguished road
It's repainting. Just put it on the 15-min chart, zoom in and watch. When a new tick comes in on the 0-bar, bars 1 and 2 also change immediately.
It's possible the repainting goes back further in time but it's not so obvious to the eye.
I looked at the code, but it wasn't clear what the indicator is meant to do. It's just a bunch of meaningless variable names like e1[],c1[],n[], etc. and array assignment statements.
hth.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 09-25-2007, 07:50 AM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 261
mladen is on a distinguished road
The way it is writen e(n) variables should contain values from previous bar
If you avoid recalculating the previous bars the e(n) variables are "poluted"

Two "muscle" solutions posted:
T3 bands all recalc - always recalculates all bars
T3 bands limited recalc - recalculates BarstToCount+sum(Ma_periods) : this is an aproximation, not sure what results is it giving

regards
mladen

Quote:
Originally Posted by alpha24seven View Post
This is an excellent indi as you can see. The problem is that it doesn't update properly and simply collapses right after you load it into a chart.

Any help would be most appreciated!

Best

Alpha

Last edited by mladen; 07-21-2008 at 05:11 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 09-25-2007, 10:15 AM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 261
mladen is on a distinguished road
Cleaned up sollution

It seems that you worked on MojoFX's original of T3
That original does that too

Cleaned up solution for T3 bands
Place both indicator in the indicator directory
No all bars recalculation
No BarsToCalculate
Attached Images
File Type: gif t3 bands.gif (14.5 KB, 1050 views)

Last edited by mladen; 07-21-2008 at 05:12 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 09-25-2007, 04:23 PM
Member
 
Join Date: Apr 2007
Posts: 36
alpha24seven is on a distinguished road
Thank you ALL!

Incredible the great work done here!

Best regards

Alpha
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 09-25-2007, 04:56 PM
Member
 
Join Date: Apr 2007
Posts: 36
alpha24seven is on a distinguished road
T3 DPO-v1 Issue

Thank you New Digital for the posting of several T3 indis.

T3 DPO v1 should be replaced with T3 DPO v3 which I've included here. v1 doesn't update. I found the fix on a Russian Website some time ago.

Thanks

Alpha
Attached Files
File Type: mq4 T3_DPO-v3.mq4 (2.3 KB, 149 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 09-27-2007, 08:14 PM
Junior Member
 
Join Date: Jun 2006
Posts: 26
4xtrend is on a distinguished road
Question T3 Bb Macd

Please can somebody point me in the direction of this indicator. I was browsing the forum last night and can not remeber where I saw it being referenced.

Thanx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 09-27-2007, 09:08 PM
fxcruiser's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 859
fxcruiser is on a distinguished road
Quote:
Originally Posted by 4xtrend View Post
Please can somebody point me in the direction of this indicator. I was browsing the forum last night and can not remeber where I saw it being referenced.

Thanx
It is in several threads and postings. Best for you to do some work and use like search feature of the forum.

ENJOY!

fxcruiser
__________________
"You can be FREE. You can live and work anywhere in the world. You can be independent of routine and not answer to anybody. This is the life of a successful trader."
- Dr. Alexander Elder
****************************************
HAMA PAD v1 Original (here since 8/25/06)
************************************
HAMA Z3 - CYCLE Trading with PALS**TRADE SMART... Less Indicators; TRADE EFFICIENTLY for MAXIMUM PROFITS in LESS TIME**
Qualified Users Only

************************************
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:52 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.