[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 110
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
Is the question general or about a specific Indicator?
In general, I think of it this way:
1. Set up several buffers - as always. But with different colours
Thanks, but they are trend lines, and I need a muwings with adjustable periods, but not by close for example, but by fractal extremums, better if separately by highs and lows, maybe someone met similar
Help! I need to control the number of positions on an instrument.
if(total<1)
{
This classic variant is not suitable.
I need to open one position for one instrument.
That is, if there is an open position GBP/JPU, then the second position for the instrument will not open.
Do not offer multi-currency strategies.
Many thanks in advance!
I couldn't find anything in the documentation...
I couldn't find anything in the documentation...
OrderSelect
then check OrderMagicNumber and/or OrderSymbol
Try
Gentlemen, why this timed termination does not work as it should, I think everything is correct, OrdersTotal == 0 as a condition, but it is ignored and EA is disabled when FinishWorkHour is reached, even if I have open orders and since I have an EA closing when it reaches the required profit and not take the profit, the closing does not happen, because the EA is no longer working and the trade hangs.
I would write to be sure.