Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1015

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
Axe.
:)
This is just a mess, I read documentation all the time, but I've never seen this one, even searched purposefully. I know the removal of the EA, but with the indicator, I thought it was only in OnInit by INIT_FAILED
Thanks!
Guys, please advise how to get data to the indicator from the trades history. In particular, I need to pass the time of closing the last position and a fixed profit to the variables.
Why an indicator? An EA will do a great job with this.
Why an indicator? An EA will do a great job.
I started with topic creation, then I found something similar to my need and realized that I should rather go to this branch of forum.
I.e. there is a ready indicator in which I need to pass some data on the last trade
Why an indicator? An EA will do a great job.
Please tell me how to implement it - I would be very grateful to you
I need to get the time and result of the last trade into the indicator. Depending on the result (plus, minus or zero) a vertical line will be drawn after a certain period of time since the last trade was closed. For example, if the last trade was profitable, the line is drawn after one hour, if it was minus, then after 2 hours. It is like an indent on time "for a break"
Why are you so obsessed with the indicator? This is done in the EA.
Why are you so obsessed with the indicator? It's done in an EA.
You can also do it in an indicator, it's a bit more convenient.
Why are you so obsessed with the indicator? It's done in the EA.
The indicator is clearer to me because I can see the pattern. But I don't quite understand what an EA is. I've tried to send in EAs from the library - I don't see anything except the name of the EA in the right corner :))))