fxDreema

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

    Voodoogodman

    @Voodoogodman

    0
    Reputation
    347
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Voodoogodman Unfollow Follow

    Latest posts made by Voodoogodman

    • RE: Buy above fractal up, sell below fractal down

      @l-andorrà Perhaps just linking to the old topic would be better. I'm looking for the answer to this question and can't find it.

      posted in Questions & Answers
      V
      Voodoogodman
    • invalid EX5 file (7)

      Is anyone else getting this error recently in their MT5 when attempting to attach an EA to a chart?

      posted in Questions & Answers
      V
      Voodoogodman
    • RE: market properties -> timeframe use in output.

      @l-andorrà It did not work unfortunately. Only came up with errors and would not compile on the web or in MetaEditor. I declared variable as shown. Set var in a modify variables box. and attempted to display contents of the variable in an alert box. it wouldn't compile, though

      https://fxdreema.com/shared/cKrvck26d

      posted in Questions & Answers
      V
      Voodoogodman
    • RE: market properties -> timeframe use in output.

      How would I set that up? I assume a var loaded with the tf found in market properties info would just read the same as an ouput alert that displays tf.

      posted in Questions & Answers
      V
      Voodoogodman
    • RE: market properties -> timeframe use in output.

      @xfire I have done this and it is what i want, though i don't know how to create an output alert that will tell me what tf the condition was found on.

      AUDCAD is searched on h4,h6,h8,h12,D1 using the "repeat this block" how do I create an alert that tells me which TF the condition was found on?

      posted in Questions & Answers
      V
      Voodoogodman
    • market properties -> timeframe use in output.

      How does one use the time frame option in the market properties section? When I add it to an Alert box, it gives me an output of 16392 or something when I'm trying to get it to say 4h chart.

      My goal is to be able to use "set current timeframe" in MT5 and have the EA check multiple time frames and give me an output of which time frame the situation happened on. Any tips?

      posted in Questions & Answers
      V
      Voodoogodman
    • RE: How can I set a stop loss based on ATR%

      @jzfusion quick and dirty is to use the "adjust" tab under the atr and enter *1.5 or whatever
      *2
      *1.5
      *0.33
      etc

      (enter percent as a decimal) 100% == 1.00 52.8% == 0.528

      posted in Questions & Answers
      V
      Voodoogodman
    • RE: Bug in PASS blocks replacing * with c:: in the code

      2_1565566797124_SAMPLE3.png
      MQL RESULTS ON COMPILE ATTEMPT

      1_1565566797124_SAMPLE2.png
      result after pressing update and reopening module

      0_1565566797122_SAMPLE1.png
      first entering values and multiplying them

      https://fxdreema.com/shared/unyj3VFab

      (multiple post edits for formatting as I'm not good at posting)

      posted in Bug Reports
      V
      Voodoogodman
    • Bug in PASS blocks replacing * with c:: in the code

      Something weird happening in PASS blocks. When attempting to multiply two variables, on pressing update button and reopening, * is gone leaving only the two variables. In mql the * is replaced by c::

      posted in Bug Reports
      V
      Voodoogodman
    • RE: A little help making my EA simpler (formula or custom code)

      Here you are, my friend. Hope it helps.

      https://fxdreema.com/shared/Ppfk0zWWc

      posted in Questions & Answers
      V
      Voodoogodman