Transaction Repeater Full
300 USD
Versione demo scaricata:
1 200
Pubblicato:
19 gennaio 2015
Versione attuale:
2.592
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

т.е. в момент появления такой ошибки сделки не копировались?
no transaction at the time. Does it make sense to close the transaction repeater and attach it again as master?
The error is only in the MT4 with transaction repeater acting as master.no transaction at the time. Does it make sense to close the transaction repeater and attach it again as master?
The error is only in the MT4 with transaction repeater acting as master.if at the time of the error there were transactions and they were not copied, then this is a problem.
if you just got such a mistake, then you should not be afraid.
It is possible to restart the copier as a prophylactic once a day.
To reduce the number of such errors, delete the "sleep" parameter, if this is not critical when copying in your case.
if at the time of the error there were transactions and they were not copied, then this is a problem.
if you just got such a mistake, then you should not be afraid.
It is possible to restart the copier as a prophylactic once a day.
To reduce the number of such errors, delete the "sleep" parameter, if this is not critical when copying in your case.
Do i need to attach to multiple charts or 1 chart on each terminal will do? If i am trading on multiple pairs in the master, can i just enable this in one chart for both master and slave?
if trading one to one, then you need to run only one copy on the master and one copy on the slave. independent of the number of pairs for which trade is conducted
Hello
I have this error message on the slave. Is it a slippage issue ? The parameters is on 2. What’s the recommandations ?
Hello
I have this error message on the slave. Is it a slippage issue ? The parameters is on 2. What’s the recommandations ?
Hello.
Yes, the order does not open due to the fact that there are no prices.
Most likely the reason is in the server of the broker who delays execution.
Say the warrant does not open completely or opens, but with a delay?
Hello.
Yes, the order does not open due to the fact that there are no prices.
Most likely the reason is in the server of the broker who delays execution.
Say the warrant does not open completely or opens, but with a delay?
Thanks a lot
most likely, the reason is on the side of the broker.
the server of the broker gives such an error before the release of important news or on the opening of the session.
Generally, of course, the copier of the occurrence of such an error will try to open a copy for the time specified in the "llowable time copy sec."
most likely, the reason is on the side of the broker.
the server of the broker gives such an error before the release of important news or on the opening of the session.
Generally, of course, the copier of the occurrence of such an error will try to open a copy for the time specified in the "llowable time copy sec."
Ok thanks
Hi I already paid and when I try to set up it says transaction reapeater full trade is not permitted what I have to do?
Hi I already paid and when I try to set up it says transaction reapeater full trade is not permitted what I have to do?
Hello.
Take a screenshot of the message that you receive from the product and send it to me.
Hello.
Take a screenshot of the message that you receive from the product and send it to me.
Hi in slave mode it opens 4 times the same trade why is that need only one by one trade
Specify with what settings the product was launched.
How many slave copies are running on the slave account?
Hi, my master account is EURUSD, my slave account is EURUSDe. I input "e" in my slave account sSuffix but it is still not working. Help?
Hello.
Make a screen of settings on the master account
and on the slave account
Hello.
Make a screen of settings on the master account
and on the slave account
please add that do not close positions when server close positions for orders with tp/sl as differences between server and client are killing me.
looks like an easy change like
from
if order is closed in server then close;
to
if (client order = closed in server) and (sl = nill "or" tp = nill ) then
client close (as normal)
else
no close order (wait until TP or SL is hit even if never hit)
"or" to ensure position have the sl tp if there is no sl or tp then close to don't cause damage hehehe