View Single Post
  #3 (permalink)  
Old 06-28-2007, 07:32 PM
MrPip MrPip is offline
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 552
MrPip is on a distinguished road
I have reserved this post for future attachment of experts and indicators.

N4_TF_LSMA_BarUpper will plot the current trend on the next 4 higher timeframes above the original indicator.

On a five minute chart you can now see the 5, 15, 30 and 60 with the original and the 240, daily, weekly and monthly with the upper version.

Regression_Channel_V2 was sent to me by a friend. I modified it to add the extra standard deviation levels. I have not looked closely at the code buy it seems MAShoot helps determine the starting point for the channel.

MTF_MA_in_ColorLSMA will plat the standard MAs in color as well as LSMA.
Start at the lowest timeframe of interest and use timeframe = 0.
Add other timeframes by attaching again to the main chart window with higher timeframes.

For example if the lowest timeframe is 15 minute you can attach the indicator with timeframe = 60, 240 and 1440 to get the indicator value for hourly, 4 hr and daily.

Robert
Attached Files
File Type: mq4 N4_TF_LSMA_BarUpper.mq4 (10.5 KB, 273 views)
File Type: mq4 Regression_Channel_V2.mq4 (8.3 KB, 262 views)
File Type: mq4 MTF_MA in ColorLSMA.mq4 (7.9 KB, 257 views)

Last edited by MrPip; 06-29-2007 at 04:57 PM. Reason: adding new indicators
Reply With Quote