- AuthorPosts
- October 12, 2021 at 8:42 pm #11970
jon.lim
ParticipantHi, It is not copying all the signals from my Telegram channel.
How can i fix? Out of 9 trades only 2 copied
Example Signal:
USDJPY Sell 113.65
Sl 114.12
Tp 112.05Gold Sell now at 1762
Sl 1778
Tp 1733Euraud buy now at cmp 1.5675
Sl 1.5600
Tp 1.5900Please help
October 12, 2021 at 9:09 pm #11975Veronika Momir
ModeratorHi Jon,
All these signals should be processed without a problem. Please check if there is some limit in the EA’s inputs, like max open trades or max risk per hour/day.
October 12, 2021 at 9:45 pm #11978jon.lim
Participantwhat if i want it to have no limits to prevent this? what defaults should i use?
It is showing on the Telegram.Forex app (But not executed):
13:02:08 1441799235 2221 Eurnzd buy now at 1.6620 Sl 1.6550 Tp 1.6800
13:13:26 1441799235 2222 Gold sell now at 1762 Sl 1778 Tp 1733
15:35:34 1441799235 2223 Usdjpy sell 113.65 Sl 114.12 Tp 112.05Please help
October 12, 2021 at 9:57 pm #11979jon.lim
ParticipantHi Veronika,
Here are my settings:sep0==== Telegram Signal Autotrader Options ===
LicenseKey=42d31129-3176cf7c-0b6a77b2
ServerPortInp=1
UseDelay=0
SecondsDelay=2.0
sep02==== Skip / Modify Trades Options ===
CheckDuplicate=1
Allow_Modifications=1
SkipSignalsWithKeyWords=
SkipPendingSignals=0
SkipMarketSignals=0
SkipSellSignals=0
SkipBuySignals=0
SkipCloseSignals=0
SkipSignalModeSL=0
SkipSignalModeTP=0
ChangeMarketSignalMode=0
UseSkipByMaxDeviation=0
MaxPipsDeviationSignalToMarket=10.0
sep2===== Custom Defined Trading Rules ===
AppliedTPRule=0
ChangeTPPips=0.0
AdjustTPbyPips=0.0
TradeTP1=1
TradeTP2=1
TradeTP3=1
TradeTP4=0
TradeTP5=0
AppliedSLRule=0
ChangeSLPips=0.0
sep3==== Risk Management Settings ===
PercentOnPartialCloseCommand=10.0
MaxOpenOrders=20
MaxPendingOrders=20
MaxOpenOrdersPerSymbol=10
MaxPendingOrdersPerSymbol=10
MaxRiskPerHourMode=1
MaxRiskPerHourMoney=10000.0
MaxRiskPerHourPercent=80.0
MaxTradesPerHour=20
MaxRiskPerDayMode=1
MaxRiskPerDayMoney=10000.0
MaxRiskPerDayPercent=80.0
MaxTradesPerDay=100
sep3_1==== Lot Size Calculation ===
MoneyMethod=1
FixedLot=1.0
RiskPercentage=3.0
FixedMoney=1000.0
sep3_11=*** Custom Lot Split (4) ***
TP1_Lot=0.5
TP2_Lot=0.3
TP3_Lot=0.2
TP4_Lot=0.1
TP5_Lot=0.1
sep3_12=*** Custom Risk Percent Split (5) ***
TP1_Percent=0.5
TP2_Percent=0.2
TP3_Percent=0.1
TP4_Percent=0.1
TP5_Percent=0.1
MaxLotSize=2.0
sep3_2==== Lot Size Calculation – Set 2 ===
UseSet2=0
SymbolsList_Set2=
MoneyMethod_Set2=1
FixedLot_Set2=0.5
RiskPercentage_Set2=3.0
FixedMoney_Set2=1000.0
sep3_21=*** Custom Lot Split (4) ***
TP1_Lot_Set2=0.5
TP2_Lot_Set2=0.3
TP3_Lot_Set2=0.2
TP4_Lot_Set2=0.1
TP5_Lot_Set2=0.1
sep3_22=*** Custom Risk Percent Split (5) ***
TP1_Percent_Set2=0.5
TP2_Percent_Set2=0.2
TP3_Percent_Set2=0.1
TP4_Percent_Set2=0.1
TP5_Percent_Set2=0.1
MaxLotSize_Set2=2.0
sep4==== Break Even Settings ===
BreakEven_Rule=0
BreakEven_TriggerPips=20.0
BreakEven_OffsetPips=5.0
UseOffsetPipsInBESignal=1
sep5==== Trailing Settings ===
TrailingStop_Enabled=0
TrailingStop_Pips=25.0
sep6==== Traded Symbols Settings ===
ExcludeSymbols=0
ExcludeSymbolsList=
IncludeSymbols=0
IncludeSymbolsList=
UsePreAndSuffix=0
SymbolPrefix=
SymbolSuffix=
sep00==== Custom Signal Mapping (ENG alphabet only) ===
SellKeyword=CLOZED
BuyKeyword=
SellStopKeyword=
BuyStopKeyword=
SellLimitKeyword=
BuyLimitKeyword=
SlKeyword=
TpKeyword=
EntryKeyword=
CloseKeyword=
PartialCloseKeyword=
sep7==== Custom Symbols Settings ===
SymbolFor_1=GOLD
CustomSymbol_1=XAUUSD
CustomLot_1=0.5
PipValue_1=0.01
SymbolFor_2=CRUDE OIL
CustomSymbol_2=XTIUSD
CustomLot_2=0.1
PipValue_2=0.001
SymbolFor_3=
CustomSymbol_3=
CustomLot_3=0.1
PipValue_3=0.01
SymbolFor_4=
CustomSymbol_4=
CustomLot_4=0.1
PipValue_4=0.0
SymbolFor_5=
CustomSymbol_5=
CustomLot_5=0.1
PipValue_5=0.0
SymbolFor_6=
CustomSymbol_6=
CustomLot_6=0.1
PipValue_6=0.0
SymbolFor_7=
CustomSymbol_7=
CustomLot_7=0.1
PipValue_7=0.0
SymbolFor_8=
CustomSymbol_8=
CustomLot_8=0.1
PipValue_8=0.0
SymbolFor_9=
CustomSymbol_9=
CustomLot_9=0.1
PipValue_9=0.0
SymbolFor_10=
CustomSymbol_10=
CustomLot_10=0.1
PipValue_10=0.0October 13, 2021 at 2:12 pm #11994jon.lim
ParticipantHi Please help… I had 2 new signals and didnt copy again
October 14, 2021 at 12:58 pm #12032Veronika Momir
ModeratorHi Jon,
Do you see any error messages in the app or in MT4? Is your broker using suffixes in the symbols’ names? Please share more info, or send us screenshots to support@telegram.forex so we can find the problem.
Telegram.Forex
October 18, 2021 at 6:29 am #12126novan.lynovar
ParticipantDear Support,
I already installed telegram to MT4 software as per manual and I tried running Telegram to MT4 program, but there was no one signal execute in MT4.
The telegram forex app can identify massage from telegram and also connected to MT4. I am used default setting. Could you please advice meOctober 18, 2021 at 9:27 pm #12160Veronika Momir
ModeratorHello Novan,
I answered you by email, hope we will resolve the issue.
- AuthorPosts
- The forum ‘How To Install, Activate And Begin Trading With The Telegram.forex Application’ is closed to new topics and replies.