MACD + Stochastic vertical line indicator

 

I don't know if this is the correct place to ask...but anyway is there any FREE indicators that draw vertical line when MACD and Stochastic moving in synced. Like example below


If there is none existence how much cost to code this one?

Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Object Types
Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Object Types
  • www.mql5.com
When a graphical object is created using the ObjectCreate() function, it's necessary to specify the type of object being created, which can be one of the values of the ENUM_OBJECT enumeration. Further specifications of object properties are possible using functions for working with graphical objects.
Files:
 
Du'ak Krangas:

I don't know if this is the correct place to ask...but anyway is there any FREE indicators that draw vertical line when MACD and Stochastic moving in synced. Like example below


If there is none existence how much cost to code this one?

Try on "Stochastic MACD" as an alternative,if not you found what you saying

stoch macd 

 
Du'ak Krangas :

I don't know if this is the correct place to ask...but anyway is there any FREE indicators that draw vertical line when MACD and Stochastic moving in synced. Like example below


If there is none existence how much cost to code this one?

How do you define "synchronicity"? By eye? Or is there a mathematical description of the term "synchronicity"?

 
Vladimir Karputov:

How do you define "synchronicity"? By eye? Or is there a mathematical description of the term "synchronicity"?

What i meant exactly based on mathmetical descriptions

When Both MACD + Stochastic then display vertical line...the picture link i show is exactly what i meant...mathematically calculated

MACD converge and Stochastic converge = vertical line

MACD diverge and stochastic diverge = vertical line

If both against each other than no vertical line required 

 
mntiwana:

Try on "Stochastic MACD" as an alternative,if not you found what you saying

 

Hi thank you for your reply and its almost the way i wanted the vertical line display ....but i wanted the MACD and stochastic itself to show with the standards paramters settings

MACD = 12, 26, 9

Stoch = 5, 3, 3

 
Du'ak Krangas :

What i meant exactly based on mathmetical descriptions

When Both MACD + Stochastic then display vertical line ...the picture link i show is exactly what i meant...mathematically calculated

MACD converge and Stochastic converge = vertical line

MACD diverge and stochastic diverge = vertical line

If both against each other than no vertical line required 

Please insert the picture correctly! (  or   )

 
Du'ak Krangas :

What i meant exactly based on mathmetical descriptions

When Both MACD + Stochastic then display vertical line ...the picture link i show is exactly what i meant...mathematically calculated

MACD converge and Stochastic converge = vertical line

MACD diverge and stochastic diverge = vertical line

If both against each other than no vertical line required 

Stochastic may have a crossover between the main line and the signal line. MACD may have a crossover between the main line and the signal line.

Do you want to find a bar where both Stochastic and MACD intersect at the same time? But this almost never happens:


 

Its difficult to see the display of macd using the histogram...i modified my macd to use line instead of histogram u can see here what i meant in the picture attached

MACD is the Green/Red and the other one is stochastic

Files:
 
Du'ak Krangas:

Its difficult to see the display of macd using the histogram...i modified my macd to use line instead of histogram u can see here what i meant in the picture attached

MACD is the Green/Red and the other one is stochastic

Why did you bring so many lines into one window?  The MACD indicator has only TWO lines: the main one and the signal one.  Your drawing contains rubbish and is completely unreadable.  Look at my drawing: everything is readable and everything is clear.
 
Vladimir Karputov:
Why did you bring so many lines into one window?  The MACD indicator has only TWO lines: the main one and the signal one.  Your drawing contains rubbish and is completely unreadable.  Look at my drawing: everything is readable and everything is clear.

I bring them to one window its easier for me to see where the synchronization happen between MACD and Stochastic...The way i present it is much easier although it looks messy and thats why i need the vertical line to represents those points of intersections to clear up my mind besides the vertical line also will display on the chart which point exactly where i should starting to trade..


So if those vertical line automatically draw whenever the synced happens that is exactly what i wanted
 
Du'ak Krangas :

I bring them to one window its easier for me to see where the synchronization happen between MACD and Stochastic...The way i present it is much easier although it looks messy and thats why i need the vertical line to represents those points of intersections to clear up my mind besides the vertical line also will display on the chart which point exactly where i should starting to trade..


So if those vertical line automatically draw whenever the synced happens that is exactly what i wanted

You have placed two DIFFERENT indicators in one window. These indicators have DIFFERENT scales. What you see is optical illusion. Zoom in on the graph and the picture will change dramatically. The fact that you have sketched several indicators in one window - you are deceiving yourself.

Reason: