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
  #861 (permalink)  
Old 08-05-2007, 05:46 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 2,725
ElectricSavant is on a distinguished road
This one is incredibly early and good...but I think it repaints...can anybody fix that?

ES


Quote:
Originally Posted by FX_Sniper View Post
Hey fellow Pip Hunters !

Had some spare time and turned the AlaskanPipAssassin into MTF for ya-all

Happy Hunting !

FX Sniper

Thanks to Kerris for the original MTF Template.

Last edited by ElectricSavant; 08-05-2007 at 07:27 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #862 (permalink)  
Old 08-05-2007, 10:11 AM
Senior Member
 
Join Date: Mar 2007
Posts: 113
lodol2 is on a distinguished road
hello fxbs

hello fxbs great work.

You do nothing else than programming indicators day and night.
Great work thx.

I tried "MTF_Stoch_4TFx4_CJA.mq4 (1"
but it shows only 3 Stochastics instead of four. Is something wrong with the code or something wrong with my setups?

thx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #863 (permalink)  
Old 08-05-2007, 10:53 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 539
cja is on a distinguished road
Turned off

Quote:
Originally Posted by lodol2 View Post
hello fxbs great work.

You do nothing else than programming indicators day and night.
Great work thx.

I tried "MTF_Stoch_4TFx4_CJA.mq4 (1"
but it shows only 3 Stochastics instead of four. Is something wrong with the code or something wrong with my setups?

thx
There is nothing wrong i just checked the indicator that is avaliable for downloading and the 4th STOCH is set to false so only 3 are turned on, go into inputs and set the 4th STOCH to true. Each STOCH level is able to be turned OFF/ON as per my original indicator before this modification was made.

cja
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #864 (permalink)  
Old 08-05-2007, 11:07 AM
Senior Member
 
Join Date: Mar 2007
Posts: 113
lodol2 is on a distinguished road
thx cja

ahh thx easy solution..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #865 (permalink)  
Old 08-05-2007, 01:47 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 267
mladen is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
This one is incredibly early and good...but I think it repaints...can anybody fix that?

ES
It is not repainting, it is lagging in time frames lower than the indicators chosen time frame.

Change the line 77 of #MTF AlaskanPipAssassin :

PHP Code:
limit=Bars-counted_bars
to read
PHP Code:
limit MathMaxMathMin(Bars counted_bars,CountBars),MathMax(TimeFrame/Period(),1)); 
and everything in the indicator will work fine (even the bar limitation will work)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #866 (permalink)  
Old 08-05-2007, 02:51 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 2,725
ElectricSavant is on a distinguished road
ahh...Thanks mladen

Quote:
Originally Posted by mladen View Post
It is not repainting, it is lagging in time frames lower than the indicators chosen time frame.

Change the line 77 of #MTF AlaskanPipAssassin :

PHP Code:
limit=Bars-counted_bars
to read
PHP Code:
limit MathMaxMathMin(Bars counted_bars,CountBars),MathMax(TimeFrame/Period(),1)); 
and everything in the indicator will work fine (even the bar limitation will work)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #867 (permalink)  
Old 08-05-2007, 02:55 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 2,725
ElectricSavant is on a distinguished road
This is major..I know this is a lot...but could admin or at least the authors of the posted files amend their attachments for the future visitors...

ES

Quote:
Originally Posted by igorad View Post
Hi to ALL,

ALL MTF Indicators don't draw the graphic on the chart correctly because
of the BUG in the code.

To avoid this BUG you should fix only one line in the code:

instead of limit = Bars-counted_bars;
should be limit=Bars-counted_bars+TimeFrame/Period();

Regards,
Igor

Last edited by ElectricSavant; 08-05-2007 at 04:13 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #868 (permalink)  
Old 08-05-2007, 03:33 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 2,725
ElectricSavant is on a distinguished road
But...

When applying the fix "

limit = MathMax( MathMin(Bars - counted_bars,CountBars),MathMax(TimeFrame/Period(),1));

to this below..it does not work...





Quote:
Originally Posted by keris2112 View Post
sailor,
Try this: #MTF_MovingAverage Correlation

It will plot 2 moving averages, 1 for the current symbol and 1 for whatever symbol you enter. You can still set TimeFrame for whatever you want.

There are 2 new Inputs:
  1. Currency (You must use ALL CAPS when you enter a currency for comparison.) - Default is empty, so all you'll see is 1 moving average until you enter a value for this input.)
  2. CorrBars (How many bars back you want the correlation to start.) - Default=100
The MA value for the correlated currency is, by necessity, not correct. (The price for the correlated currency is usually too different than the base currency. You wouldn't be able to see it on the chart, so it is "normalized" to fit.) But, the "look" of the MA is correct, so you should be able to make a good correlation comparison.

I hope this is what you want. Let me know if you find anything wrong with it or you'd like something else.

I've attached 2 pics to show what it looks like. The pics show the following:
EURUSD H4 Chart
SMA(13) - D1 TimeFrame
SMA(13) - D1 TimeFrame for USDCHF

EURUSD H4 Chart
SMA(5) - D1 TimeFrame
SMA(5) - D1 TimeFrame for GBPUSD

Keris

Last edited by ElectricSavant; 08-05-2007 at 04:12 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #869 (permalink)  
Old 08-05-2007, 03:46 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,824
fxbs is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
This is major..I know this is a lot...but could admin or theat least the authors of the posted files amend their posts for the future visitors...
ES
right, would Admin, pls, check for us (and fix) all the indis based on Keris formula (old & new) - and that's about all of them...
p.s. 4 visitors: (same old rule) try to use latest or proven versions ...
... just posters conscience...

Last edited by fxbs; 08-05-2007 at 03:54 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #870 (permalink)  
Old 08-05-2007, 05:02 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 267
mladen is on a distinguished road
Quote:
Originally Posted by ElectricSavant View Post
But...

When applying the fix "

limit = MathMax( MathMin(Bars - counted_bars,CountBars),MathMax(TimeFrame/Period(),1));

to this below..it does not work...
That is made for #MTF AlaskanPipAssassin
I have no idea how #MTF_MovingAverage Correlation works, but, if based on Keris base solution than this should do the job :

PHP Code:
limit MathMaxBars counted_bars,MathMax(TimeFrame/Period(),1)); 
PS: Just looked into the code, and, yes, this is the solution

Last edited by mladen; 08-05-2007 at 05:10 PM.
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
仭僥僋僯僇儖偵偮偄偰岅傠偆仭Part4 Post #977 Refback 06-11-2008 12:15 PM
袙褋械 懈薪写懈泻邪褌芯褉褘 肖芯褉械泻褋: 袦邪泄 2008 Post #1684 Refback 06-09-2008 10:47 AM
LinearRegSlope_v1 - MQL4 浠g爜鍩哄湴