fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. padletut
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 5
    • Topics 7
    • Posts 47
    • Best 6
    • Controversial 0
    • Groups 0

    Posts made by padletut

    • RE: I don't know why it didn't open? Is there anything wrong?

      @khalids222 to trace the values you are calculating so you can see it on the screen live.

      0_1585215363427_8d59af2c-a877-4e66-bb56-38c8d40c6323-image.png

      posted in Questions & Answers
      P
      padletut
    • RE: I don't know why it didn't open? Is there anything wrong?

      https://fxdreema.com/shared/18vPCCK7b

      TIP: If thing doesn't do what you want it to do then "Trace" block is a nice tool to check values.

      posted in Questions & Answers
      P
      padletut
    • RE: I don't know why it didn't open? Is there anything wrong?

      I don't understand, on the screenshot buy is open?

      And I think I would add 10 pips in the result value in the Formula block instead of in the condition block

      0_1585210817997_76972df7-3ac9-461d-a25b-7a5085420fdb-image.png

      posted in Questions & Answers
      P
      padletut
    • RE: ZizZag Trendlines

      Very nice, Thank you very much

      posted in Tutorials by Users
      P
      padletut
    • RE: Fibonacci expansion price levels

      I got it work with some custom code, I think it's strange if it's not implemented in fxdreema already, anyway..I could not find it.

      Visual view:

      0_1584624090880_6211989c-bc3f-42b3-b426-569ae326b882-image.png

      I'm not a programmer so the code might look messy ๐Ÿ™‚

      Example:

      https://fxdreema.com/shared/UVnbHjvgc

      0_1584624244691_6a9af898-28e1-47e0-b473-078ca853f4a8-image.png

      0_1584624275430_fa28ba6e-47c3-4b1f-96bd-e040546368b4-image.png

      0_1584624305918_8525ad53-7efe-4fbe-a1a8-319f3219b9e2-image.png

      posted in Questions & Answers
      P
      padletut
    • Fibonacci expansion price levels

      Hello, I'm maybe not good at searching in this forum...but anyway, I could not find any answer.

      I'm trying to get the price value of fibonacci expansion levels.

      "Fibonacci: Price by level" does not give me the correct price level, looks like it only works correctly with Fibonacci retracement levels

      0_1584603788466_6af97365-52d3-4933-8a09-e3b309d43096-image.png

      Any solution?

      Thanks

      posted in Questions & Answers
      P
      padletut
    • RE: ZigZag candleID

      @miro1360 That's what I was looking for! Thank you very much!

      posted in Questions & Answers
      P
      padletut
    • RE: ZigZag candleID

      0_1584470463926_f6003d34-581f-4618-ab8c-e2f2e381bae6-image.png @l-andorrร 

      posted in Questions & Answers
      P
      padletut
    • RE: ZigZag candleID

      I was reading that thread but it didn't answer my question as I can see.

      What I want to do is to draw a trendline from High ID 2 to HighID 1 or from Low ID 2 to Low ID 1
      Getting the price for the points of trendline is not a problem, but getting the time for points for the trendline I don't understand how to do?

      posted in Questions & Answers
      P
      padletut
    • ZigZag candleID

      Is it possible to get candleID of the ZigZag High Low ID? If so..how?

      posted in Questions & Answers
      P
      padletut
    • RE: How do I use Loop (pass "n" times") ?

      @miro1360 ah, I see ๐Ÿ™‚ I got it work, thank you ๐Ÿ™‚ I'm going to study your loop examples too.
      https://fxdreema.com/shared/ewgZNewxe

      posted in Questions & Answers
      P
      padletut
    • RE: Close all trades if the p/L is at a certain level

      Maybe this is an idea?

      https://fxdreema.com/shared/p3iC91Dnb

      posted in Questions & Answers
      P
      padletut
    • RE: how can i save my project in a link and share it

      in the builder? https://fxdreema.com/builder

      What browser are you using? I'm using google Chrome, everything works.

      posted in Questions & Answers
      P
      padletut
    • RE: how can i save my project in a link and share it

      In the Projects menu

      0_1566495767913_shared copy.png

      posted in Questions & Answers
      P
      padletut
    • RE: need stop loss and take profite target with parabolic

      Something like this?

      https://fxdreema.com/shared/Z82QDYnMb

      posted in Questions & Answers
      P
      padletut
    • RE: How do I use Loop (pass "n" times") ?

      @FXDREEMA-0 ?

      posted in Questions & Answers
      P
      padletut
    • RE: How do I use Loop (pass "n" times") ?

      Strange, I though it was a loop?

      Because if I write this in a custom MQL code block:

      for(int i=0; i<=100; i++){
      ObjectCreate( "Time_vLine-"+Time[i], OBJ_VLINE, 0, Time[i], 0 );
      ObjectSet( "Time_vLine-"+Time[i], OBJPROP_COLOR,clrRed);
      }

      I get 100 vertical lines on the init....

      Why is not the "Loop pass "n" times" not doing the same?

      posted in Questions & Answers
      P
      padletut
    • RE: Can I have some help, friends ?

      I'm not sure if this is an ok solution?

      https://fxdreema.com/shared/LYMAjNJUb

      posted in Questions & Answers
      P
      padletut
    • RE: Bollinger Bands Distance to Take Profit

      Something like this:

      https://fxdreema.com/shared/7fgRZrwXc

      posted in Questions & Answers
      P
      padletut
    • 1
    • 2
    • 3
    • 2 / 3