Questions from Beginners MQL4 MT4 MetaTrader 4 - page 158
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
They call it "Pyramiding" and averaging is against the trend)
averaging is averaging trades, whether they are against the trend or trending.
They just average the price.
There are different names for it. I call it extra opening on trend.
Why is the code so complicated to insert? There are standard tools:
ChaApplyTemplate, in MT4 please how to open a template file using coding.in MT4. How to compare current template with EA or Indicator file.example,
example.tpl, example.mq4. Please, I need more information to help you to do it properly. Thank you
How can I determine programmatically whether trades are published in mql5 signal service?
All you can find out is here
And here is an example of how to use itI've been messing with MQL4 for awhile, and now, after parsing completion, I suddenly noticed that the time recorded in the log behaves strangely
The time of the highlighted line is less than the time below this highlighted line. A whole minute was lost.
What is it? Where should I go with this?
Can you tell me why I get compile errors? How can I fix it? (the script is copied)
One more remark for the developers.
The documentation for the typedef language construct (as well as typedef itself) is perplexing.
typedef char My_Char; - does not compile.
From the documentation:"The key word typedef in C++ allows you to create user-defined data types.....". Excuse me, but WHY would you make reference to C++ in documentation on MQL when MQL actually only implements declaration of pointers to a function?