[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 219
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
Thanks, pasted this code into EA, compilation gives out '(' - function definition unexpected after bool ExistOrders, there's an extra parenthesis or something...
for (int k=0;k<OrdersTotal();k++)//We review among all open ordersThanks, pasted this code into EA, compilation gives out '(' - function definition unexpected after bool ExistOrders, there's an extra parenthesis or something...
Yeah got it,ExistOrdersfunctionis a custom function, took it out of the start function, the error is the same, it's fighting something in the first part of the EA, I'm pasting it completely
//+------------------------------------------------------------------+
Check parentheses pairing {} (carefully). The error means that there is at least one closing missing in the start () function.
Check pairing of brackets {} (carefully). The error means at least one closing is missing in the start () function.
for (int k=0;k<OrdersTotal();k++)//Watch among all open ordersright, after
OrderSend(Symbol(),OP_SELLLIMIT,Lots,Ask+(Shag/0.2)*Point,3,0,0,",123,0,Red);
missed } thank you!
Hello, my time in the terminal does not coincide with the real time, now if you hover over the M5 candlestick shows 18.45, but actually in Ukraine 19.45, how to change the time?
None. The time on the candlesticks is the server time.
Good afternoon.
I am writing data to a file on every opening of a new bar:
I need the indicator to read this data and build a chart on the recorded time intervals.
I want to have an indicator that reads this data and plots it on the chart at every opening of a new bar.
I have installed MT4 (Version: 4.00 Build 451) and noticed that in the Experts Logs folder there is only one file dated the day the terminal was installed, i.e. the 13th. No more log files, although I have turned the platform on and off many times.
Any comments on this phenomenon would be appreciated.
I have installed MT4 (Version: 4.00 Build 451) and noticed that in the Experts Logs folder there is only one file dated the day the terminal was installed, i.e. the 13th. No more log files, although I have turned the platform on and off many times.
Any comments on this phenomenon would be appreciated.
I need to run at least one expert/indicator/script, they are the ones that write to this folder.