[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 300
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
Question for the CodeBase boss. I have sent 3 publications there (plus 3 in English). One of them was sent on 18 July and has not been published. In the beginning, when I sent the codes there, they appeared within 3-4 days. Now it is not clear if new ones will be published or not. I would like to know if, for example, the material is weak and in the opinion of the supervisor they should not shove them into CodeBase, will I get any message that they will not appear and then, for example, will they be removed from the application? If I knew they would not be published, I would prepare the publication differently, more extensively. Is there any average waiting time for publication?
Into the annals for sure!
I'm racking my brain. The code task is to draw a dynamic trading channel on the chart for the last 50 candles. When compiling it throws the following error:
"'\end_of_program' - unbalanced left parenthesis C:\Program Files (x86)\Alpari NZ MT4\experts\indicators\NTRL.mq4 (59, 1)"
It is a preparation for now and should seem to draw the channel during an up-trend. What is wrong?
What's annals? Where and where?
This branch doesn't answer such questions.
Contact the developers via your Pyatra profile, press the "Service Desk" button on the left side of the dashboard and go.
Can you please tell me if there is an indicator which calculates the total number of open orders for all pairs involved in the trading process?
Insert a line at the beginning of the start() function in the EA:
and you will be happyI'm new to this and don't know much about trading yet.... Why is it that when I want to buy or sell the market is closed?
Such questions are not answered in this branch.
Contact the developers via your Pyatra profile, press the "Service Desk" button on the left-hand side of the dashboard and go ahead.
As a matter of fact: many employees are on holiday, so, imho, code verification is delayed in general, but not in connection with a complaint about a particular code.
I'm racking my brain. The code task is to draw a dynamic trading channel on the chart for the last 50 candles. When compiling it throws the following error:
"'\end_of_program' - unbalanced left parenthesis C:\Program Files (x86)\Alpari NZ MT4\experts\indicators\NTRL.mq4 (59, 1)"
It is a preparation for now and should seem to draw the channel during an up-trend. What is wrong?
We commented out the suspicious ones until the error disappeared. Oh, it's gone. Here's the guilty line:
ObjectCreate("line", OBJ_TREND,0, StrToTime(Year()+Month()+Day()+Hour()+Minute()),(low-loww*0.15);
Edit.
So, what, forum gurus should look for your small punctures for you?