You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Holy crap... give me two...
Thanks for the reply, it is very interesting if it is possible to calculate the angle of intersection of two iMAs (moving average) ? And even more interesting how to do it, since the angles are not straight? The obtained values may be useful for many Expert Advisors. >> Help please.
very interesting is it possible to calculate the angle of intersection of two iMAs (moving average) ?
it is possible...
And even more interesting how to do it, because the angles are not straight?
1. Draw tangents to both iMAs.
2. Calculate the value of the angle between them.
maybe...
1. Draw tangents to the two scales.
2. Calculate the value of the angle between the tangents.
need code:)
write... Then you can post it here, if you don't feel bad about it :)
I don't know what upper and lower price levels are, can you please tell me what I'm doing wrong or should I tweak something else?
The lines you put on the chart must be given the "correct" names, which must match the names in the NameUpLine and NameDnLine parameters of the EA.
GetExtremumZZZPrice() function.
This function searches for an extremum of the standard custom ZigZag indicator and returns its price level. The function accepts the following optional parameters:
Examples of how to use GetExtremumZZZPrice() function.
SZU. Attached is a script for testing the GetExtremumZZZPrice() function.
Examples of using the GetExtremumZZZPrice() function.
And how do you draw a vertical dashed line as a background at all such points?