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
THIS IS ALL!!!!!
>> THANK YOU !
Igor, there is a good indicator that can combine several candles into one. But it only works on the hourly chart. Is it possible to make it universal?
I would like to thank you.
GetNearestDownFractal() function.
This function searches for the nearest bottom fractal and returns its price level. The peculiarity of this function is the possibility to set an arbitrary formula for the fractal. The standard, generally accepted fractal formula is 2-2. It means 2 bars on the left and 2 bars on the right. With this function, you can perform even very exotic fractals, such as 8-2 (8 bars on the left and 2 bars on the right) or 5-3 (5 bars on the left and 3 bars on the right) and so on. The function accepts the following optional parameters:
Examples of how to use GetNearestDownFractal().
PS. Attached is a script to test the function GetNearestDownFractal().
Examples of how to use GetNearestDownFractal().
PS. Attached is a script to test the GetNearestDownFractal() function.
If only it were possible to search not only for the last fractal...................UH!!!
If only it were possible to search for more than just the last fractal...................UH!!!
Yeah. For example, mark (with a vertical line) all fractals (during last 9 bars) which have value >= 1 in relation to the coordinate of just formed fractal and display this value above the fractal. By way of help (I dare not even ask)....
I admire your general ability to write such things. I'm an underpatched lamer myself. Just starting to learn MQL.
Sorry for digressing from the subject!
I do not understand how to write:
1. Compare the Stochastic line for 1 and 2 bars and its signal function when a new 0 bar appears.
(roughly speaking, to evaluate the direction of line movement up and down and crossing them)
2. How to do it every hour/half an hour/15 minutes.
Please show me a simple example!?
Or give a link to something similar.
Thanks in advance, even if you ignore it!!!
1. Comparison of the Stochastic line for 1 and 2 bars and its same signal function when a new 0 bar is formed.
(roughly speaking, to assess the direction of line movement up and down and crossing them)
2. How to do it every hour/half an hour/15 minutes.
Please show me a simple example!?
Or give a link to something similar.
https://book.mql4.com/ru/samples/indicators
https://book.mql4.com/ru/build/conditions
https://book.mql4.com/ru/samples/indicators
https://book.mql4.com/ru/build/conditions
Thanks for the Stochastic.
I just thought there was something else I could do.
And how to make a trade only once in a given time interval?
(e.g. signal investigation happens once every 15,30 or 60 minutes)
Interested in the function itself.
GetNearestUpFractal() function.
This function searches for the nearest upward fractal and returns its price level. The peculiarity of this function is the possibility to set an arbitrary formula for the fractal. The standard, generally accepted fractal formula is 2-2. It means 2 bars on the left and 2 bars on the right. With this function, you can perform even very exotic fractals, such as 8-2 (8 bars on the left and 2 bars on the right) or 5-3 (5 bars on the left and 3 bars on the right) and so on. The function accepts the following optional parameters: