fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. jado58
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 14
    • Best 1
    • Controversial 0
    • Groups 0

    jado58

    @jado58

    1
    Reputation
    233
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jado58 Unfollow Follow

    Best posts made by jado58

    • RE: MA applied to Williams %

      @l-andorrà said in MA applied to Williams %:

      y fxDreema cannot merge indicators as you need. TipsyWisdom's suggestion can be the solution.

      Thanks all, I got what I need from the EABuilder, here is a screen shot for anyone who might need this later.
      0_1626871731982_d48de22b-7c65-4b1b-88a9-91e88ce357b5-image.png

      posted in Questions & Answers
      J
      jado58

    Latest posts made by jado58

    • RE: MA applied to Williams %

      @l-andorrà said in MA applied to Williams %:

      y fxDreema cannot merge indicators as you need. TipsyWisdom's suggestion can be the solution.

      Thanks all, I got what I need from the EABuilder, here is a screen shot for anyone who might need this later.
      0_1626871731982_d48de22b-7c65-4b1b-88a9-91e88ce357b5-image.png

      posted in Questions & Answers
      J
      jado58
    • RE: MA applied to Williams %

      @l-andorrà , Attached images will make it clearer, thank you!

      0_1626714191974_e14f0084-6739-409a-8e28-869cce054ace-image.png
      1_1626711194903_Wpct2.png ![0_1626711194902_Wpct.png]

      posted in Questions & Answers
      J
      jado58
    • MA applied to Williams %

      How can I apply moving average to Williams % , and use the 2Ma's cross as one of my trade conditions?

      posted in Questions & Answers
      J
      jado58
    • RE: zero divide error MT5

      Lukily I had an older version I was working on before I moved to this version that don't have this issue. Thanks to both of you.

      posted in Questions & Answers
      J
      jado58
    • zero divide error MT5

      Error comes from this line every time. Any ideas or work arounds?

      return CustomPoint(symbol) / SymbolInfoDouble(symbol, SYMBOL_POINT);
      

      0_1588896131527_58adc159-a68e-48dc-8c41-14cfa43a6e7f-image.png

      posted in Questions & Answers
      J
      jado58
    • RE: Time Arithmetic and Input

      I ended up using the custom MQL code block

      0_1586030104543_03b5d4f6-259c-42bf-b5ab-45524e57c736-image.png

      MqlDateTime str1,str2;

      TimeToStruct(StrToTime(starttime),str1);

      MqlDateTime hour1;

      hour1.day = str1.day;
      hour1.hour =str1.hour ;
      hour1.min =0 ;
      hour1.sec =00 ;
      hr1= str1.hour;

      MqlDateTime hour2;

      hour2.hour =str1.hour+1 ;
      hour2.min =0 ;
      hour2.sec =00 ;
      hr2=hour2.hour;

      MqlDateTime hour3;

      hour3.hour =str1.hour+2 ;
      hour3.min =0 ;
      hour3.sec =00 ;
      hr3=hour3.hour;

      MqlDateTime hour4;

      hour4.hour =str1.hour+3 ;
      hour4.min =0 ;
      hour4.sec =00 ;
      hr4=hour4.hour;

      posted in Questions & Answers
      J
      jado58
    • RE: Time Arithmetic and Input

      0_1586015559373_7cabe4f6-31d7-4e98-9717-ace3fde1f33f-image.png

      For some reason I cant convert the string to time, it takes on the day but not the hours and minuets

      posted in Questions & Answers
      J
      jado58
    • Time Arithmetic and Input

      Hi, what I'm trying to do is use the constant ( starttime) to indicate the first bar of 4bars. then I want to use the timestamp values to identify the series of 4 bars starting at start time. I've tried many things but I can't get it right.

      1.constant "starttime" is a string

      2.convert "starttime" using StringToDate and save into variable

      3.modify variable block to shift fwd for each of the 4 hours

      another issue entering different time value into the sting changes nothing

      https://fxdreema.com/shared/MskmJNdwb

      posted in Questions & Answers
      J
      jado58
    • RE: Close and reverse position

      Yes that was a mistake and also I had Symbol set as specific . Thank you!

      posted in Questions & Answers
      J
      jado58
    • Close and reverse position

      https://fxdreema.com/shared/I6sVyeE2d

      Trying to close a position (not from tp or sl ) and reverse the position, I'm not seeing the log message when a trade is closed any hints? Thanks

      posted in Questions & Answers
      J
      jado58