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
  #1261 (permalink)  
Old 11-04-2007, 09:48 PM
Member
 
Join Date: Dec 2006
Posts: 31
wings10 is on a distinguished road
It corrected.

Quote:
Originally Posted by fxbs View Post
CJA, that's what you feel when somebody messing with your staff?

P.S. Wings10, Mladen will kill you... (joke)

P.P.S. Bookkeeper ("All indicators for self-deseption") sad -"Guy who made notorious "Solar Wind" (from Fisher) should be prohibited to program ..."

Sorry.....They are all my misunderstanding

Last edited by wings10; 11-05-2007 at 06:27 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1262 (permalink)  
Old 11-04-2007, 10:18 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,811
fxbs is on a distinguished road
Wings, if this predicting past piece of code stays - please, take our names (& "forexTSD") out

live just Yura Prokofiev

(pls. edit attachements in posts 1254 and 1261)

we don't want our names on bullsht ind spreading around the wourld, right?

PHP Code:
   {  MaxH High[Highest(NULL,0,MODE_HIGH,period,i)];
       
MinL Low[Lowest(NULL,0,MODE_LOW,period,i)];
      
price = (High[i]+Low[i])/2;
      
Value 0.33*2*((price-MinL)/(MaxH-MinL)-0.5) + 0.67*Value1;     
      
Value=MathMin(MathMax(Value,-0.999),0.999); 
      
ExtBuffer0[i]=0.5*MathLog((1+Value)/(1-Value))+0.5*Fish1;
      
Value1=Value;
      
Fish1=ExtBuffer0[i]; 

Last edited by fxbs; 11-06-2007 at 10:16 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1263 (permalink)  
Old 11-05-2007, 12:17 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,811
fxbs is on a distinguished road
3H live test results sw & sw clean:
Attached Images
File Type: gif solar wind test1e.gif (13.4 KB, 1151 views)
File Type: gif solar wind test1j.gif (13.4 KB, 1156 views)

Last edited by fxbs; 11-05-2007 at 01:12 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1264 (permalink)  
Old 11-05-2007, 03:56 AM
Junior Member
 
Join Date: Oct 2006
Location: Jamaica
Posts: 6
vyder is on a distinguished road
Quote:
Originally Posted by fxbs View Post
Vyder, here 4tf stoh bar and 4 separate mtf stochastics;
please, clarify your question and show what you mean on chart
btw. would it be more convenient if we take tf autoswitch off ? (so it'll show upper -zero(current) and only tfs you set - 4exmpl m30, 1H and 4h)?

p.s.please, use mtf stochastic updated(below), we need to see period in the comment line
Hi fxbs and thanks for responding. Let me try and simply my question then. is there a way to make the indicator that I attached record the stoch levels of the TFs that it monitors using the smallest time frame that the indicator displays? I can't show this on a chart unfortunately but when using the indicator on the 15m chart, when the 4h stoch changes, multiple dots/readings will change. It would be nice of only the most recent dot would repaint and not multiple dots on the higher time frames.

Please let me know if this is clearer. another thing i wanted to ask you was what do you mean that you need to see the period in the comment line?

thanks again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1265 (permalink)  
Old 11-05-2007, 04:26 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,811
fxbs is on a distinguished road
[quote=vyder;162661]
show one chart -all set and another when it chenged and show (with lines or arrows) where u expect it to be
or
try multiple charts - screenshots or
in mt menu file/ save as picture/ active workspace
period -i mean time period H1, H4, etc

also try 1TF bar (set it to any TF) and compare
4expl http://www.forex-tsd.com/68820-post1.html (may be that's what you want)

btw our indis would not repaint any bars (paint current bar until its set (close) as any other indi, but not repaint)
Attached Images
File Type: gif stoch mtf bar 2.GIF (17.3 KB, 1168 views)

Last edited by fxbs; 11-05-2007 at 05:11 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1266 (permalink)  
Old 11-05-2007, 06:33 AM
Member
 
Join Date: Dec 2006
Posts: 31
wings10 is on a distinguished road
file is remove once

Quote:
Originally Posted by fxbs View Post
Wings, if this piece of code stays - please, take our names (& "forexTSD") out

live just Yura Prokofiev

(pls. edit attachements in posts 1254 and 1261)

we don't want our names on bullsht ind spreading around the wourld, right?

PHP Code:
   {  MaxH High[Highest(NULL,0,MODE_HIGH,period,i)];
       
MinL Low[Lowest(NULL,0,MODE_LOW,period,i)];
      
price = (High[i]+Low[i])/2;
      
Value 0.33*2*((price-MinL)/(MaxH-MinL)-0.5) + 0.67*Value1;     
      
Value=MathMin(MathMax(Value,-0.999),0.999); 
      
ExtBuffer0[i]=0.5*MathLog((1+Value)/(1-Value))+0.5*Fish1;
      
Value1=Value;
      
Fish1=ExtBuffer0[i]; 
Correction after doing,it release
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1267 (permalink)  
Old 11-05-2007, 07:46 PM
Member
 
Join Date: Dec 2006
Posts: 67
marko [IRL] is on a distinguished road
MTF in EAs

Hi,
I would like to ask some experience coder, if will some so nice, if is usefull to use MTF indicatoeres in EAs. I was trying some, but statements are much more bad with MTF, than with normal ones with higher TF setting. Please, if are here some coders witch know solve the problem (witch of MTF are useable, or from witch coders made,or how to implement tham in code by best way, and so....)and will be so nice, PLEASE LETT ALL of as to know. Many thanks for help.

Marko
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1268 (permalink)  
Old 11-06-2007, 01:34 PM
Junior Member
 
Join Date: Oct 2006
Location: Jamaica
Posts: 6
vyder is on a distinguished road
Quote:
Originally Posted by fxbs View Post
show one chart -all set and another when it chenged and show (with lines or arrows) where u expect it to be
or
try multiple charts - screenshots or
in mt menu file/ save as picture/ active workspace
period -i mean time period H1, H4, etc

also try 1TF bar (set it to any TF) and compare
4expl http://www.forex-tsd.com/68820-post1.html (may be that's what you want)

btw our indis would not repaint any bars (paint current bar until its set (close) as any other indi, but not repaint)
hey fxbs, thanks again for trying to help me out. It is really difficult to try and capture this in screenshots as i do not see it happen very often. I will try though. I understand what you are saying about the mtf crosses but the indicator doesnt repaint the actually bars/candles. it repaints multiple dots on the actual indicator. say for example the 4h stoch is up...the indicator will show the dots as green. if the 4h then crosses down, multiple dots on the 4h will turn red instead of the most current dot (if the indicator is placed on a TF any lower than 4h).

thanks again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1269 (permalink)  
Old 11-06-2007, 01:41 PM
Junior Member
 
Join Date: Dec 2005
Posts: 20
highway3000 is on a distinguished road
MTF fractals- separate window

I have a problem making a MTF Fractal to work correctly.
Can someone please have a look why an extra row of arrows appear below.

I wanted the fractals to be on a separate window.

Thanks in advance
Attached Files
File Type: mq4 MTF-Fractals-SP-window.mq4 (3.5 KB, 116 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1270 (permalink)  
Old 11-06-2007, 09:23 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,811
fxbs is on a distinguished road
Quote:
Originally Posted by highway3000 View Post
I have a problem making a MTF Fractal to work correctly.
Can someone please have a look why an extra row of arrows appear below.

I wanted the fractals to be on a separate window.

Thanks in advance
SetIndexEmptyValue




PHP Code:
//---- indicator line

   
SetIndexBuffer(0,ExtMapBuffer1);
   
SetIndexStyle(0,DRAW_ARROW);
   
SetIndexArrow(0,119);
   
SetIndexBuffer(1,ExtMapBuffer2);
   
SetIndexStyle(1,DRAW_ARROW);
   
SetIndexArrow(1,119);
    
SetIndexEmptyValue(0,0.0);
    
SetIndexEmptyValue(1,0.0);

//---- name for DataWindow and indicator subwindow label 
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