
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
Good afternoon! Maybe someone would be interested in automating my strategy. It's working now, but in semi-automatic mode, I'd like to automate it.
Can I see the trading results?
Good evening, could you please advise how to get a ticket order, lot and profit from one function:
double OldTicketSell()// Find the furthest sell order
}
The function is clear, it's not clear how to get the found data out of it, or it's necessary to copy it under lot and profit.
Good evening, could you please tell me how to get ticket orders, lot and profit from one function.
The function is understandable, it's not clear how to pull the found data from it, or should I copy it under lot and profit.
We could do it like this
You can go like this
We could do it like this
I would also like to ask if it is possible to find the furthest order from the price by comparing opening prices of orders in the cycle, I think it would be even easier?
I would also like to ask if it is possible to find the furthest order from the price by comparing opening prices of orders in the cycle, I think it would be even easier?
Of course it is. And whether it is easier or not depends on what you need.
This is an example to your question above.
Of course you can. Whether it is easier or not depends on what you need.
And an example to your question above.
Of course you can. Whether it's easier or not depends on what you need.
And an example to your question above.
Looking at all this, I realize what a dummy I am. So, theresult ofvoid OldSell(void)function is written toInfoOrder structure and then we can use infoOrder.ticket,infoOrder.profit,infoOrder.lot.I generalized the function a bit, was it right or not?
Something like this.
found this structure in the EA, can you tell me what it defines