Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 33

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
Found a thread, rubbed the topic:
I'm sorry for a separate topic, I couldn't find a topic with questions "from dummies". How is a factorial set in MQL4? I searched through all documentation - I can't find it. I want to ask you something. If this function has no factorial, please share the script, if available, to pull a piece of code.
Found a thread, rubbed the topic:
I'm sorry for a separate topic, I couldn't find a topic with questions "from dummies". How is a factorial set in MQL4? I searched through all documentation - I can't find it. I want to ask you something. If this function has no factorial, please share the script, if available, to pull a piece of code.
You can use the function
You can use the function
THANK YOU!
I need a hint, please,
how to spell out the conditions: 1 - if a new bar has opened
2,3,4 - if order (buy, sell, any) closed?
I need a hint, please,
how to spell out the conditions: 1 - if a new bar opens
2,3,4 - if order (buy, sell, any) closed?
Something like this
Something like this
THANK YOU!
When testing the EMA the difficulty arises that it rises and falls on small movements, creating false signals. How to filter out false signals by setting a certain number of pips to exclude minor EMA fluctuations?
The easiest option is to use OPENPRICE in the EMA as "apply to" and gradually sliding down to CLOSEPRICE, try to use other intermediate slightly smoothed PRICE
When testing the EMA the difficulty arises that it rises and falls on small movements, creating false signals. How to filter out false signals by setting a certain number of pips to exclude minor EMA fluctuations?
The easiest option is to use OPENPRICE in the EMA as "apply to" and gradually sliding down to CLOSEPRICE, try to use other intermediate slightly smoothed PRICE
When testing the EMA the difficulty arises that it rises and falls on small movements, creating false signals. How can I set a certain number of points to filter out false signals in order to exclude minor EMA fluctuations?