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
You can slightly modify my function to return the total number of orders for a given instrument and magician.
If you do not know what to do with it, and you do not know what to do with it... I do not really care if it will be a real multi... or just distinguish orders of others... The essence of one thing - to make it work on several pairs, not on one) And to test it on a demo is not a problem, just a month or two, but the result is interesting)
Formulate the logic of the multi-fold Expert Advisor, the more detailed the better, and perhaps you won't need help.
As a rule clear understanding of the task is 90% of its success.
And by the way, you've got mistakes in your code! A lot!
iLow(PERIOD_H4,0,0) - what is this?
Low of the current candle))
Indeed...! How does it work on the test then?
I don't understand how I got it like this. It should be iLow(NULL,PERIOD_H4,0)
Formulate the logic of the multivalent expert, the more detailed the better, and you may not need any more help.
As a rule, a clear understanding of the task is 90% of its success.
There is nothing wrong with logic) I just have no experience. I understand that you need to track orders by any attribute, but as I've never written anything like this before I'm afraid there will just be one question... about functions and their implementation)
There's nothing wrong with logic) I'm just inexperienced... I understand the need to track orders by any attribute, but as I've never written anything like this before I'm afraid there will just be one question... about functions and their implementation)
Look at previous page for function
See the function on the previous page
Thanks) I'll try to put it in the code)
Started writing...
#define MAGIC 7779
instead of this -
writing this -
... it fails - 'Order_Count_Calculate' - function returns no result
If I understand correctly, the function should find all orders of the current symbol Symbol() with a MAGICThank you) I'll try to put it in the code)
Started writing...
This is exactly what you don't want extern string _Symbol = Symbol();
Although a variable can be defined, and it's better to assign a value in inite() or start()
There's nothing wrong with logic) I'm just inexperienced... I understand the need to track orders by any attribute, but as I've never written anything like this I'm afraid there will just be one question... about functions and their implementation)
Eh.... I'm afraid you don't understand..............
the task - "i want it to fly", it's not logic - what flew where it flew etc. etc.
--------------------------------------------
A brief example of the task:
Simultaneous use of EURUSD, GBPUSD, USDCHF, USDJPY.
H1 period.
......................
currency pair selection condition
BUY condition
SELL setting condition
.......................
Here is a short example of implementation:
etc.
I mean it, if you think about the logic in detail, you won't have any problems with the implementation.
...that's what I mean, if you think through the logic in detail, you won't have any problems with implementation.
I'll be thinking about it today... I feel I've found a headache)) Thank you.
Anyway, here's a draft with mistakes... >> correct me.)