[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 965
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
DC - Dealing Desk
In the tester for other instruments you can only get the opening price on the zero bar, ticks for other instruments are not modelled, the market environment is almost inaccessible.
Trades in other instruments are not opened.
If you need to correctly perform multicurrency analysis, it's better to use MT5. There is a multicurrency tester there.
Is it possible to trade in real accounts through MT5? Or is it only for demo accounts so far?
Is it possible to trade in real accounts through MT5? Or is it only for demo accounts?
Some brokerage companies offer this service.
Ask me please. I made a small code, an error with parentheses appears... what's wrong?
Is it hard to calculate the brackets yourself? Or is it impossible to comment out a piece of code with an error?
ZS: all the same will not work - no check whether the object is created, no redrawing the window to check the creation of an object
Is it hard to calculate the brackets yourself? Or is it impossible to comment out a piece of code with an error?
HH: it won't work anyway - no checks to see if the object was created, no redrawing of the window to check if the object was created
Thank you! I'm just learning... I'll get to inspections someday.
How can I open a buy order and set 4 pending bylimit orders? A total of 5 orders, 1 market order and 4 pending orders. What is the error here?
Hi all.
Can you tell me please: after testing on the history, is there any way to get the comment or magic number of each trade made, or any other way to identify the trades? Let me try to explain the meaning. Suppose I programmed a few patterns and ran the Expert Advisor on the history and, as it often happens, it fails. It would be interesting to see, which of the patterns and under what market conditions is losing more and more often, and which (if any) shows at least some profit.
Thanks in advance for the answers.
Artemida70, thanks for the tip on finding errors when debugging the program.
I have a couple more questions, please answer as far as possible.
Question one. During testing I display technical information about level of slips, rate of trend growth etc. with the help of alerts. At the end of testing I am reviewing the journal with trades and technical information at the time of order opening. I review all entries in the log using the slider. It appears that information about the most recent trades is visible, while the very first trades and in the middle of the timeframe under test are not. Question: How may I view all the information within the whole period being tested?
Question two. On one of the closed forums I've seen a talk about the existence of a more complete book on the MQL4 language and also about a small manual or instruction for the MT4 terminal, which gives the key operators that allow to remove the Expert Advisor from trading, put it for testing, etc. in a programmatic way.
QUESTION: can you help in getting this information?
THANK YOU
I have created a custom indicator with the following external data:
I call it from the EA:
EA log:
Here I have that the data is transmitted correctly.
Let's see the indicator log:
Zero_Point value in the EA:
Transmit value equal to (from EA log)Zero_Point = 1288915200
and we get 0 in the indicator. Can someone tell me what is the problem?