fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. EA
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    EA

    @EA

    0
    Reputation
    159
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    EA Unfollow Follow

    Latest posts made by EA

    • RE: How to locate an indicator in Expert Advisor

      __Indicators are not embedded into EAs, they are separate programs. And when you upload indicator in fxDreema, this is not uploading and in fact the file is not uploaded. Instead, the browser reads the file, finds only the data that is needed (input parameters, name, buffers) and sends only this data to the server. Then in the EA some function called iCustom() is used to call the indicator, MetaTrader searches for it in MQL4/Indicators, loads it and works with it.[/quote:2ibn6ozv]

      Ok, I got it , thanks. 😄

      posted in Questions & Answers
      E
      EA
    • RE: How to locate an indicator in Expert Advisor

      __In the menu you go to My Indicators. Then you add some indicator. The name of the indicator must match the name of the file. You must have the indicator file in /MQL4/Indicators. When you add the indicator in My Indicators, then you can use it in the blocks, for example in Condition -> Indicator (My Indicators). Then when the EA is generated, iCustom() is used and all parameters are automatically filled.[/quote:3qb5ly6v]

      For example, I am making an Ea , I uploaded an indicator and used it for some conditions. Then I downloaded it.
      But when I try to use that Ea on some charts, it also says it needs the indicator again in MT4 folders.

      So, we cant locate the indicator into Ea. Ea will always need the indicators in MT4 folder, right?

      posted in Questions & Answers
      E
      EA
    • RE: How to locate an indicator in Expert Advisor

      I want to use an indicator in Ea. But when I download the Ea, it says it needs the indicator which I used should be in MT4 data folder's.

      So that, my question is how can we could locate an indicator into Expert Advisor ?

      Thanks in advance.

      posted in Questions & Answers
      E
      EA
    • RE: About Kdj indicator buffer

      Ok, I found the error. The indicator also should be in the folders's of the mt4. It is not located in the Ea.

      posted in Questions & Answers
      E
      EA
    • RE: About Kdj indicator buffer

      Hi,

      I want to use kdj indicator which is like stochatic ossilator. In kdj, there are 3 buffers.

      I wanted to use buffer 1, when it crosses 1 then buy signal will be opene. How can I make it?

      I am trying "condition" and then my indicator -->> kdj . Then I selected the buffer. On the opposite side I selected value and numeric. But when I backtest the ea doesnt do anything .

      Can you help me?

      A1.png

      ......
      A1.png

      posted in Questions & Answers
      E
      EA