[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 151

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
Does mql4 know how to set pending orders?
Stop Loss and Take Profit are order parameters, not orders.
see Types and characteristics of orders
eddy
Thanks, got it figured out. It turns out they have different triggering parameters. Some are triggered by Ask, others by Bid. Who would have thought it:)
Could you please tell me how to execute a buy or sell condition in an EA with a custom indicator? For example, the custom indicator gives arrows to buy or sell, iCustom(...0) and iCustom(...1) are, as I understand, buffer indices that contain sell and buy, but how to write a condition in an EA, please advise.
let's say :
total- Number of elements to calculate. 0 means all elements of the array.
I don't understand the role of total and why it always equals zero
total - Number of elements to calculate. 0 means all elements of the array.
I don't understand the role of total and why it always equals zero
If you put 100 there, 100 elements of array [ ] will be processed.