i forgot my mt4 bot (ea) name? can u help me??

 
hi everyone, i used a bot(ea) in mt4, but forgot name of it, when i do EUR/USD parity it was written "EURUSDb" maybe u remember from this clue? 
 
Mehmet Fatih: hi everyone, i used a bot(ea) in mt4, but forgot name of it, when i do EUR/USD parity it was written "EURUSDb" maybe u remember from this clue? 

We have no idea what you are talking about. Explain in more detail. How are we suppose to know what "bot" you used?

Was this a Market product you bought but then deleted? Then have a look at your purchase history: Profile → Purchases

 
  1. Why did you post your MT4 question in the MT5 General section instead of the MQL4 section, (bottom of the Root page)?
              General rules and best pratices of the Forum. - General - MQL5 programming forum? (2017)
    Next time, post in the correct place. The moderators will likely move this thread there soon.

  2. EURUSDb is the name of your broker's symbol. Nothing to do with codes.

    Broker's use a variety of naming patterns: EURUSD, EURUSDb, EURUSDc, EURUSDcheck, EURUSDct, EURUSDecn, EURUSDf, EURUSDh, EURUSDi, EURUSDm, EURUSDme, EURUSDmicro, EURUSDpro, EURUSDt, “EUR.USD”, “EUR/USD”, “EUR/USD_ecn”, “EURUSD!”, “EURUSD#”, “EURUSD..”, “EURUSD.”, “EURUSD.a”, “EURUSD.ax/a>”, “EURUSD.c”, “EURUSD.cfx”, “EURUSD.ecn”, “EURUSD.ECN”, “EURUSD.G”, “EURUSD.i”, “BTCUSD.lts”, “EURUSD.m”, “EURUSD.r”, “EURUSD.t/a>”, “EURUSD.SBe”, “EURUSD.stp”, “EURUSD.z”, “EURUSD'”, “EURUSD@”, “EURUSD_i”, “EURGBP_0s”, “EURUSD-5”, “EURUSD-g”, “EURUSD-m”, “EURUSD-sb”, etc., “#FB”, “#TSLA”, and Financial symbols with “-”, “=”, “_”, and “+”

    If the pattern your broker uses doesn't match the pattern of your signal provider's broker, you can't copy the signal/open a trade. Switch brokers to one that has that adornment.

    If the naming pattern of your charts isn't exactly “BasQuo” then hard coded symbols fails. Don't hard code things; just use the predefined _Symbol, or add/remove the adornments during processing.
              I need to know how to fill an enum or get a drop down list, with a string array :)) - MQL4 programming forum #10 (2020)