Exp - The xCustomEA
|
|
Дата: Пятница, 28.09.2018, 10:29 | Сообщение # 1
Написал:
Администратор
expforex
|
Группа: Администраторы
Сообщений: 9910
Награды: 42
Статус: Оффлайн
|
Exp - The xCustomEA Универсальный торговый советник на пользовательских индикаторах. Наш новый советник The xCustomEA построен на базе советника The X - Universal EA Функциональные возможности универсального торгового советника The xCustomEA в точности повторяют все параметры нашего советника The X за исключением одного: The xCustomEA работает на пользовательских индикатор и имеет возможность программирования своей собственной стратегии торговли для терминалов МТ5 и МТ4. Другими словами: The xCustomEA имеет связь с пользовательскими индикаторами, которые могут быть скачаны с интернета или маркета mql5 .
ПОЛНОЕ ОПИСАНИЕ
|
|
Дата: Понедельник, 10.12.2018, 17:25 | Сообщение # 11
Написал:
Администратор
expforex
|
Группа: Администраторы
Сообщений: 9910
Награды: 42
Статус: Оффлайн
|
- Исправлены ошибки по сообщениям пользователей - Переработана система получения сигналов - Изменены файлы примеров индикатора для получения сигналов для работы новых функций и блоков!Будьте внимательны! ================================================================================= - Обновление EAPADPRO до версии 23: Добавлены элементы управления скоростью тестирования и паузы в тестере стратегий; Добавлена таблица текущих открытых позиций в тестере стратегий; =================================================================================
- Добавлен блок управлением сигналом закрытия по пользовательскому индикатору. Данный блок позволяет закрывать открытые позиции по сигналам пользовательского индикатора. Используется в том случае, если пользовательский индикатор предоставляет сигналы на закрытие позиций (отдельно от сигналов открытия новой позиции). Если Вам необходимо указать советнику сигналы на закрытие позиций, тогда Вам нужно указать: имя индикатора (может быть идентичным с именем индикатора для закрытия позиций), набор параметров (Если они отличаются от параметров индикатора по умолчанию), ТаймФрейм, Сдвиг бара, а также номер буферов для получения сигналов на закрытие. Отдельно для BUY и SELL позиций. Внимание: Если Вы хотите закрывать позицию при получении противоположного сигналы, тогда Вам не нужно использовать этот блок.
- Внешние параметры Signal for Close options:
CloseNameIndicator=""; //CloseNameIndicator --> Indicator name to get signal to close pos CloseTypeIndicator=xArrow; //CloseTypeIndicator --> Type of indicator signal to close CloseTimeFrame=PERIOD_CURRENT; //CloseTimeFrame --> TimeFrame of signal to close Close_shift=1; //Close_shift --> Bar number to receive signal to close CloseStrategyInputs=""; //CloseStrategyInputs --> Inputs of the ind, separated by commas CloseBuferforBUY=4; //CloseBuferforBUY --> Buffer number for close BUY CloseBuferforSELL=5; //CloseBuferforSELL --> Buffer number for close SELL Close_IndSigToClose=0; //Close_IndSigToClose --> Indicator number to get Close signal
 =================================================================================
- Добавлен блок управления стоплоссом и тейкпрофитом по сигналам пользовательского индикатора. Данный блок позволяет устанавливать стоплосс или тейкпрофит при открытии позиций по сигналу, которые могут быть взяты из значений буферов пользовательского индикатора. Если у Пользовательского индикатора установлены отдельные буферы для получения стоплосса или тейкпрофита, Вы можете использовать эти значения при открытии новой позиции.
Внимание: Стоплосс или тейкпрофит устанавливается только при открытии новой позиции по новому сигналу. В функциях Усреднения, Дополнительного открытия используется параметры стоплоссов и тейкпрофитов из прошлых переменных. Стоплосс и тейкпрофит, полученный от пользовательского индикатора в Усреднении и дополнительном открытии участия не принимают. Стоплосс и тейкпрофит от пользовательского индикатора также устанавливается при использовании функции ForcedModifySLTP
Если Вам необходимо указать советнику значения стоплосс и тейкпрофит от пользовательского индикатора, тогда Вам нужно указать: имя индикатора (может быть идентичным с именем индикатора для открытия / закрытия позиций), набор параметров (Если они отличаются от параметров индикатора по умолчанию), ТаймФрейм, Сдвиг бара, а также номер буферов для получения значений. Отдельно для BUY и SELL позиций и отдельно для StopLoss и TakeProfit.
- Внешние параметры Custom StopLoss and TakeProfit from Indicators options:
SLTPNameIndicator=""; //SLTPNameIndicator --> Indicator name to get signal of SL/TP SLTPTypeIndicator=xPrice; //SLTPTypeIndicator --> Type of indicator signal of SL/TP SLTPTimeFrame=PERIOD_CURRENT; //SLTPTimeFrame --> TimeFrame of signal of SL/TP SLTP_shift=1; //SLTP_shift --> Bar number to receive signal of SL/TP SLTPStrategyInputs=""; //SLTPStrategyInputs --> Inputs of the ind, separated by commas SLTPBuferforBUY_StopLoss=-1; //SLTPBuferforBUY_StopLoss --> Buffer number of SL for BUY SLTPBuferforSELL_StopLoss=-1; //SLTPBuferforSELL_StopLoss --> Buffer number of SL for SELL SLTPBuferforBUY_TakeProfit=-1; //SLTPBuferforBUY_TakeProfit --> Buffer number of TP for BUY SLTPBuferforSELL_TakeProfit=-1; //SLTPBuferforSELL_TakeProfit --> Buffer number of TP for SELL
 =================================================================================
|
|
Дата: Понедельник, 10.12.2018, 17:27 | Сообщение # 12
Написал:
Администратор
expforex
|
Группа: Администраторы
Сообщений: 9910
Награды: 42
Статус: Оффлайн
|
- Fixed bugs according to user messages - Reworked system for receiving signals - Modified indicator indicator files for receiving signals for the operation of new functions and blocks! Be attentive! ================================================= =============================== - Update EAPADPRO to version 23: Added controls for speed testing and pause in the strategy tester; Added a table of current open positions in the strategy tester; ================================================= ===============================
- Added block control signal closure for custom indicator. This block allows you to close open positions by signals of a custom indicator. It is used if a custom indicator provides signals for closing positions (separately from the signals for opening a new position). If you need to tell the adviser signals to close positions, then you need to specify: the indicator name (may be identical with the indicator name for closing positions), a set of parameters (If they differ from the default indicator parameters), TimeFrame, Bar Shift, and number buffers to receive signals for closing. Separately for BUY and SELL positions. Attention: If you want to close a position when receiving the opposite signals, then you do not need to use this block.
- External parameters Signal for Close options:
CloseNameIndicator = ""; // CloseNameIndicator -> Indicator name to get the signal to close pos CloseTypeIndicator = xArrow; // CloseTypeIndicator -> Type of indicator signal to close CloseTimeFrame = PERIOD_CURRENT; // CloseTimeFrame -> TimeFrame of signal to close Close_shift = 1; // Close_shift -> Bar number to receive signal to close CloseStrategyInputs = ""; // CloseStrategyInputs -> Inputs Of Ind, separated by commas CloseBuferforBUY = 4; // CloseBuferforBUY -> Buffer number for close BUY CloseBuferforSELL = 5; // CloseBuferforSELL -> Buffer number for close SELL Close_IndSigToClose = 0; // Close_IndSigToClose -> Indicator number to get Close signal ================================================= ===============================
- Added Stop Loss and Take Profit control unit based on custom indicator signals. This block allows you to set a stop loss or take profit when opening positions on the signal, which can be taken from the values of the custom indicator buffers. If the Custom Indicator has separate buffers for getting Stop Loss or Take Profit, you can use these values when opening a new position.
Attention: Stoploss or take profit is set only when a new position is opened using a new signal. The functions of averaging, additional opening use the parameters of stop loss and take profit from past variables. Stoploss and take profit obtained from the custom indicator in Averaging and additional opening are not accepted. Stop loss and take profit from a custom indicator is also set when using the ForcedModifySLTP function.
If you need to tell the adviser the stop loss and take profit values from the custom indicator, then you need to specify: the indicator name (may be identical with the name of the indicator for opening / closing positions), a set of parameters (If they differ from the parameters of the indicator by default), TimeFrame, Shift bar, and the number of buffers to get values. Separately for BUY and SELL positions and separately for StopLoss and TakeProfit.
- External parameters Custom StopLoss and TakeProfit from Indicators options:
SLTPNameIndicator = ""; // SLTPNameIndicator -> Indicator name to get the signal of SL / TP SLTPTypeIndicator = xPrice; // SLTPTypeIndicator -> Type of indicator signal of SL / TP SLTPTimeFrame = PERIOD_CURRENT; // SLTPTimeFrame -> TimeFrame of signal of SL / TP SLTP_shift = 1; // SLTP_shift -> Bar number to receive signal of SL / TP SLTPStrategyInputs = ""; // SLTPStrategyInputs -> Inputs of the ind, separated by commas SLTPBuferforBUY_StopLoss = -1; // SLTPBuferforBUY_StopLoss -> Buffer number of SL for BUY SLTPBuferforSELL_StopLoss = -1; // SLTPBuferforSELL_StopLoss -> Buffer number of SL for SELL SLTPBuferforBUY_TakeProfit = -1; // SLTPBuferforBUY_TakeProfit -> Buffer number of TP for BUY SLTPBuferforSELL_TakeProfit = -1; // SLTPBuferforSELL_TakeProfit -> Buffer number of TP for SELL ================================================= ===============================
|
|
Дата: Понедельник, 10.12.2018, 17:31 | Сообщение # 13
Написал:
kotba3ilio
|
Группа: Пользователи
Сообщений: 7
Награды: 0
Статус: Оффлайн
|
Сообщение: 24637 Написал: expforex Ваш ответ:, а как обновиться до этой версии? покупал в маркете mql5.com
Сообщение отредактировал kotba3ilio - Понедельник, 10.12.2018, 17:34
|
|
Дата: Понедельник, 10.12.2018, 17:51 | Сообщение # 14
Написал:
Администратор
expforex
|
Группа: Администраторы
Сообщений: 9910
Награды: 42
Статус: Оффлайн
|
Сообщение: 24639 Написал: kotba3ilio Ваш ответ:,
Приветствую.
Вам должно прийти уведомление о новой версии https://www.expforex.com/publ....0-139#4
|
|
Дата: Понедельник, 10.12.2018, 18:03 | Сообщение # 15
Написал:
Администратор
expforex
|
Группа: Администраторы
Сообщений: 9910
Награды: 42
Статус: Оффлайн
|
все вроде проверил, описание слегка обновил. обновляю индикаторы и делаю примеры - все не успел, решил начать с обновления эксперта, многие просили уже эксперта с новыми фишками :-)
прикрепил пример нового индикатора данных для мт5. конечно он даже сейчас сложный для понимания.
буду думать как его облегчить.
|
|
Дата: Среда, 12.12.2018, 13:29 | Сообщение # 16
Написал:
oxshopnet
|
Группа: Пользователи
Сообщений: 6
Награды: 0
Статус: Оффлайн
|
Hello, I very like this EA and I have anidea to solve the SL position, I think it works better then Average function with smaller lotmartin and smaller drawdown, I call it is Opposite function name.
When the open position's profit is negative (main position) and <= -x (x is input variables- pip unit), the EA auto opens a opposite position (1st) with lot is = y*lot (y- is a input coef, lot = main position's lot). After that, if main position is not hit SL yet but 1st position is closed in profit that immediate open 2nd opposite position,... continue to the main position hits SL or close all if average profit >= a (a- input variable) or stop to open new opposite position by the other filter function. This function can open many opposite positions and takes profit from x(distance from main position) to Stoploss with smaller lot's martin, when the main position hits SL that the total profit is taken before is very much.
Please thinking about it!
Thank you!
Сообщение отредактировал oxshopnet - Среда, 12.12.2018, 16:43
|
|
Дата: Среда, 12.12.2018, 16:54 | Сообщение # 17
Написал:
Администратор
expforex
|
Группа: Администраторы
Сообщений: 9910
Награды: 42
Статус: Оффлайн
|
Сообщение: 24648 Написал: oxshopnet Ваш ответ:,
Your strategy is called swing. Unfortunately, it is impossible to add all the strategies in 1 of the advisor. It's complicated. They scold me for having so many functions in the advisor. All of them do not learn. No one wants to watch instructions.
https://www.expforex.com/publ....1-0-191
|
|
Дата: Среда, 12.12.2018, 21:10 | Сообщение # 18
Написал:
oxshopnet
|
Группа: Пользователи
Сообщений: 6
Награды: 0
Статус: Оффлайн
|
- I see some function are too difficult or rarely for using: Trailing stop by Sar, Limit loss and profit, ... that can over wright on one of them. - Now I have a problem and dont know how to solve, the open position is in profit but dont see the SL, TP line; Breakevent and TrailingStop dont work too. This position is manual opened by The xCustomEA and showed on it's PAD.
Screen link: https://imgur.com/LIFgrkN
|
|
Дата: Среда, 12.12.2018, 21:41 | Сообщение # 19
Написал:
Администратор
expforex
|
Группа: Администраторы
Сообщений: 9910
Награды: 42
Статус: Оффлайн
|
Сообщение: 24651 Написал: oxshopnet Ваш ответ:,
Exactly. Too many functions that are difficult to understand. These all functions were done on request. I am tired of adding new functions because for each new user they cause difficulties. I can not delete them - they are already using them. You can not use them if you do not need them.
I see from the logs that you have an error in the indicator ARRAY OUT OF RANGE! Therefore, the adviser will not be able to work on it. Check this.

Pictures can be added to the forum. They do not need to be added to a third-party site.
|
|
Дата: Суббота, 22.12.2018, 09:10 | Сообщение # 20
Написал:
kotba3ilio
|
Группа: Пользователи
Сообщений: 7
Награды: 0
Статус: Оффлайн
|
столкнулся с такой проблемой: обновилась Windows, после обновления в терминале отвалилось подключение к аккаунту сообщества, после ввода логина и пароля пришлось устанавливать советник купленный в маркете заново (использовать новую активацию), если после каждого обновления Windows придется использовать новую активацию то они закончатся очень быстро, как с этим быть??
|
|