fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. rhang
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 11
    • Best 2
    • Controversial 0
    • Groups 0

    rhang

    @rhang

    3
    Reputation
    237
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    rhang Unfollow Follow

    Best posts made by rhang

    • RE: Loading EA .ex5 to MT5 fails in Visualize/Genetic Optimization

      Ah I found it, I did a mistake during creating the project

      When I created the new project, I selected

      Script*****>>>>>this should be Expert Advisor
      MetaTrader 5

      The Script was the problem. now it can be loaded. my mistake.

      Thank you for all suggestions đŸ™‚

      posted in Questions & Answers
      R
      rhang
    • RE: Close price - EMA

      @trader-philipps , exactly. Super, thank you. it works. đŸ™‚

      posted in Questions & Answers
      R
      rhang

    Latest posts made by rhang

    • RE: Fractual Break out EA for MT4

      Oh thanks @l-andorrĂ  , it works perfectly. Thank you for your sharings.
      I've modified it as below now
      https://fxdreema.com/shared/ngBksFjPc

      posted in General Discussions
      R
      rhang
    • RE: Fractual Break out EA for MT4

      @l-andorrĂ  yes, same person. sorry for the confusion.

      posted in General Discussions
      R
      rhang
    • RE: Fractual Break out EA for MT4

      Thanks @l-andorrĂ  , but the two trailing stops work in other EA's I've made so far, e.g. one would be for buys only and the other with sells only. the idea was to have differernt trailing stops for buys adnd sells

      But for the Fracctal+20 pip part I haven't got it to work yet so far.

      posted in General Discussions
      R
      rhang
    • Fractual Break out EA for MT4

      Dear all

      I have been trying to create an EA for the followinng actions but so far seems no actions happen

      For pending long orders, the followings are used
      -CCI>0
      Pending long using the latest Fractal high + 20 pip

      And for shorts, the opposits.

      So far I have tested it in MT4 and have seen no results, not sure if it is correct or missing something, please suggest.
      Example of the EA is as follows:
      https://fxdreema.com/shared/D6WuBpxtc

      Thank you
      Rhang

      posted in General Discussions
      R
      rhang
    • RE: Loading EA .ex5 to MT5 fails in Visualize/Genetic Optimization

      Ah I found it, I did a mistake during creating the project

      When I created the new project, I selected

      Script*****>>>>>this should be Expert Advisor
      MetaTrader 5

      The Script was the problem. now it can be loaded. my mistake.

      Thank you for all suggestions đŸ™‚

      posted in Questions & Answers
      R
      rhang
    • RE: Loading EA .ex5 to MT5 fails in Visualize/Genetic Optimization

      @rhang said in Loading EA .ex5 to MT5 fails in Visualize/Genetic Optimization:

      compili

      ![alt text](1_1580050982171_Journal.jpg 0_1580050982171_MQ5.jpg image url)

      posted in Questions & Answers
      R
      rhang
    • RE: Loading EA .ex5 to MT5 fails in Visualize/Genetic Optimization

      I,ve tried to download the mq5 file then used the mt5,s compilier to compile it and it was successful.
      However the virtualize still gives the same error in the journel. This was of course after multiple restarts of mt5 but the error remaind.
      Any other suggestions please.
      Thanks

      posted in Questions & Answers
      R
      rhang
    • Loading EA .ex5 to MT5 fails in Visualize/Genetic Optimization

      Hello
      I've been so far using MT4 EA using fxdreema as a tool to write ex4 in to Mt4, so far it has been great.
      Now that I have started MT5, I create a new project with all new blocks and download it to the expert directory and refresh the MT5 explorer then select the new ex5 EA, but so far it can not start in the virtualize tool. In the Journal, it says somthing like

      MQL5 >>> wrong type, loading of file-A failed
      Tester >>>> Loading of file-A.ex5 failed

      the start button is disabled and the input tab has no data.

      Any thing different from the MT4 way of doing???

      Thank you

      posted in Questions & Answers
      R
      rhang
    • RE: Close price - EMA

      @trader-philipps , exactly. Super, thank you. it works. đŸ™‚

      posted in Questions & Answers
      R
      rhang
    • RE: Close price - EMA

      @trader-philipps , thank you for shining light on this. so I got as far as below
      ![alt text](0_1579194139954_Capture.JPG image url)

      so now this means the variables will be updated for each tick with the difference of closing price and EMA of closing price. now how to do the BuyLastEMA > 3 for example (that can be optimized later on in EA)?
      I tried to find where to put in condition for BuyLastEMA > 3 but can not find where or how to do it.
      Thanks alot.
      Rhang

      posted in Questions & Answers
      R
      rhang