Can’t get it to work followed all the instructions and installed the Telegram copier application first it’s all set up as it should be. It just doesn’t seem so can you help?
Tradops2 #: Can’t get it to work followed all the instructions and installed the Telegram copier application first it’s all set up as it should be. It just doesn’t seem so can you help?
Thank you for purchasing. Could you specify what the issue you are experiencing is so I can help troubleshoot?
Hi. Thank you for purchasing. You need to set the max slippage value correctly. This is what determines the copier's tolerance for signal vs broker price differences. Your current value of 1.0 does not tolerate any price difference and instantly sets a pending order instead. The unit is in points, so you need to set a much higher value to allow for market execution of the signals.
Please set this and kindly let me have your feedback. Thank you.
Thanks for the prompt response, really appreciate that.
I see that increasing slippage does allow for a pending order to be placed but then I assume there is no option to allow for opening an order at market execution long/short and ignore signal price?
Am I correct in saying that the market execution option does not apply to opening orders? Closing trades does work at market execution however.
Thanks for the prompt response, really appreciate that.
I see that increasing slippage does allow for a pending order to be placed but then I assume there is no option to allow for opening an order at market execution long/short and ignore signal price?
Am I correct in saying that the market execution option does not apply to opening orders? Closing trades does work at market execution however.
Thanks in advance.
Market execution applies to opening orders. The copier will open market orders if all of these conditions are met:
1. The signal contains command for a market order i.e Buy or Sell 2. Max slippage is set to a wide enough tolerance
For example:
XAUUSD Buy 3325
TP¹: 3327
TP²: 3330
TP³: 3334
TP⁴: 3340
SL: 3315
If current market price for XAUUSD on my broker is 3326, the copier will execute at market price 3326 only if the max slippage allowed is greater than the difference between the signal and broker prices (3326 - 3325 = 100 points). So you must have set max slippage to a value higher than 100 points. That means you are basically instructing the copier "execute as market order even if there is a price disparity of as much as 100 points".
The copier will prioritize the entry price in the signal unless you configure max slippage to allow more room for tolerance.
The copier will prioritize the entry price in the signal unless you configure max slippage to allow more room for tolerance.
Please let me know if all of this makes sense.
Thanks, it does make sense yes.
Theoretically if a person wanted to buy at whatever the current ask was would the EA allow that? With regard to speed of execution instead of placing a stop/limit order and then filling that order instead to buy immediately at current ask.
For example price=SymbolInfoDouble(symbol_name,SYMBOL_ASK);
Theoretically if a person wanted to buy at whatever the current ask was would the EA allow that? With regard to speed of execution instead of placing a stop/limit order and then filling that order instead to buy immediately at current ask.
For example price=SymbolInfoDouble(symbol_name,SYMBOL_ASK);
Yes, just set the max slippage to a very high value and the copier will place the trades at the current ask/bid. Note that this applies to signals that explicitly have market order command (Buy, Sell). If the signal explicitly states a pending order (Buylimit, Sellstop, etc), you have to also set "Force market execution" to true.
Yes, just set the max slippage to a very high value and the copier will place the trades at the current ask/bid. Note that this applies to signals that explicitly have market order command (Buy, Sell). If the signal explicitly states a pending order (Buylimit, Sellstop, etc), you have to also set "Force market execution" to true.
Fantastic, all sorted, I fully understand the differences now.
However, it does open a lot of operations with one single signal. Not sure if this is because the TP1 and TP2 that my signals have.
Thank you Emilio. Yes, the copier will place the number of TPs defined in the signal. However, this can still be controlled from inputs using the "Number of trades to copy per signal" input. Please try this and let me know if it addresses your query.
Can’t get it to work followed all the instructions and installed the Telegram copier application first it’s all set up as it should be. It just doesn’t seem so can you help?
Thank you for purchasing. Could you specify what the issue you are experiencing is so I can help troubleshoot?
Thank you for purchasing. Could you specify what the issue you are experiencing is so I can help troubleshoot?
Now seems to be working Vincent provided EXCELLENT back up help so fingers crossed it all will now work ok. Thanks!
Hi, I have the one month trial and have set the price to be at market execution however orders are being placed as buy limit or sell stop
Any ideas how I have misconfigured? Full setttings below:
Sep1=
ChatID=4863691229
ChannelTradingPair=XAUUSD
Sep2=
Sep774=
ExceptionKeywords=target hit,sl hit
SLUnit=0
TPUnit=0
NumberToCopy=0
AcceptModificationsWithoutDirectReply=true
AcceptUpdatesViaEdit=true
EntryDelaySecs=0
Sep773=
MaxSlippage=1.0
HandleSlippage=0
EntryRangeMode=0
EntriesInZoneOnly=true
Sep772=
EntryPointKeywords=price
StopLossKeywords=sl
TakeProfitKeywords=tp
LotSizeKeywords=lots, risk
Sep771=
BuyKeywords=buy,long
SellKeywords=sell,short,a sell
BuyLimitKeywords=buy limit,buy-limit,buylimit
SellLimitKeywords=sell limit,sell-limit,selllimit
BuyStopKeywords=buy stop,buy-stop,buystop
SellStopKeywords=sell stop,sell-stop,sellstop
Sep779=
CloseTPKeywords=Close TP[X]
CloseOrderKeywords=close,close order,stoploss order,takeprofit order,order tp,order sl,close [X] pips
DeleteKeywords=Delete
CloseAllOrdersKeywords=close all positions,close all orders
BreakevenKeywords=Move to breakeven,breakeven,sl to entry,stoploss to entry
UpdateSLKeywords=Update Stoploss
UpdateTPKeywords=Update TP[X]
ClosePartialKeywords=close partial,partial close
CloseHalfKeywords=close half
Sep6=
ExcludedSymbols=
BrokerPrefix=
BrokerSuffix=
CustomSymbolMatches=GOLD=XAUUSD,NAS100=USTEC
Sep7=
LotSource=1
SignalLotMultiplier=1.0
Sep77=
LotMode=0
LotsToTP=0.6, 0.5, 0.4, 0.3, 0.2, 0.1
FixedLotValue=0.01
RiskPercent=1.0
LotSizePerSymbol=EURUSD=0.01,GBPUSD=0.01,XAUUSD=0.01
RiskPercentPerSymbol=EURUSD=1,GBPUSD=1,XAUUSD=1
DivideLotByTPCount=false
Sep775=
SLMode=1
TPMode=1
RejectOrdersWithoutSL=false
RejectOrdersWithoutTP=false
CustomTP=20000.0
CustomSL=6000.0
NumOfTradesWhenNoSLTP=1
Sep776=
ForceMarketExecution=true
MaxRetriesOrderSend=1
RetryWaitTimeSeconds=1
CustomTradeComment=
PendingOrderExpiration=0
Sep8=
ActivateBreakeven=false
BreakevenToSignalEntryPrice=false
BreakevenAfterPoints=30.0
ActivateTrailingStop=false
SLTrailingMode=0
TrailingStartPoints=30.0
TrailingStepPoints=5.0
TrailingDistancePoints=10.0
PartialClosePercent=70.0
Sep9=
MaxTradesPerDay=10
MaxLossesPerDay=10
AccountCalculationSource=1
LossControlMode=0
MaxDailyLoss=10.0
MaxWeeklyLoss=20.0
MaxMonthlyLoss=30.0
LossExceedAction=0
DailyResetTime=00:01
Sep10=
UseTimeFilter=false
StartTime=07:00
EndTime=18:00
Hi, I have the one month trial and have set the price to be at market execution however orders are being placed as buy limit or sell stop
Any ideas how I have misconfigured? Full setttings below:
Sep1=
ChatID=4863691229
ChannelTradingPair=XAUUSD
Sep2=
Sep774=
ExceptionKeywords=target hit,sl hit
SLUnit=0
TPUnit=0
NumberToCopy=0
AcceptModificationsWithoutDirectReply=true
AcceptUpdatesViaEdit=true
EntryDelaySecs=0
Sep773=
MaxSlippage=1.0
HandleSlippage=0
EntryRangeMode=0
EntriesInZoneOnly=true
Sep772=
EntryPointKeywords=price
StopLossKeywords=sl
TakeProfitKeywords=tp
LotSizeKeywords=lots, risk
Sep771=
BuyKeywords=buy,long
SellKeywords=sell,short,a sell
BuyLimitKeywords=buy limit,buy-limit,buylimit
SellLimitKeywords=sell limit,sell-limit,selllimit
BuyStopKeywords=buy stop,buy-stop,buystop
SellStopKeywords=sell stop,sell-stop,sellstop
Sep779=
CloseTPKeywords=Close TP[X]
CloseOrderKeywords=close,close order,stoploss order,takeprofit order,order tp,order sl,close [X] pips
DeleteKeywords=Delete
CloseAllOrdersKeywords=close all positions,close all orders
BreakevenKeywords=Move to breakeven,breakeven,sl to entry,stoploss to entry
UpdateSLKeywords=Update Stoploss
UpdateTPKeywords=Update TP[X]
ClosePartialKeywords=close partial,partial close
CloseHalfKeywords=close half
Sep6=
ExcludedSymbols=
BrokerPrefix=
BrokerSuffix=
CustomSymbolMatches=GOLD=XAUUSD,NAS100=USTEC
Sep7=
LotSource=1
SignalLotMultiplier=1.0
Sep77=
LotMode=0
LotsToTP=0.6, 0.5, 0.4, 0.3, 0.2, 0.1
FixedLotValue=0.01
RiskPercent=1.0
LotSizePerSymbol=EURUSD=0.01,GBPUSD=0.01,XAUUSD=0.01
RiskPercentPerSymbol=EURUSD=1,GBPUSD=1,XAUUSD=1
DivideLotByTPCount=false
Sep775=
SLMode=1
TPMode=1
RejectOrdersWithoutSL=false
RejectOrdersWithoutTP=false
CustomTP=20000.0
CustomSL=6000.0
NumOfTradesWhenNoSLTP=1
Sep776=
ForceMarketExecution=true
MaxRetriesOrderSend=1
RetryWaitTimeSeconds=1
CustomTradeComment=
PendingOrderExpiration=0
Sep8=
ActivateBreakeven=false
BreakevenToSignalEntryPrice=false
BreakevenAfterPoints=30.0
ActivateTrailingStop=false
SLTrailingMode=0
TrailingStartPoints=30.0
TrailingStepPoints=5.0
TrailingDistancePoints=10.0
PartialClosePercent=70.0
Sep9=
MaxTradesPerDay=10
MaxLossesPerDay=10
AccountCalculationSource=1
LossControlMode=0
MaxDailyLoss=10.0
MaxWeeklyLoss=20.0
MaxMonthlyLoss=30.0
LossExceedAction=0
DailyResetTime=00:01
Sep10=
UseTimeFilter=false
StartTime=07:00
EndTime=18:00
Please set this and kindly let me have your feedback. Thank you.
Thanks for the prompt response, really appreciate that.
I see that increasing slippage does allow for a pending order to be placed but then I assume there is no option to allow for opening an order at market execution long/short and ignore signal price?
Am I correct in saying that the market execution option does not apply to opening orders? Closing trades does work at market execution however.
Thanks in advance.
Thanks for the prompt response, really appreciate that.
I see that increasing slippage does allow for a pending order to be placed but then I assume there is no option to allow for opening an order at market execution long/short and ignore signal price?
Am I correct in saying that the market execution option does not apply to opening orders? Closing trades does work at market execution however.
Thanks in advance.
1. The signal contains command for a market order i.e Buy or Sell
2. Max slippage is set to a wide enough tolerance
For example:
If current market price for XAUUSD on my broker is 3326, the copier will execute at market price 3326 only if the max slippage allowed is greater than the difference between the signal and broker prices (3326 - 3325 = 100 points). So you must have set max slippage to a value higher than 100 points. That means you are basically instructing the copier "execute as market order even if there is a price disparity of as much as 100 points".
The copier will prioritize the entry price in the signal unless you configure max slippage to allow more room for tolerance.
Please let me know if all of this makes sense.
The copier will prioritize the entry price in the signal unless you configure max slippage to allow more room for tolerance.
Please let me know if all of this makes sense.
Thanks, it does make sense yes.
Theoretically if a person wanted to buy at whatever the current ask was would the EA allow that? With regard to speed of execution instead of placing a stop/limit order and then filling that order instead to buy immediately at current ask.
For example price=SymbolInfoDouble(symbol_name,SYMBOL_ASK);
Thanks, it does make sense yes.
Theoretically if a person wanted to buy at whatever the current ask was would the EA allow that? With regard to speed of execution instead of placing a stop/limit order and then filling that order instead to buy immediately at current ask.
For example price=SymbolInfoDouble(symbol_name,SYMBOL_ASK);
Yes, just set the max slippage to a very high value and the copier will place the trades at the current ask/bid. Note that this applies to signals that explicitly have market order command (Buy, Sell). If the signal explicitly states a pending order (Buylimit, Sellstop, etc), you have to also set "Force market execution" to true.
Yes, just set the max slippage to a very high value and the copier will place the trades at the current ask/bid. Note that this applies to signals that explicitly have market order command (Buy, Sell). If the signal explicitly states a pending order (Buylimit, Sellstop, etc), you have to also set "Force market execution" to true.
Fantastic, all sorted, I fully understand the differences now.
Does this works if I have my account balance in fxpro? It's setup to connect to MT5 my fxpro account
The copier works amazingly!
However, it does open a lot of operations with one single signal. Not sure if this is because the TP1 and TP2 that my signals have.
The copier works amazingly!
However, it does open a lot of operations with one single signal. Not sure if this is because the TP1 and TP2 that my signals have.