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 (229) Thread Tools Display Modes
  #831 (permalink)  
Old 07-24-2007, 02:17 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,814
fxbs is on a distinguished road
Cool

Quote:
Originally Posted by spiritbreezer View Post
I'm in need of a mtf stoch indi, which shows a vert line on a 15min chart when and where the stoch of 60min has crossed.
any ideas how to stick vertical line?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #832 (permalink)  
Old 07-24-2007, 02:29 AM
Junior Member
 
Join Date: Apr 2006
Posts: 5
nuum is on a distinguished road
Quote:
Originally Posted by fxbs View Post
alrait go ahead,
MTF_ATR Channels.mq4 (works with ATR Canels.mq4 )
Thank you so much, sir
You are truely ocean-mind.
I guest, this is the first MTF ATR channel been made in this forum

Let keep it as another good arsenal.


alway love ATR as much as Pivot piont

Last edited by nuum; 07-24-2007 at 02:51 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #833 (permalink)  
Old 07-25-2007, 04:06 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,814
fxbs is on a distinguished road
Update to MTF files based on AbsoluteStrength_v1.1.mq4 (posts 797,798)
with Signals according to Igorad & Newdigital Rules (Cattus)

Signals_Up =StrongUp,UpCorrection: Blue,DogerBlue";
Signals_Down = StrongDn,DnCorrection: Red,IndianRed";
Sinal_TwoForcesOn = "Caution, DirChangePosbl:TwoForcesOn; Yellow";
Sinal_NoInterest = "NoTradeZone-NoInterest:Bulls&BearsDown; White";

added futures of v1.1 (mode, levels); Sidebars - bar level(position)adjustable; drug-and-drop at any ind. window
all ind. hooked 2 and works with one ini ind - same old "AbsoluteStrength_v1.1" (below)
Attached Images
File Type: gif mtf as dhs sbar1.gif (21.4 KB, 1379 views)
Attached Files
File Type: mq4 MTF_AbsoluteStrength_v1.1_DHS.mq4 (9.9 KB, 217 views)
File Type: mq4 MTF_AbsoluteStrength_v1.1SideBAR.mq4 (10.1 KB, 205 views)
File Type: mq4 MTF_AbsoluteStrength_v1.1_SideBarM2.mq4 (10.1 KB, 231 views)
File Type: mq4 AbsoluteStrength_v1.1.mq4 (5.5 KB, 177 views)

Last edited by fxbs; 07-25-2007 at 04:25 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #834 (permalink)  
Old 07-25-2007, 10:18 AM
iinzall's Avatar
Senior Member
 
Join Date: Apr 2007
Location: Pontianak - Indonesia
Posts: 107
iinzall is on a distinguished road
The Most Accurate MTF Indicator ?

The Great fxbs, Chip82, and other forex experts, i am confuse to choose an MTF indicator which is suitable for my trading technique...
i like scalping very much...than the long term trades...
i like to trade in 1 and 5 minutes TF.
So, i want to use MTF indicator which shows high accuration when to enter and when to exit fast..
right now i use MTF HAS Bar from Steinitz, MTF FXSniper's CCI from Chip82, Bolinger Squeeze which give me signal when not to trade, and William % R. But i feel sometimes they show late signals...

So, which one of MTF indicators is according to you guys has a high accuration..
Would you help me guys ........?

Regards,

IIN
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #835 (permalink)  
Old 07-25-2007, 12:43 PM
chivas88chi's Avatar
Junior Member
 
Join Date: Jun 2007
Posts: 25
chivas88chi is on a distinguished road
pattern interference

if a group of market participant has a discipline on a signal pattern
and other group of market participant has another discipline on another signal pattern

when the both of the pattern give the same signal

i call it "pattern interference"
what do you thinK ?

please could you tell me more about this



Quote:
Originally Posted by keris2112 View Post
Hi all,
I've been wanting to have the ability to plot indicators from different timeframes on my chart, but MT doesn't have this capability built in. (Does anyone know of any charting programs that do this natively?) As an example, if you're following the IWCR system, it'd be nice to be able to plot the Daily RSI on your 5 Min. chart.

When I put together the Daily Volitily Breakout indicator, that sorta did what I wanted in that it allowed you to add it to any timeframe (Daily or less) and see where the daily breakout point would be. The problem was that it was limited to only showing the Daily value.

About 2 weeks ago I came across Igorad's Price Channel Stop indicator and it seemed to do what I wanted (with regard to mulitiple timeframes). I started trying to use the Price Channel indicator as a template, adding code from other indicators and tweaking it to work within the new structure, but they never seemed to work. (I'm still not a very good coder.) Then last night I had a "breakthrough": If I can't figure out how to properly add the code from the other indicators, why not just Reference them, with their iName or iCustom? So, that's what I did. And, it works great.

Here are a few things to keep in mind when using these:
1) TimeFrame is the input you use to specify what timeframe to pull the data from.
2) You must set TimeFrame in minutes (1,5,15,30,60,240,1440,10080,43200)
3) By default, TimeFrame is set to 0, which means that it will use whatever the current timeframe is, i.e it will act as the original indicator.
4) If you set TimeFrame to anything other than 0, it must be >= current timeframe. (In other words, don't use a M15 PSar on an H1 chart. The values won't be correct. An H1 PSar on an M15 chart works properly.)

I've setup 5 Multi-TimeFrame (MTF) indicators to use as examples. You can open them up and use the code as a template so that you can make any existing indicator MTF. Please don't post asking for other indicators to be made, as the thread will soon turn into one big 'please do this for every MT4 indicator'. It's really, really simple to do, and if you don't know how to code, spend a week reading Coder Guru's MT4 programming guide and you'll be able to do it.

If I have time, I'll add more. Hopefully others will add their MTF conversions to the thread.

Multi-TimeFrame set 1 contains:
#MTF_MovingAverage.mq4
#MTF_PSar.mq4
#MTF_RSI.mq4
#MTF_MACD.mq4
#MTF_CCI.mq4

The attached chart is the following:
M5 Chart with LimeGreen PSar
M15 PSar
M60 SMA(13)
H4 CCI
M30 MACD
H1 RSI

Well, I hope these come in handy for some of you. Thanks Igor, for your fantastic coding skills. I've learned a lot just by studying your code.

Keris

EDIT:
Added #MTF Set 2.zip on 3/4/06 ---- (Bollinger Bands, Juice, Linear Price Bar, Price, Stochastic)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #836 (permalink)  
Old 07-26-2007, 08:16 AM
jatki24300's Avatar
Senior Member
 
Join Date: Feb 2007
Location: Texas
Posts: 109
jatki24300 is on a distinguished road
TrendEnvelopes

Does any one have a mtf version of trend envelopes that they can post. I have attached the not mtf version. Thanks Jatki24300
Attached Files
File Type: mq4 TrendEnvelopes_v1[1].1.mq4 (5.2 KB, 116 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #837 (permalink)  
Old 07-26-2007, 04:21 PM
Member
 
Join Date: Jun 2007
Posts: 31
cattus is on a distinguished road
MTF Trend Envelopes

Quote:
Originally Posted by jatki24300 View Post
Does any one have a mtf version of trend envelopes that they can post. I have attached the not mtf version. Thanks Jatki24300

I need too that MTF version. I hope that somebody can help us.

cattus
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #838 (permalink)  
Old 07-26-2007, 04:41 PM
Member
 
Join Date: Jun 2007
Posts: 31
cattus is on a distinguished road
Scalping Techniques

Quote:
Originally Posted by iinzall View Post
The Great fxbs, Chip82, and other forex experts, i am confuse to choose an MTF indicator which is suitable for my trading technique...
i like scalping very much...than the long term trades...
i like to trade in 1 and 5 minutes TF.
So, i want to use MTF indicator which shows high accuration when to enter and when to exit fast..
right now i use MTF HAS Bar from Steinitz, MTF FXSniper's CCI from Chip82, Bolinger Squeeze which give me signal when not to trade, and William % R. But i feel sometimes they show late signals...

So, which one of MTF indicators is according to you guys has a high accuration..
Would you help me guys ........?

Regards,

IIN

Hi iinzall.

I am not a Senior member but I hope that a few of my comments can help you.

The main idea of use MTF indicators is to trade with a more big parameter than 5 or 1 minutes. The recommendation is trade on the way that indicates the MTF, because there are more probability that we will have more impulsive movements on that way.

I believe that these threads can help you:
ASCTrend system
http://www.forex-tsd.com/expert-anal...nd-system.html

Regards.

cattus
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #839 (permalink)  
Old 07-27-2007, 04:27 AM
iinzall's Avatar
Senior Member
 
Join Date: Apr 2007
Location: Pontianak - Indonesia
Posts: 107
iinzall is on a distinguished road
Hi Cattus

Quote:
Originally Posted by cattus View Post
Hi iinzall.

I am not a Senior member but I hope that a few of my comments can help you.

The main idea of use MTF indicators is to trade with a more big parameter than 5 or 1 minutes. The recommendation is trade on the way that indicates the MTF, because there are more probability that we will have more impulsive movements on that way.

I believe that these threads can help you:
ASCTrend system
http://www.forex-tsd.com/expert-anal...nd-system.html

Regards.

cattus
Hi Cattus, i really appreciate your reply to me.
Big thanks for your help. And i will study the link you give, to make my own technique better in trading.
Big thanks again...

Very Best Regards,

IIN
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #840 (permalink)  
Old 07-27-2007, 08:32 AM
Junior Member
 
Join Date: Mar 2007
Posts: 13
aauzir is on a distinguished road
Help to convert this script to MTF Bar format

Hopefully someone can help me to convert this scripts MTF_Super_Signal_v1.mq4 and/or super_signal_v2.mq4 to bar format MTF_SuperSignal_Bar.mq4

This new MTF_SuperSignal_Bar.mq4 will look and function like N4_TF_HAS_Bar.

TQ
Attached Files
File Type: mq4 N4_TF_HAS_Bar.mq4 (8.5 KB, 155 views)
File Type: mq4 #MTF_Super-signals_v1.mq4 (3.6 KB, 148 views)
File Type: mq4 super signals v2.mq4 (1.9 KB, 145 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
forex, histogram, mtf bband, TRO SAK MULTIPAIR

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/1077-multi-timeframe-indicators.html
Posted By For Type Date
求助:一个可以把大时间周期的均线放在小时间周期上的指标 - mt4编程与智能交易系统 - 领域外汇论坛 —外汇论坛|外汇开户|外汇保证金|FXSOL开户 This thread Refback 08-31-2008 07:31 AM
亂MT4亃MetaTrader Part8亂儊僞僩儗乕僟乕亃 Post #0 Refback 08-17-2008 12:55 PM
老涡: fractals.mq4 This thread Refback 08-07-2008 06:37 PM
Multi Timeframe Indicators - Page 91 - Forex Trading This thread Refback 08-02-2008 09:22 PM
MTF Stochastic 4TF Post #2168 Refback 08-02-2008 07:13 PM
耔咫耔轺 4 徕 ?? - Trading4Living 翦  滗屣 This thread Refback 07-23-2008 06:20 PM
Multi Timeframe Indicators - Page 117 - Forex Trading This thread Refback 07-20-2008 03:49 AM
耔咫耔轺 4 徕 ?? - Trading4Living 翦  滗屣 This thread Refback 07-13-2008 04:55 PM
耔咫耔轺 4 徕 ?? - Trading4Living 翦  滗屣 This thread Refback 07-13-2008 04:12 PM
软滂赅蝾瘥 桃 4 - 义蹴梓羼觇 囗嚯桤 Forex This thread Refback 07-12-2008 08:08 AM
软滂赅蝾瘥 桃 4 - 义蹴梓羼觇 囗嚯桤 Forex This thread Refback 07-12-2008 05:41 AM
Weekly_HILO. - MQL4 浠g爜鍩哄湴 Post #2066 Refback 07-10-2008 08:39 PM
Multi Timeframe Indicators - Page 62 - Forex Trading This thread Refback 07-05-2008 10:25 PM
仭僥僋僯僇儖偵偮偄偰岅傠偆仭part2 This thread Refback 07-05-2008 11:05 AM
BZ_TL_SkylineM - MQL4 Code Base Post #1684 Refback 07-05-2008 07:12 AM
MTF BB-Squeeze - MQL4 Code Base Post #1870 Refback 07-03-2008 03:32 AM
Weekly_HILO. - MQL4 Code Base Post #2066 Refback 06-25-2008 05:45 AM
≮持违スレ≯MetaTrader介看荚漓脱3≮ゆとり漓脱≯ - MetaTraderまとめWiki Post #1124 Refback 06-22-2008 01:31 PM
My MT4 modified indicators and collection - Page 7 Post #1177 Refback 06-22-2008 11:30 AM
Weekly_HILO. - MQL4 Code Base Post #2066 Refback 06-20-2008 04:56 AM
EESFX This thread Refback 06-19-2008 02:17 PM
Signal_Bars_MFI - MQL4 Code Base Post #2210 Refback 06-18-2008 10:24 PM
Signal_Bars_MFI - MQL4 Code Base Post #2210 Refback 06-17-2008 06:18 PM
Signal_Bars_MFI - MQL4 Code Base Post #2210 Refback 06-16-2008 10:29 PM
RSS-赅磬: 埋 桧滂赅蝾瘥 灶疱犟 Post #1652 Refback 06-15-2008 03:06 PM
软滂赅蝾瘥 桃 4 - 义蹴梓羼觇 囗嚯桤 Forex This thread Refback 06-13-2008 06:00 PM
袘谢芯谐 Post #1652 Refback 06-12-2008 02:17 PM