[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 462

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
iLots = NormalizeDouble(FindLastLot() * ExpStep, 1);
advise, who knows how to write in code, that the condition if checked only in last 10 min. of every hour? for example: from 12:50 to 13:00, 13:50 to 14:00 etc.
add this to each if condition
if (Minute()>=40 && your conditions)
add this to each if condition
if (Minute()>=40 && your conditions)
Not quite right.
if (Minute()>=50 && <verifiable condition>)
Not quite right.
if (Minute()>=50 && <verifiable condition>)
Thanks, I think it should work
I'm not very good at MQL. I can edit an indicator. I can't write my own.
Please, help me write a super simple indicator.
I am putting a GannLine with the name "Gann Line 1" on the chart. It is applied manually by a trader. I need to output the scale value (OBJPROP_SCALE) of this tool in the commentary.
I hope for your help.
Thanks in advance!
Приветствую!
В MQL я дуб дубом. Подредактировать индикатор получается. Написать свой нет.
Знающие люди, помогите пожалуйста написать суперпростой индикатор.
На график наносится инструмент GannLine с именем "Gann Line 1". Наносится вручную трейдером. Нужно вывести в комментарий значение масштаб (OBJPROP_SCALE) этого инструмента.
Надеюсь на помощь.
Заранее спасибо!
Here you go.
Держи.
Thank you!!! That's a relief! I'll be running it now.>> Could you please tell me if two indicators on one chart can affect (negatively) each other?
No, they will not overlap in any way, except that the speed may be reduced if one of the indicators is very badly written))