static double AFM,MinAFM = AccountBalance();
AFM = AccountFreeMargin();
if (AFM < MinAFM)
{
Print("Новый минимум - ",AFM);
MinAFM = AFM;
}
It would be really appreciated if you could write the EA code pleaseIn general, there is nothing complicated. The author of the turkey, of course, is a cunning uncle and hid many graphic objects, they are not visible in the list, including arrows. But each arrow is accompanied by a text label with the direction of the signal. These labels, fortunately, are visible and clickable, from their description it follows that they differ only in an increasing integer at the end. Accordingly, there is no problem in the adviser to constantly scan the chart for new labels by the unchanged part of their names and open positions when they appear.
The Expert Advisor you have attached has nothing to do with the V15 indicator at all. It works according to its own algorithm, what does it have to do with it at all?
Держите. Я реализовал только алгоритм поиска стрелок индикатора по их текстовым меткам. При появлении новой метки/стрелки будет выдана запись в журнал "Эксперты" (строки 98 и 114). Ну а дальше сами уже допилите, как Вам нужно, чтобы открывались позиции по этим сигналам.It would be really appreciated if you could write the EA code please
Hold. I have implemented only the algorithm for searching indicator arrows by their text labels. When a new label/arrow appears, an entry will be made in the "Experts" journal (lines 98 and 114). Well, then finish it yourself, as you need to open positions on these signals.
Attention: in the tester in the visualization mode, when you just launched the adviser, you need to put the indicator on the chart as soon as possible, otherwise the adviser will not start working and will issue a comment asking you to connect the indicator. And when trading, it is best to first hang an indicator on the chart and only then an adviser.
Sir, I checked, thanks. I ran into a problem, the adviser places an order when the arrow mark of the last candle is found, but if the arrow appears after 2-5 candles, then the adviser does not trade?Hold. I have implemented only the algorithm for searching indicator arrows by their text labels. When a new label/arrow appears, an entry will be made in the "Experts" journal (lines 98 and 114). Well, then finish it yourself, as you need to open positions on these signals.
Attention: in the tester in the visualization mode, when you just launched the adviser, you need to put the indicator on the chart as soon as possible, otherwise the adviser will not start working and will issue a comment asking you to connect the indicator. And when trading, it is best to first hang an indicator on the chart and only then an adviser.
Sir, I checked, thanks. I ran into a problem, the adviser places an order when the arrow mark of the last candle is found, but if the arrow appears after 2-5 candles, then the adviser does not trade?
Please update this EA to place an order after receiving each arrow label and place an order as soon as the arrow appears between 1 and 5 candles.
Thank you very much. The code is working fine
Try. The last Sift setting in the list sets the maximum distance of the bar on which the signal was fixed from the current one in order to open a position. If the signal is detected at a greater distance, the message "Expired" will be displayed.
Он-то хочет и накидывается, только при этом его автор зачем-то поставил удаление всех уже имеющихся объектов этого (предыдущего накинутого) индикатора на графике, оттого и казалось, будто на графике один индюк. Убрал, сделал цвета задаваемыми.Всем привет! Просьба, сделайте пожалуйста так, чтобы на график можно было данный индикатор накинуть минимум два раза.....а то он не хочет..)))
То, что выделено на скрине, заменить на то, что прописано так же в строке 45 (на одну строку выше) и потом, видимо, заменить последний параметр fast_period на slow_period, который должен быть в параметрах по идее.как исправить эти ошибки???
А четвёртый параметр совсем не нужен?То, что выделено на скрине, заменить на то, что прописано так же в строке 45 (на одну строку выше) и потом, видимо, заменить последний параметр fast_period на slow_period, который должен быть в параметрах по идее.
handle_fast=iRSI(_Symbol,PERIOD_CURRENT,fast_period,PRICE_CLOSE);как исправить эти ошибки???
Все работает! Отлично ! Надо было сразу к Вам обратиться. Спасибо!handle_fast=iRSI(_Symbol,PERIOD_CURRENT,fast_period,PRICE_CLOSE);
handle_slow=iRSI(_Symbol,PERIOD_CURRENT,slow_period,PRICE_CLOSE);
Совершенно не в теме этого советника, но уже при первом чтении комментариев к настройкам читаем:Добрый вечер! ИванМН, просьба помочь найти ошибку, при MaxTrades = 0 открывает ордера. Спасибо.
Привет! Зачем лечить... этож мувинги.Здравствуйте, помогите выличить