Forex
Google

Go Back   Forex Trading > Discussion Areas > Metatrader 4
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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 (6) Thread Tools Display Modes
  #1 (permalink)  
Old 10-20-2005, 01:43 PM
Alex.Piech.FinGeR's Avatar
Alex.Piech.FinGeR Alex.Piech.FinGeR is offline
Senior Member
 
Join Date: Oct 2005
Location: Germany
Posts: 305
Alex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud of
Tick Indicator

hi,

a cool indicator

Tick_on_Chart i all TimeFrames :cool:

only Live Tick !!!
Attached Images
File Type: jpg ex.JPG (158.9 KB, 1965 views)
Attached Files
File Type: mq4 Tick_on_Chart.mq4 (2.5 KB, 481 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-24-2005, 08:19 PM
sailor sailor is offline
Senior Member
 
Join Date: Oct 2005
Posts: 223
sailor is on a distinguished road
i cant get it to work how to ??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-25-2005, 07:40 AM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 15,388
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
It works. See image.
Live ticks only. You need to get connected to the server.
Attached Images
File Type: gif tick.gif (7.9 KB, 1812 views)

Last edited by newdigital : 05-28-2006 at 05:56 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-25-2005, 02:28 PM
sailor sailor is offline
Senior Member
 
Join Date: Oct 2005
Posts: 223
sailor is on a distinguished road
thanks :-) i see it now think i was unpatience lol wonder if some one who can help to modify grid builder so i can atach in indicator window also


Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-27-2006, 05:37 PM
Nicholishen's Avatar
Nicholishen Nicholishen is offline
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
Tick Power Indicator

Here is a new one that I have been working on to enhance an EA project. The idea was to analyze the ticks on a low TF chart, and try to see if it is possible to determine the difference between spikes and legit breakouts.

When you place the IND on the chart you won't initially see any visualization. As the indicator collects tick data it will begin to build the visualization.
Attached Images
File Type: gif tick power.gif (25.4 KB, 1749 views)
Attached Files
File Type: mq4 Tick_Power.mq4 (2.9 KB, 352 views)
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-22-2006, 11:04 PM
Ducati Ducati is offline
Senior Member
 
Join Date: Jun 2006
Posts: 109
Ducati is on a distinguished road
upticks versus downticks

Hi all,

is there an indicator that tells how many upticks there have been in the past x period, versus downticks, and then graphed according to total ticks?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-22-2006, 11:47 PM
Craig Craig is offline
Senior Member
 
Join Date: Feb 2006
Location: New Zealand
Posts: 249
Craig is on a distinguished road
Look at the rsi doco for metatrader, it's basically the same thing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-22-2006, 11:58 PM
Mazoem's Avatar
Mazoem Mazoem is offline
Member
 
Join Date: Dec 2005
Location: Tulsa, OK USA
Posts: 59
Mazoem is on a distinguished road
Try this one. Just remember that in metatrader you do not have access to real historical tick data... so when you apply the indicator there is no history. But as the ticks come in it records and plots them.

Jon
Attached Files
File Type: mq4 TheTick.mq4 (2.3 KB, 220 views)
__________________
"Only those who dare to fail greatly can ever achieve greatly."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-17-2007, 04:07 AM
barnix barnix is offline
Senior Member
 
Join Date: Mar 2006
Posts: 686
barnix is on a distinguished road
Speed Indicators

Speed Indicators:
Speed ((C0-C1)/Cm) / ((V0-V1)/Vm)
Speed2 (C0-C1)/Cm
Speed2_pips (C0-C1)
~~~~~~~~~~~~~~~~~~~~
C0 = Close[0]
C1 = Close[1]
Cm = (C0+C1)/2
V0 = Volume[0]
V1 =Volume[1]
Vm=(V0+V1)/2
Attached Images
File Type: gif speed_fxdd.gif (33.9 KB, 2318 views)
File Type: gif speed_ibfx.gif (25.2 KB, 2179 views)
Attached Files
File Type: mq4 Speed.mq4 (5.0 KB, 171 views)
File Type: mq4 Speed2.mq4 (4.7 KB, 161 views)
File Type: mq4 Speed2_pips.mq4 (2.9 KB, 164 views)

Last edited by barnix : 02-17-2007 at 08:36 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-17-2007, 04:09 AM
barnix barnix is offline
Senior Member
 
Join Date: Mar 2006
Posts: 686
barnix is on a distinguished road
Speed Indicators 2
Speed3 (V0-V1)/Vm
Speed4 (C0-C1)
Speed5 (MathCos(2*3.1415*i/Point))
~~~~~~~~~~~~~~~~~~~~
C0 = Close[0]
C1 = Close[1]
Cm = (C0+C1)/2
V0 = Volume[0]
V1 =Volume[1]
Vm=(V0+V1)/2
Attached Images
File Type: gif speed_ibfx_gbpjpy_4h.gif (22.6 KB, 2085 views)
File Type: gif speed_ibfx_gbpjpy_d1.gif (20.0 KB, 2064 views)
Attached Files
File Type: mq4 Speed3.mq4 (3.5 KB, 153 views)
File Type: mq4 Speed4.mq4 (3.3 KB, 150 views)
File Type: mq4 Speed5.mq4 (3.3 KB, 163 views)

Last edited by barnix : 02-17-2007 at 08:48 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

vB 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/metatrader-4/6183-tick-indicator.html
Posted By For Type Date
¡ÚForex¡ÛMetaTrader Part­¹¡ÚCFD.&Futures¡Û - MetaTrader¤Þ¤È¤áWiki Post #58 Refback 03-16-2008 06:39 AM
×¤×•×¨×•× - STRATEGY BANK This thread Refback 01-21-2008 04:48 PM
×¤×•×¨×•× - STRATEGY BANK This thread Refback 01-21-2008 03:55 PM
×¤×•×¨×•× - STRATEGY BANK This thread Refback 01-21-2008 11:22 AM
yForexzMetaTrader Part‡XyCFD.&Futuresz Post #58 Refback 12-12-2007 08:09 AM
¡ÚForex¡ÛMetaTrader Part­¹¡ÚCFD.&Futures¡Û - MetaTrader¤Þ¤È¤áWiki Post #58 Refback 12-08-2007 06:23 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem using Variables Tick-by-Tick unltdsoul Metatrader 4 2 07-04-2006 03:36 AM


All times are GMT. The time now is 09:29 AM.