Tick Indicator and EAs

 

hi,

a cool indicator

Tick_on_Chart i all TimeFrames :cool:

only Live Tick !!!

Files:
ex.jpg  159 kb
 

i cant get it to work how to ??

 

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

 

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.

Files:
 

It works. See image.

Live ticks only. You need to get connected to the server.

Files:
tick.gif  8 kb
 

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

 

Look at the rsi doco for metatrader, it's basically the same thing.

 

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

Files:
thetick.mq4  3 kb
 

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

Files:
speed_fxdd.gif  34 kb
speed_ibfx.gif  26 kb
speed.mq4  5 kb
speed2.mq4  5 kb
 

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

 

Images:

usdjpy 4h

usdjpy d1

usdjpy w1

Reason: