fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. seb 0
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 9
    • Topics 25
    • Posts 456
    • Best 52
    • Controversial 0
    • Groups 0

    Posts made by seb 0

    • RE: Time filter blocks operation

      @roar
      Alright so when there is a cross, there is 1 chance on 5(oops not 10) that it passes. That's weird cause if you have no chance you can have no trade at all. I guess it's dedicated to work with lasting conditions like "MA5>MA20".
      I wanted to be sure before using more complicated structures like loops : once ber bar; pass 'n' times ; turn on a flag. Or the on timer event with loops as well but based on seconds then. It takes more time 😛

      posted in Questions & Answers
      S
      seb 0
    • Time filter blocks operation

      Hi
      Wanted to know how time filters blocks were working precisely, in particular the "every 'n' bars" one. Because i see that every time, when i use it interferes with my trades not the way i want.
      For exemple, the simplest one : https://fxdreema.com/shared/U4lE5nbub
      The first construction is gonna buy every time MA5x>MA20
      The second one, only time to time even if the last buy order is older than 10 bars
      0_1575315619842_Capture d’écran (62).png
      Looks like it's passing to the last blocks with only 1 chance on 10 when there is a cross..
      Thanks answering my rookie question

      posted in Questions & Answers
      S
      seb 0
    • RE: Loop misfunction

      Hey back, so as i said i re adapted your model to exclude the upWick of candle 0.
      I did these change on the project (first picture) :
      0_1575071914202_Capture d’écran (58).png
      I had to put the "math ID" adjustment before the wick calculation, so it starts with the cdl 1.

      There is what it looks like know (second picture) :
      0_1575072555589_Capture d’écran (59).png

      posted in Questions & Answers
      S
      seb 0
    • RE: Can someone help me with SL calculated form wick?

      @miro1360
      Oh right i see, with your 2nd exemple, it executes the blocks of the right "branch" first...
      I didn't think it could execute every blocks of an EA in such a short time.

      posted in Questions & Answers
      S
      seb 0
    • RE: Can someone help me with SL calculated form wick?

      @miro1360
      So the point of the blocks ID's is (beside identifying them for counter reset) : When there are 2 different paths/blocks, coming out a block, the one with lowest ID is executed at the tick X, and the second one at the tick X+1 ?

      posted in Questions & Answers
      S
      seb 0
    • RE: Loop misfunction

      @miro1360
      What is really good is that, there are always many ways to do one thing on FxD.
      Still got trouble from this candle 0(a mistake i did before), i should have noticed that, moreover i think that in this strategy, taking in count the wick size of the current candle before it finishes to form, doesn't really make sense.
      But i've analyzed your construction(took me a bit of time), and i totally got it : ). Except the text code part in draw blocks, i know nothing about coding.
      Im gona use it in in my strategy(not finalized) and tell you if something blocks me, but it should be ok.

      Thanks a lot for taking that time tho!

      posted in Questions & Answers
      S
      seb 0
    • RE: Loop misfunction

      Actually i think the way the "÷" works(block 7) , is not : X ÷ Y = X/Y
      but = Y/X
      Cause X divides Y.

      posted in Questions & Answers
      S
      seb 0
    • Loop misfunction

      Hey, im trying to make a looping structure, but i dont manage to make it work.
      What i want is the EA to : - Check the last candles until the 5th one
      - Calculate the average wick size for, the cld0(actual one), for the cdl0+1(actual and previous one) , for the cdl0+1+2 ... cdl 0+1+2+3+4+5
      - Go out the loop as soon as this average is above 5 pips
      - And open sell(short)

      Here is what i made : https://fxdreema.com/shared/T4oNVqQPb

      Note : the journal tells me that the EA checks for 128mb of data then stop. So the loop isn't stopping i suppose.

      posted in Questions & Answers
      S
      seb 0
    • RE: About terms "short" and "long" positions on Forex

      @ambrogio
      I see, it's as simple as that
      @roar
      Alright then nothing to do with the duration of the positions.
      I didn't find this option, maybe we need to sing up, here is the link
      link text

      posted in General Discussions
      S
      seb 0
    • About terms "short" and "long" positions on Forex

      I am hearing very often these terms in trading "short positions" and "long positions". So the meaning behind it, would be that, when you sell, you better do it for a short period of time, and when you buy, on a longer period. The reason, would be : as the economy tend to expand, prices of companies "equities" tend to increase. What i understand.
      But what about the forex market ? As soon prices are : the value of a currency expressed in a value of an other one, why would the price of one, tend to increase more than its binomial ?
      When i see this graph : 0_1574381129444_Capture d’écran (50).png
      Im not sure how to interpret it, is it the ratio of volumes, or the ratio of total number of trades ? In the second case, if more people are buying, but at the end the value of the pair is similar, does it mean the volumes of "longue positions" are smaller than "short positions ?
      Thanks clarifying

      posted in General Discussions
      S
      seb 0
    • RE: no open posisi sell

      Cause of sense of the ">" of block 9

      posted in Questions & Answers
      S
      seb 0
    • RE: Please, help me....

      You open the stochastic indicator(by default in new window), then drag your EMA in this window

      posted in Questions & Answers
      S
      seb 0
    • RE: Compile Error

      @jzfusion
      Personally, i'm building my EA's step by step and test them on the terminal before going further, so i can see what change makes its wrong.

      posted in Questions & Answers
      S
      seb 0
    • RE: need help please

      Im sorry man but i think it's not even a strategy, you need more than how much pips, like : happens in maximum "n" bars; happens if there is no opposite movement that doesn't exceed "n" pips; do you still open a trade when there is already one; do you sell when there is a buy ...

      posted in Questions & Answers
      S
      seb 0
    • RE: Been wondering about this for a while

      @roar
      Yes got it, pretty smart. Im gona consider it, it may be useful to me later!

      posted in Questions & Answers
      S
      seb 0
    • RE: Been wondering about this for a while

      @roar
      Humm so this ea would :
      --->Loop around blocks "1" and "4" continuously
      ---> Pass to block "3" then "2" 100 times, every loop until the 100th loop
      ---> then stop
      So as there is no "once per bar" block there will be many execution in a bit of time, it will draw arrows on the 100 last bars, in seconds, until 5ma>20ma ?
      Im trying to reformulate, it interests me.

      posted in Questions & Answers
      S
      seb 0
    • RE: Been wondering about this for a while

      If i get it, what you need is simply this ? https://fxdreema.com/shared/A1PtFGNsc
      With the "1", the number of candles where the arrow is fixed before the cross.
      I didn't understood the logic of your exemple roar, can you put the link of the project ?

      posted in Questions & Answers
      S
      seb 0
    • RE: Fractal Break

      I think that on the arrows side, the problem comes from the "once per bar" block while you are setting a condition that happens in a single point. Try to delete this block.
      I think aswell your block "price >x indicator" can be replaced by the same "condition" to the left but, below your "Dvalue_up" in adjust you can write "+5 pips".

      posted in Questions & Answers
      S
      seb 0
    • RE: Custom Indicator Recognition

      @l-andorrà
      Is the Admin on vacation or ? 😛

      posted in Questions & Answers
      S
      seb 0
    • RE: Trailing stop

      @fabien-s
      Oh like that ok : )

      posted in Questions & Answers
      S
      seb 0
    • 1
    • 2
    • 19
    • 20
    • 21
    • 22
    • 23
    • 22 / 23