fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    First steps

    Questions & Answers
    2
    2
    1282
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Raffinoso last edited by

      Hi

      I have some experience with modify MQL4 EA's but not with fxdreema.

      anywhere a step by step manual ?

      My question:

      How to build the follow signal as example

      Williams Percentage Range

      double WPR_0 = iWPR(NULL,WPR_TF,WPR_Period,0);
      double WPR_1 = iWPR(NULL,WPR_TF,WPR_Period,1);

      for buy:

        (WPR_1 <  -50  **&&** WPR_0 >  -50)       Previous is under -50 and current is over -50
      

      then open buy

      how to set "**and && **"

      thanks for help

      1 Reply Last reply Reply Quote 0
      • fxDreema
        fxDreema last edited by

        If you try to modify MQL4 code generated using fxDreema it will be hard to do, and I think - with no reason. It's better to make modifications in fxDreema itself and leave MQL4 as is. Think of MQL4 code here like a black box.

        There is a block named "Condition". Connecting two "Condition" blocks one after another makes them to work in AND logic.

        Some things are demonstrated here: http://fxdreema.com/examples

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post

        Online Users

        L
        S
        A
        F

        9
        Online

        146.7k
        Users

        22.4k
        Topics

        122.6k
        Posts

        Powered by NodeBB Forums | Contributors