⭐ trendtrader Posted May 6, 2011 Report Share Posted May 6, 2011 (edited) [REQ] looking for the TWE system and indicators if anyone has it. tradingwithanedge.c0m. Tks Edited May 6, 2011 by trendtrader to comply with posting rules Quote Link to comment Share on other sites More sharing options...
Khec1 Posted May 14, 2011 Report Share Posted May 14, 2011 [REQ] looking for the TWE system and indicators if anyone has it. tradingwithanedge.c0m. Tks Hi, it will be nice to have this system. I think it is the best trading system outhere. Quote Link to comment Share on other sites More sharing options...
marat Posted May 15, 2011 Report Share Posted May 15, 2011 Its look like colored Bolinger Bands.... Quote Link to comment Share on other sites More sharing options...
sillykiddo Posted July 14, 2011 Report Share Posted July 14, 2011 I personaly know this guy i also have been looking for this system for 2 years but no luck but it is a rock solid system.. as i been in the room as a guest for quite a few times.. Quote Link to comment Share on other sites More sharing options...
fxuser1 Posted July 15, 2011 Report Share Posted July 15, 2011 (edited) Hi Folks...I got a very similar code. Actually it's just a series of Keltner channels here is the code......can anyone please translate it into MT4 This code you see now is for THINK OR SWIM platform declare weak_volume_dependency; input displace = 0; input displace2 = 0; input displace3 = 0; input factor = 1.75; input factor2 = 2.5; input factor3 = 4; input length = 45; input price = close; def shift = factor * AvgTrueRange(high, close, low, length); def shift2 = factor2 * AvgTrueRange(high, close, low, length); def shift3 = factor3 * AvgTrueRange(high, close, low, length); def average = ExpAverage(price, length); plot Avg = average[-displace]; Avg.SetDefaultColor(GetColor(7)); plot Upper_Band = average[-displace] + shift[-displace]; Upper_Band.SetDefaultColor(GetColor(7)); plot Lower_Band = average[-displace] - shift[-displace]; Lower_Band.SetDefaultColor(GetColor(7)); plot Upper_Band2 = average[-displace] + shift2[-displace]; Upper_Band2.SetDefaultColor(GetColor(7)); plot Lower_Band2 = average[-displace] - shift2[-displace]; Lower_Band2.SetDefaultColor(GetColor(7)); plot Upper_Band3 = average[-displace] + shift3[-displace]; Upper_Band3.SetDefaultColor(GetColor(7)); plot Lower_Band3 = average[-displace] - shift3[-displace]; Lower_Band3.SetDefaultColor(GetColor(7)); Edited July 15, 2011 by fxuser1 code Quote Link to comment Share on other sites More sharing options...
⭐ trader1968 Posted July 15, 2011 Report Share Posted July 15, 2011 How can we have a look in the room and how much does it cost ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.