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
  #801 (permalink)  
Old 07-16-2007, 08:27 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 308
mladen is on a distinguished road
In addition you need yo make this
PHP Code:
//+------------------------------------------------------------------+
//| MTF RMI |
//+------------------------------------------------------------------+

int start()
{
datetime TimeArray[];
int i,shift,limit,y=0,counted_bars=IndicatorCounted();

// Plot defined timeframe on to current timeframe 
ArrayCopySeries(TimeArray,MODE_TIME,Symbol(),TimeF rame); 

limit=Bars-counted_bars;
for(
i=0,y=0;i<limit;i++)
{
if (
Time[i]<TimeArray[y]) y++; 



/************************************************** ********* 
Add your main indicator loop below. You can reference an existing
indicator with its iName or iCustom.
Rule 1: Add extern inputs above for all neccesary values 
Rule 2: Use 'TimeFrame' for the indicator timeframe
Rule 3: Use 'y' for the indicator's shift value
************************************************** ********/ 

ExtMapBuffer1[i]=iRMI(NULL,TimeFrame,RMIPeriod,PRICE_CLOSE,y); //iStochastic(NULL,TimeFrame,KPeriod,DPeriod,Slowing ,MAMethod,PriceField,0,y);
//ExtMapBuffer2[i]=iStochastic(NULL,TimeFrame,KPeriod,DPeriod,Slowin g,MAMethod,PriceField,1,y);




//



return(0);
}
//+------------------------------------------------------------------+ 
a separate indicator, it can not be (the way you are trying to make it) in a same source
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #802 (permalink)  
Old 07-16-2007, 08:56 PM
Member
 
Join Date: Jun 2007
Posts: 34
cattus is on a distinguished road
Comments

Quote:
Originally Posted by fxbs View Post
MTF_AbsoluteStrength_v1DHs.mq4; yellow dots - no trade zone
___ not standalone ind; would call
AbsoluteStrength_v1DH.mq4 ( below, same as post 783)
AbsoluteStrength_v1.1.mq4 (previous post)
AbsoluteStrength: thread -nonlagtools http://www.forex-tsd.com/71680-post93.html
Hi fxbs.

I was checking again your modifications of the AbsoluteStrenght and I was reviewing each one of my previous files of that indicator in order to find some errors. I found that the main problem of your last modification "MTF_AbsoluteStrength_v1DHs.mq4" is when it works like a MTF. Please, review the following picts:


I hope that this helps in something.

Thanks.
Attached Images
File Type: gif Tf0.gif (37.1 KB, 1289 views)
File Type: gif Tf60-1.gif (40.2 KB, 1290 views)
File Type: gif Tf60-2.gif (37.7 KB, 1286 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #803 (permalink)  
Old 07-16-2007, 09:56 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,993
fxbs is on a distinguished road
[quote=cattus]

Cattus, thanks 4 noticing (wrong file -long night)

Files MTF_AbsoluteStrength_sBar & iTF_AbsoluteStrength_v1DHs from previous posts updated;

...Please just reinstall indicators under same name (replace files)
________________________________
20071006 update to post 803(below):

MTF_4TF_FXSniperErgodicCCI_BarsM6
MTF_FXSnipErgoCCI_BarM6
Attached Images
File Type: gif mtf as & bars1.gif (22.2 KB, 1300 views)
Attached Files
File Type: mq4 MTF_FXSnipErgoCCI_BarM6.mq4 (10.4 KB, 105 views)
File Type: mq4 MTF_4TF_FXSniperErgodicCCI_BarsM6.mq4 (6.3 KB, 94 views)

Last edited by fxbs; 10-06-2007 at 09:04 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #804 (permalink)  
Old 07-17-2007, 01:45 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,993
fxbs is on a distinguished road
Quote:
Originally Posted by lava View Post
Hi All,
I use FX Sniper's ECCI trigger all the time and ATM have multiple TF's open to time trades. It is the only indicator that works all year round for me.
[...]
Is it possible to do this with FX Sniper's ECCI?
It would be the killer indicator if we could see all the positions in various TFs at the same time.
[...]
OK, lava, but YOU - coming up with THE KILLER strategy (technique) or at least killer forward test (real-time trading, demo, say, a week) and sharing your results & thots - OK?
____________
20070816 new update - at post 855

20071006 update - post 802(above)
MTF_4TF_FXSniperErgodicCCI_BarsM6
MTF_FXSnipErgoCCI_BarM6
Attached Images
File Type: gif mtf sniperg bar.gif (18.8 KB, 1297 views)
Attached Files
File Type: mq4 FXSnipersErgodic_CCITrigger.mq4 (3.5 KB, 250 views)
File Type: mq4 MTF_FXSnipErgoCCI_BarM.mq4 (10.2 KB, 273 views)
File Type: mq4 MTF_4TF_FXSniperErgodicCCI_Bars.mq4 (6.2 KB, 271 views)
File Type: mq4 MTF_FXSnipersErgodicCCITrigger.mq4 (4.4 KB, 270 views)

Last edited by fxbs; 10-06-2007 at 08:59 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #805 (permalink)  
Old 07-17-2007, 03:25 AM
Member
 
Join Date: Jun 2007
Posts: 34
cattus is on a distinguished road
Thumbs up Thanks

[quote=fxbs;133159]
Quote:
Originally Posted by cattus

Cattus, thanks 4 noticing, stupid mistake, it fixed (long night).

Files MTF_AbsoluteStrength_sBar & iTF_AbsoluteStrength_v1DHs from previous posts updated;

_ My apologies, 2 all, who dounload them...Please just reinstall indicators under same name (replace files)
Hi fxbs.

Thanks for help us.

It is working, now. And I think it is a good beginning in order to develop other indicator with more information onto the zero line.

Regards.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #806 (permalink)  
Old 07-17-2007, 07:41 AM
Junior Member
 
Join Date: Sep 2006
Location: Spain
Posts: 27
lava is on a distinguished road
Thanks Fsbs

Quote:
Originally Posted by fxbs View Post
OK, lava, but YOU - coming up with THE KILLER strategy (technique) or at least killer forward test (real-time trading, demo, say, a week) and sharing your results & thots - OK?
Thanks for doing that Fxbs!
I am going to test it today. The earlier version of MFT FX Sniper's Erogodic CCI netted me 38 pips(30 after costs) scalping yesterday with 0 losses on a live account. On Cable and Loonie.
But I am using it in conjunction Double Woddies CCI(Heart version).
So not a bad start.
Of course I will let you know how I get on.
In time I will explain my technique. Need to test some more.
Attached Images
File Type: gif geppy ecci.gif (48.0 KB, 1214 views)

Last edited by lava; 07-17-2007 at 08:15 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #807 (permalink)  
Old 07-17-2007, 08:43 AM
Senior Member
 
Join Date: Mar 2007
Posts: 116
lodol2 is on a distinguished road
hi fxbs

good work! thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #808 (permalink)  
Old 07-18-2007, 01:10 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 647
increase is on a distinguished road
Hi Guys, I modified this into an MTF and it works real good on 5 min TF with the params I have set, there is a little repainting happening but i can live with that as I have other filters.

I want to get the alert working on the MTF when the arrow shows up so far not succesful, can anyone look at this and suggest

By the way I fixed the MTF problem in this that occurred when changing timeframes with arrows it used to show multiple arrows, but now only one each time

Thanks

I did MTF Bollinger also works good, I included below
Attached Images
File Type: jpg pic.jpg (231.7 KB, 1314 views)
Attached Files
File Type: mq4 #MTF_MadroGolden.mq4 (5.4 KB, 231 views)
File Type: mq4 __MadroGoldenFilter.mq4 (6.1 KB, 268 views)
File Type: mq4 #MTF_BollinderBands.mq4 (4.6 KB, 221 views)

Last edited by increase; 07-18-2007 at 01:25 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #809 (permalink)  
Old 07-18-2007, 09:49 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,993
fxbs is on a distinguished road
Thumbs up dem good

Bravo, Increase!
2. alert- no idea ... (U R alert wiz?!)

Last edited by fxbs; 07-18-2007 at 09:53 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #810 (permalink)  
Old 07-20-2007, 09:37 AM
Junior Member
 
Join Date: Jan 2007
Posts: 24
wwp726 is on a distinguished road
Hi

does anyone make a MTF NOnlagMA indicator????????????????????
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, mtf macd, pipnailer, megatrend, absolute strength, bbsqueeze, TheBuyZoneForex.pdf, MTF ADX, multi, multi time frame

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

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