fxDreema

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

    Raffinoso

    @Raffinoso

    0
    Reputation
    310
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Raffinoso Unfollow Follow

    Latest posts made by Raffinoso

    • RE: Max trades

      Hi fxDreema

      thats it what I look for 😄

      why I dont have only blank sites when I click on the help tab ?
      I work with the local version

      ****It's a great tool / builder you have programmed ****

      Thanks

      __Less than "n" trades are running in "Manage trades/orders count" category[/quote:3epujcp4]

      posted in Questions & Answers
      R
      Raffinoso
    • RE: Max trades

      Hi

      I play around and search the option to limit the open trades.

      max trades allowed = 4

      posted in Questions & Answers
      R
      Raffinoso
    • RE: First steps

      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

      posted in Questions & Answers
      R
      Raffinoso