fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. trader.philipps
    3. Controversial
    T
    • Profile
    • Following 3
    • Followers 38
    • Topics 20
    • Posts 1001
    • Best 91
    • Controversial 2
    • Groups 0

    Controversial posts made by trader.philipps

    • RE: How to show Moving Average on chart - no draw, but show indicator

      @emaniek said in How to show Moving Average on chart - no draw, but show indicator:

      Hi, yes I need add standard indicator on chart, example EMA 200, can you show me how to add? Thanks.

      Try read your sentence and let me know how one should guess that you are seeking to implement indicator logic in an EA such as a proxy! I'm not aware that is possible unless you draw it by yourself. Indicator may trigger EA by signal. The other way that an EA proxies indicator buffers I'm not aware of - at least with standard MT4 API.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: [NEWBIE] Problems running my EA

      @scottpapetti First thing is that in the fxdreema produced ea sources the indicator is referencenced by "Synergy_Pro_TDI". The file you uploaded is lower-case. That's no issue on windows, but an issue on Mac.

      Furthermore it looks like that the indicator requires some dll files. Once I put it on the chart, it prints in the log

      Cannot load 'CompassFX.dll' [126]
      Cannot load 'synergy_pro.dll' [126]

      Those 2 files has to be in the MQL4/Libraries folder of you MT4 instance. However, as some dll libraries are using Windows specific APIs, there is a big chance that you won't get it work on a Mac. Check the Expert tab on your terminal once you place the indicator on the chart.

      Last but not least your EA seems to require the '..\MQL4\indicators\JurikFilter_v2.ex4' file. I didn't check where you use it, but if someone wants to test the EA, it would probably be required to get it run.

      posted in Questions & Answers
      T
      trader.philipps
    • 1 / 1