Exp4 The xCustomEA for MT4
250 USD
Versione demo scaricata:
1 906
Pubblicato:
9 ottobre 2018
Versione attuale:
26.222
Non hai trovato un robot adatto?
Ordina il tuo
su Freelance
Vai alla sezione Freelance
Ordina il tuo
su Freelance
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo
Ti stai perdendo delle opportunità di trading:
- App di trading gratuite
- Oltre 8.000 segnali per il copy trading
- Notizie economiche per esplorare i mercati finanziari
Registrazione
Accedi
Accetti la politica del sito e le condizioni d’uso
Se non hai un account, registrati

Bought this and tried it and it does not work, no English manual and support won't help. Zero stars.
This is my full instructions and examples
how to properly fill separete by commas in mt4. even though I followed your instructions correctly. the indicator with your custom EA doesn't even work.
At least there must be directing can not work as usual. because I already bought your product. so I don't buy things to be in vain
how to properly fill separete by commas in mt4. even though I followed your instructions correctly. the indicator with your custom EA doesn't even work.
At least there must be directing can not work as usual. because I already bought your product. so I don't buy things to be in vain
I try to answer as much as possible. This store is the only way to live. if your indicator is not working, then you should investigate the reasons. it is a universal trading advisor. I have no opportunity to study your indicators. unfortunately. commas work. too little information from you. sorry.
good. if you respond like this. Help me. I've tried your comma menu always failed & doesn't work. If this works I will change my comment with five stars. because it's your job as a seller
this indicator for buffer, variable & value for commas custom EA :
good. if you respond like this. Help me. I've tried your comma menu always failed & doesn't work. If this works I will change my comment with five stars. because it's your job as a seller
this indicator for buffer, variable & value for commas custom EA :
I don't understand what words you are typing here. they are not parameter names. this is text. You must write the parameter names here. parameter names, not tooltip text. to find out the names, you must save your indicator's set file, open it and you will have the parameter names, not the tooltip text. You can contact the author of your indicator and find out the names of the variables.
great. like this I do not know. If the maker does not guide us, we will not understand. ok I will ask the indicator maker
External parameters for custom indicator, in SignalTypeIndicator = xArrow mode
You can specify the external variables of the indicator as they are written in the settings table, separated by commas!
Important: You must respect the order of variables and the type of variables.
1
10
777
0.2
1.10
In MT5: Be sure to specify the string (not numbers). You can write as "X"
In MT4: Attention! In the version for MetaTrader4, it is forbidden to transfer string parameters! When passing string parameters, the indicator may not load correctly!
"XXX"
"TEST SAME"
Mandatory indication of D and single quotes
If you need to write without a specific date, then you need to write as a string: "00:00" or "23:59"
D'2018.11.08 '
D'2015.01.01 '
"00:00"
"23:59"
C'0 / 128/128 '
C'0 / 256/0 '
If your indicator has a list (selecting a parameter from the list), i.e. In the settings you need to write a number!
An example of how to do this: https://www.expforex.com/forum/69-965-25469-16-1587798560
eg
int InpCCIPeriod = 1;
double InpCCIPeriod2 = 2.0;
color InpCCIPeriod3 = clrGreen;
string InpCCIPeriod6 = "text";
datetime InpCCIPeriod4 = 2018.11.08;
bool InpCCIPeriod5 = false;
written as:
SIGNALStrategyInputs = 1,2.0, C'0 / 128/0 ', " text ", D'2018.11.08', false
Example:
Hi Vladislav,
I buy your EA Builder very nice, but I had a problem with the property SIGNALStrategyInputs.
It is not possible to import text (name of the Indicator) I use the indicator:
https://www.mql5.com/en/market/product/53124
Thanks mopheus
Hi Vladislav,
I buy your EA Builder very nice, but I had a problem with the property SIGNALStrategyInputs.
It is not possible to import text (name of the Indicator) I use the indicator:
https://www.mql5.com/en/market/product/53124
Thanks mopheus
Additional :
It will very good, if you can load settings by the set.
The best was, if we can load the own saved set file...... like a path solution: \\MQL4\Presets\NameOfTheSet.set
Hi Vladislav,
I buy your EA Builder very nice, but I had a problem with the property SIGNALStrategyInputs.
It is not possible to import text (name of the Indicator) I use the indicator:
https://www.mql5.com/en/market/product/53124
Thanks mopheus
If your indicator has a list (selecting a parameter from the list), i.e. In the settings you need to write a number!
An example of how to do this: https://www.expforex.com/forum/69-965-25469-16-1587798560
he problem is, I think the field is a textfield and you ignore it ! (is a "ab" field)(for example as commentation field used)
Have attention of the screenshot !
he problem is, I think the field is a textfield and you ignore it ! (is a "ab" field)(for example as commentation field used)
Have attention of the screenshot !
In MT5: Be sure to specify the string (not numbers). You can write as "X"
In MT4: Attention! In the version for MetaTrader4, it is forbidden to transfer string parameters! When passing string parameters, the indicator may not load correctly!
String forbidden
In MT5: Be sure to specify the string (not numbers). You can write as "X"
In MT4: Attention! In the version for MetaTrader4, it is forbidden to transfer string parameters! When passing string parameters, the indicator may not load correctly!
Ah ok....I don´t see it ........I must look for other solution.
Where I can set TP1, TP2 and TP3 and the SL ?
I understand the section
Thanks
Long time I was looking for trading strategies and possibilities all arround and i am here and I bought EA and it is realy good.Can do my experiments and play arround and learn.
There is only one thing missing and that is my Question.Is it possible to add more custom indicator filter options?
Long time I was looking for trading strategies and possibilities all arround and i am here and I bought EA and it is realy good.Can do my experiments and play arround and learn.
There is only one thing missing and that is my Question.Is it possible to add more custom indicator filter options?
I am very pleased thank you. Unfortunately, there is currently no technical possibility to change something. I apologize for the inconveniencW
Would you be able to add your code of exp averager to my existing EA?
Bought this and tried it and it does not work, no English manual and support won't help. Zero stars.
Works very good. You have to learn.
Hi Vladislav.
How can I set for
1. open next new buy order every new green candle
2. open next new sell order every new red candle .
Thank you
Hi Vladislav.
How can I set for
1. open next new buy order every new green candle
2. open next new sell order every new red candle .
Thank you
If the Expert Advisor opens the SELL position, then all other signals on the SELL will be ignored
e.g.:
The advisor checks whether there are open positions for this magic number in other currency pairs. If there is no position, the advisor will open the deal at the signal, and the remaining advisors will wait for the completion of this deal.
If the last closed position was SELL, the next could be opened only BUY!
It is necessary to trade the main indicator in No Signal mode
limit of the maximum number of BUY deals.
The positions opened by signals of indicators are taken into account.
The averaging and refilling positions are not taken into account
the parameter for limiting the maximum number of SELL deals.
The positions opened by signals of indicators are taken into account.
The averaging and refilling positions are not taken into account