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
It's a shame to sit on an old terminal in the 21st century.
So, it came out in the 21st century! ( mql4 )
What is there to help? What's the idea? What did you write? What's not working?
And you in this thread.
Hi all, there is an idea to write an EA on ZigZag, but programming knowledge is not enough. I have written it to open positions, I do not know how to work with array to get information from array. Who can help?
What are arrays for? Ask me, I know all about arrays! And even about arrays of structures!!!
Hi all, there is an idea to write an EA on ZigZag, but programming knowledge is lacking. I wrote it to open positions I don't know how to work with array to get information from array. Who can help?
Look in the terminal for the Library tab. Here it is:
It's worth a try, I'll try again)
When a candlestick closes, if its size S > X pips:
for previous N candlesticks - if the body (high-low) >=X add (high-low) to the collection (array)
sort the array.
find the first position in the array where the value >=S
---
and a lot of code :-)
when a candlestick closes, if its size S > X pips:
for the previous N candles - if the body (high-low) >=X add (high-low) to the collection (in the array)
sort the array.
Find the first position in the array where the value >=S
---
and in the code - a lot of code :-)