Forex



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
 
Thread Tools Display Modes
  #2741 (permalink)  
Old 03-16-2009, 10:06 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
thank you, Cja
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2742 (permalink)  
Old 03-16-2009, 10:24 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Quote:
Originally Posted by cameofx View Post
Hi fxbs,

I got this Stochastic_LSDs_MTF.mq4 which i think is very great.
It has option to show regular 'stepping' MTF and/or smooth line MTF on the
same plot

why haven't we've seen more MTF's in 'this form/style'?
I've look around but can't find this form of MTF on Hull. Maybe you have
or anyone has got smooth Hull MTF already could please point me to the thread..

Thanks a ton in advance!
hi, why? - 'cause traditional step method is good, simple and proven, like a tank, and still there is a plenty of misunderstanding and confusion, i can imagine what will happen with 'deceiving non-step-like line' ("smooth line" - also pretty deceiving term : ))))
don't know about Hull mtf - i'm piled- up with other things to do - but there are many guys around here
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2743 (permalink)  
Old 03-16-2009, 10:26 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
zz_MZZ4_4tf.mq4 Nen's mtf 4 tf zz
Attached Files
File Type: mq4 zz_MZZ4_4tf.mq4 (23.2 KB, 227 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2744 (permalink)  
Old 03-17-2009, 12:21 AM
Senior Member
 
Join Date: Oct 2006
Posts: 181
FXBabe is on a distinguished road
Quote:
Originally Posted by matfx View Post
Hi,

Maybe this is what you are looking for. I use the standard Money Flow Index turned it to MTF.
thanks mate.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2745 (permalink)  
Old 03-17-2009, 01:30 AM
Junior Member
 
Join Date: Nov 2008
Posts: 9
cameofx is on a distinguished road
Quote:
hi, why? - 'cause traditional step method is good, simple and proven, like a tank, and still there is a plenty of misunderstanding and confusion, i can imagine what will happen with 'deceiving non-step-like line' ("smooth line" - also pretty deceiving term : ))))
don't know about Hull mtf - i'm piled- up with other things to do - but there are many guys around here
'smooth line'.... lol . you're right i just picked that up out of thin air!

But i think it would not differ so much with the original 'step' mtf as it is evident with Stoch LSDs mtf (i studied the code lil' bit, if i'm not mistaken it's just adding draw_section between values...). The programmer who coded it must've anticipated it as he/she is making it an optional one.

I guess the main advantage would be less clutter when multiple period mtf's is stacked.. and I'm imagining the in-between values is not too significant after all.... Anyway thx for the reply fxbs...!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2746 (permalink)  
Old 03-17-2009, 06:25 PM
Senior Member
 
Join Date: Jun 2008
Location: Hong Kong
Posts: 103
pj9100 is on a distinguished road
Quote:
Originally Posted by cja View Post
This is an indicator i modified quite sometime ago it is a MTF Fibo indicator and has preset color and linestyles so all the user has to do is change timeframes and the lines and colors update to the presets. Of course the preset colors etc can all be altered by the user.

extern string ____________________="Change TimeFrames for MTF Display";
extern int TimeFrame =1440;
extern string _____________________=" Preset colors & LineStyle";
extern string ______________________="Monthly";
extern color MN1_Upper_color = Sienna;
extern color MN1_Intra_color = DarkOrange;
extern color MN1_Lower_color = Sienna;
extern int MN1_Hi_LineStyle = 0;
extern int MN1_Mid_LineStyle = 0;
extern int MN1_Lo_LineStyle = 0;
extern string _______________________="Weekly";
extern color W1_Upper_color = Maroon;
extern color W1_Intra_color = Red;
extern color W1_Lower_color = Maroon;
extern int W1_Hi_LineStyle = 0;
extern int W1_Mid_LineStyle = 0;
extern int W1_Lo_LineStyle = 0;
extern string ________________________="Daily";
extern color D1_Upper_color = SteelBlue;
extern color D1_Intra_color = Aqua;
extern color D1_Lower_color = SteelBlue;
extern int D1_Hi_LineStyle = 0;
extern int D1_Mid_LineStyle = 0;
extern int D1_Lo_LineStyle = 0;
extern string _________________________="4 Hourly";
extern color H4_Upper_color = ForestGreen;
extern color H4_Intra_color = YellowGreen;
extern color H4_Lower_color = ForestGreen;
extern int H4_Hi_LineStyle = 0;
extern int H4_Mid_LineStyle = 0;
extern int H4_Lo_LineStyle = 0;
extern string __________________________="1 Hourly";
extern color H1_Upper_color = Gray;
extern color H1_Intra_color = Silver;
extern color H1_Lower_color = Gray;
extern int H1_Hi_LineStyle = 0;
extern int H1_Mid_LineStyle = 0;
extern int H1_Lo_LineStyle = 0;

Attachment 80015

Attachment 80012
Thank you very much.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2747 (permalink)  
Old 03-17-2009, 07:27 PM
Junior Member
 
Join Date: Nov 2008
Posts: 9
cameofx is on a distinguished road
Quote:
cja
Fibo_MTF
This is an indicator i modified quite sometime ago it is a MTF Fibo indicator and has preset color and linestyles so all the user has to do is change timeframes and the lines and colors update to the presets. Of course the preset colors etc can all be altered by the user...
Thx Cja!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2748 (permalink)  
Old 03-19-2009, 01:50 PM
Junior Member
 
Join Date: Apr 2008
Location: Currently living in Lagos State, Nigeria.
Posts: 14
elijahsmithklime is on a distinguished road
time frame ?

which time frame best for minimum of 20pips per trade ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2749 (permalink)  
Old 03-26-2009, 12:03 PM
Senior Member
 
Join Date: Sep 2007
Location: Poland
Posts: 272
Pucio is on a distinguished road
MTF HI LOW Indicator Question

Please, can you tell me why this indi does not show prev monthly low and high ? Maybe I do not know how to use it ?

diagram1.gif

Pucio
Attached Files
File Type: mq4 MTF_HI_LOW_v1.mq4 (21.4 KB, 135 views)

Last edited by Linuxser; 03-27-2009 at 10:52 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2750 (permalink)  
Old 03-26-2009, 12:56 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Just found original source:
http://www.forex-tsd.com/93349-post473.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
#MTF_WPR.mq4, ABSOLUTE STRENGTH, absolute strength indicator, AbsoluteStrength, AbsoluteStrength_v1.1_mtf, ADX MTF, AlaskanPipAssassin, atr channel, BBMACD, bbsqueeze, bh-ergodic, center of gravity, Coeffoline, custom candle, customcandle, Damiani_volatmeter v3.2, Envelopes, FanSimple4en, fncd indicator, forex, forextrend_v2, fxst3cci, FxTrend v2, fxtsd, histogram, indicators, megatrend, MegaTrend.mq4, mladen, mtf absolute strength, mtf adx, mtf adx indicator, mtf bband, MTF candle, mtf ema, MTF indicator, mtf LaGuerre, mtf ma, mtf macd, mtf megatrend, mtf parabolic, MTF PSAR, mtf qqe, MTF RSI, mtf rsx, mtf stochastic, MTF trendenvelopes, mtf_4tf_has_bar2m, mtf_megatrend_barm_4tfnext, multi, multi time frame, MULTI TIME FRAME indicator, multi time frame stochastic, multi timeframe, multi timeframe indicator, nonlagma v7, NonLagMA_v7.1, NRTR_Rosh_v2eAlert_mtf.ex4, open interest, pipnailer, PowerTrend, powertrend.mq4, qqe mtf, search, TheBuyZoneForex.pdf, timeframe, TrendEnvelopes_v5, trendline, TRO MultiPair, tro sak multipair, voltychoppy, XO_A_H

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 Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
get current timeframe () or the like.. arm73c05 Metatrader 4 3 02-21-2007 08:51 PM
Timeframe / Shift divergence_trader Metatrader 4 2 02-12-2007 02:04 PM
Multi EAs, multi brokers, same computer hhsmoney General Discussion 6 11-16-2006 09:32 PM
Get current timeframe The_N Metatrader 4 2 09-08-2006 12:40 PM
Multi timeframe through a shift calculation? wananohoshi Indicators - Metatrader 4 2 08-06-2006 11:02 AM


All times are GMT. The time now is 01:02 PM.



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