Pyxlik2009 писал(а)>> how to open position when arrow appears indicator code on first page .
In the EA code insert the name and extern variables (string variables do not work in EA) into iCustom(...,...,"...", ..., ....,...) of your indicator. Good luck Gbvth
which code says to open buy and which one closed (and the question is where you can read or advise how to attach an alter indicator to make a window pop up when the arrow
Pyxlik2009 писал(а)>> which code points to open buy and which one to open sell ( and the question is where you can read or advise how to stick an alter indicator that would pop up when the arrow
Buy, Sell - buy, sell. Alert() will slow down much. better a beep() in the indicator
nikost>>: Buy, Sell- покупка, продажа. Alert() будет сильно тормозить.Лучше звуковой сигнал.Пример ф-ия Beep() в индикаторе
I meant what indicator code points to profit and buy, more exactly how to open a position to profit, what to point to in the robot, what part of the code of the indicator for it to open, that's what I meant))))
The Expert Advisor will open an order on the signal of your indicator, the main thing is not to get confused with iCustom(..., ..., " ...", ..., ...).Read the articles by Rosh
Советник сам откроет ордер по сигналу вашего индикатора,Главное не запутайтесь в ф-ии iCustom(..., ..., " ...", ..., ... ).Почитайте статьи автора Rosh
Советник сам откроет ордер по сигналу вашего индикатора,Главное не запутайтесь в ф-ии iCustom(..., ..., " ...", ..., ... ).Почитайте статьи автора Rosh
Thanks for explaining everything I'll use visualization to see how it opens them now I understand it's not that complicated )))))
how to open position when arrow appears indicator code on first page .
which code points to open buy and which one to open sell ( and the question is where you can read or advise how to stick an alter indicator that would pop up when the arrow
Alert() will slow down much. better a beep() in the indicator
Buy, Sell- покупка, продажа.
Alert() будет сильно тормозить.Лучше звуковой сигнал.Пример ф-ия Beep() в индикаторе
I meant what indicator code points to profit and buy, more exactly how to open a position to profit, what to point to in the robot, what part of the code of the indicator for it to open, that's what I meant))))
The Expert Advisor will open an order on the signal of your indicator, the main thing is not to get confused with iCustom(..., ..., " ...", ..., ...).Read the articles by Rosh
Советник сам откроет ордер по сигналу вашего индикатора,Главное не запутайтесь в ф-ии iCustom(..., ..., " ...", ..., ... ).Почитайте статьи автора Rosh
Thank you very much I will try it now)))
Yeah, I got it. I deleted the wrong code. I'll try it now without errors.
Советник сам откроет ордер по сигналу вашего индикатора,Главное не запутайтесь в ф-ии iCustom(..., ..., " ...", ..., ... ).Почитайте статьи автора Rosh
If the arrow has appeared, it opens an order, takes 20 pips, e.g. it shuts down and waits until a new arrow appears,
I would like the arrow to open an order and wait for the new arrow to show and close at stop and not at take profit.
I couldn't have done it without you ))))
i have to change it if i want it to open only when arrow appears ?