[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 200

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
Good evening all! Please tell me how to write a piece of code, condition - if High[1]-Low[1]> High[2]-Low[2] then BUY. I understand that this must be written using NormalizeDouble(). Thanks in advance.
NormalizeDouble is absolutely unnecessary in this condition.
Can you tell me which loop can go through all the values of a double (price) one-dimensional array with BPs dimension to zero out its values by condition, THANK YOU!
what loops do you know ?
about horizontal lines
Help, please!
How do I draw horizontal lines that represent the lowest price and the highest price for the day?
What cycles do you know?
NormalizeDouble is completely unnecessary in this condition.
Then tell me how to do it right. Or at least give me a link to some Expert Advisor to see an example.
Then tell me how to do it right. Or at least give me a link to some Expert Advisor to see an example.
for and while, but my question is different. The array contains price levels ExtUpFractalsBuffer[], I need to delete only the broken levels
It didn't get any clearer. As I understand it, but variations are possible (especially with broken levels and fractals):
Maybe you're just looking for support and resistance levels, there's plenty of them. I had a good turndown from Vinin, mine should be around somewhere here and there are dozens if not hundreds of them.
Examples in virtually any EA, half of them for sure. Something like this, of course undefined variables need to be declared, initialized and error handling opened to taste.
Thank you. And Digits should be changed to 4 or 5, depending on DC?