[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 151
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
Comment()
My Comment() doesn't work in the tester at all(((( It seems to be only for indicators, and I'm making an EA... Do I understand it correctly?
My Comment() doesn't work in the tester at all(((( It seems to be only for indicators, and I'm making an EA... Do I understand it correctly?
What numbers does it return? i.e. 1-buy, 2-sell, etc. Mine returns zeros, but the expert makes transactions.
I do it like this, but I get an error:
int highx = NormalizeDouble((10000 * High[i]) % 10,0);
The '%'-remainder operator is to be applied to integer values only
help....
Almost verbatim translation:
'%' operator is applied to integer values only.
An almost literal translation:
The "%" operator only applies to integer values.
I don't get it. Explain.
Look in the log before you ask a question.
do you display the status of the conditions for opening an order in Comment?
I start testing the EA and the test ends only after closing one order, the next one won't open
You have done something wrong.
Show me the code.