Elite indicators :) - page 500

 

Good to know that we are irreplacable Thank you for the answer!

 

'non-repainting indicator'

does anybody has this indicator:

Видео 1 - YouTube ?

probably it works on the base of some price action principles,

or the proportions/correlation between subsequent candles

it could be helpful for trading with a filter added...

 

Hello,

Any possibility of programming an alert (sound/email etc) for the zone arrows?

Thanks,

Graham

 

...

Graham

Here you go Alerts added for crossing as well as for reverting, so all the types of crosses are covered

Gramski:
Hello,

Any possibility of programming an alert (sound/email etc) for the zone arrows?

Thanks,

Graham
 

Great. Thankyou

 

q_lauer

Hi,

the indicator attached repaint or recalculate. Can someone modify the code for do it non repainting or recalculate?

Thank you

q_lauer.mq4

Sorry i see that it's the zigzag indicator in other format.

Files:
q_lauer.mq4  2 kb
 

...

dasio

You are right : it is a zigzag indicator made to show data differently. You can find a regular code for it at this post here : https://www.mql5.com/en/forum/173500 (it already has a "ZigZag" in it's name in the original indicator)

dasio:
Hi,

the indicator attached repaint or recalculate. Can someone modify the code for do it non repainting or recalculate?

Thank you

q_lauer.mq4

Sorry i see that it's the zigzag indicator in other format.
 

Cowan

pawel-:
mladen

Do you have the indicator that predicts (Wave analysis, Gann Square 9) allow us to calculate the target autonomously, either - the target price, or time of a potential reversal. And all because of the habit of working with either the cost or time. But it turns out to be much more accurate consideration of the market through a vector of "price-time", sponsored by Bradley Cowan (Cowan's PTV). And then we have not one-dimensional view on the market: the price or time, and two-dimensional - a vector of "Price-Time."

In this case, we see that the movement of the market boundaries are determined by the radius vector. Vector of "price-time" is calculated as the hypotenuse legs of price and time:

Vector "price-to-time," Cowan Cowan's Price-Time Vector (PTV)

Example below:

I agree with Pawel,Bradley Cowan has done several astonishingly on target predictions,and the PVT method looks simple enough to be tested.

Basically what we need is to replicate a previous PVT vector by setting up the price=time units equivalency on BOTH vectors,so,making it selectable by the user will improve the potentiality of the indicator.

Mladen:Imagine that 1 day =100 pips on a D1 EURUSD chart,then we mark 2 previous vectors of price and time(diagonals of the price and time triangle),if they are not equal we modify the numbers(0.5...1..2 days,etc...50,100,150...etc pips) till they fit...then we apply this fit to a new vector in the making...Can it be done in mt4?

 

Uni cross alerts mtf

This indicator was attached in post 4974.

I set the property "AlertsOnCurrent" to false, then tested the indicator on several pairs.

Unfortunately, the signals/dots appear and disappear or relocate over the last 3 candles.

for example, as candle[0] is forming, a dot may appear on candle[1].

when candle[0] finally closes, the dot sometimes jumps to candle[2], or disappears entirely.

Can this behavior be fixed??

Thanks in advance.

 
michaelB:
This indicator was attached in post 4974.

I set the property "AlertsOnCurrent" to false, then tested the indicator on several pairs.

Unfortunately, the signals/dots appear and disappear or relocate over the last 3 candles.

for example, as candle[0] is forming, a dot may appear on candle[1].

when candle[0] finally closes, the dot sometimes jumps to candle[2], or disappears entirely.

Can this behavior be fixed??

Thanks in advance.

Hi MichaelB,

It can't be fixed as is, because it is using Triangular Ma Centered which recalculates its position, if Triangular Ma Centered is switched with another indicator then would be no problem.

Reason: