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: Put an EA on the market

      @roar
      I didn't find that part, thank you got the answer : )

      posted in Questions & Answers
      S
      seb 0
    • Put an EA on the market

      Evening,
      I wanted to know if I could put an EA i built with fxDreema on the MT5 market. Is it copyright free or... ?
      Thanks clarifying it.

      posted in Questions & Answers
      S
      seb 0
    • RE: DAX30 Pending Order

      @yoloyacht
      Are you trying to place a pending order while the market is closed ?

      posted in Questions & Answers
      S
      seb 0
    • RE: I want to create a variable, but I can't find a possible way to do that

      @khalids222
      To create a variable you need to do this :0_1600976609169_Capture d’écran (231).png
      https://fxdreema.com/shared/qxFbyE1td
      In the 3d step write the type of variable, its name, and the value it will take by default. Once created you can use this variable to load the value of something, here the price of candle 1. Once the first block passes the variable isn't equal to 0 anymore but to the price of the market. And you can use it on the next blocks.

      posted in Questions & Answers
      S
      seb 0
    • RE: A Set

      With this configuration
      0_1600421469787_Capture d’écran (223).png you will have something close to what you want, but still can open two trades on a 0.03 volume instead of one.
      Else you can use a variable like that https://fxdreema.com/shared/1uA6HIgBb

      posted in Questions & Answers
      S
      seb 0
    • RE: Make trades ignore straddles

      @luqmaan
      You just need to add this condition above the others conditions which need to be satisfied to open a trade.
      If you want to buy when MA5>MA20, then,
      Before : If MA5>MA20 -> Buy now
      Now : If MA5>MA20 and if ATR>0.002 -> Buy now

      posted in Questions & Answers
      S
      seb 0
    • RE: Make trades ignore straddles

      @luqmaan
      Yes you can apply a "time filter" block, or a condition block with the ATR.
      The ATR measures the "volaitlity" of the market, the average size of the "X" last bars. Can add the condition that the ATR must be above a certain value relatively to the price of the instrument.

      posted in Questions & Answers
      S
      seb 0
    • RE: Standard Stochastics indicator K line above D line

      @equinox
      Usually you want to buy when the main line is above the signal one. Reverse?

      posted in Questions & Answers
      S
      seb 0
    • RE: Get ZigZag leg candle ID

      @l-andorrà
      Well found!
      I searched for "zigzag candle ID" the post didn't appear in suggestions https://fxdreema.com/forum/search?term=zigzag candle id&in=titlesposts
      Also none of these topics tell you how to get the candle ID from ZZ Highs or Lows as i can see. Or maybe im blind. And i need it, but I can get it with my little structure above : )

      posted in Questions & Answers
      S
      seb 0
    • Get ZigZag leg candle ID

      I was wondering if there was a conventional way to get the candle ID from the ZigZag H1 or L1..?
      Otherwise we can do that : https://fxdreema.com/shared/J4cjZ1Xjc

      posted in Questions & Answers
      S
      seb 0
    • RE: Another trend line project

      @alphaomega
      If you are testing it on live, the lines can take some time to appear as the opportunities are not frequent. You can backtest it to see quicker result, or make the parameters less strict.

      posted in Tutorials by Users
      S
      seb 0
    • RE: Another trend line project

      @alphaomega
      I see that you have a red square beside the EA name, are you sure you have it enabled ?0_1595254560812_Capture d’écran (172).png 0_1595254563894_Capture d’écran (173).png

      posted in Tutorials by Users
      S
      seb 0
    • RE: Another trend line project

      @alphaomega
      Try this on "once per bar"
      https://fxdreema.com/shared/jbgI13yne

      posted in Tutorials by Users
      S
      seb 0
    • RE: Another trend line project

      @alphaomega
      Hey no problem! I will probably update it later : )

      posted in Tutorials by Users
      S
      seb 0
    • Another trend line project

      First time i'm posting in this section, just wanted to share with you my project drawing trend lines.
      It draws dynamic support resistance lines, on higher lows and higher highs, using RSI, and linear regression formula, to find best placement of the line.
      This is one version of the project which as all can be indefinitely upgraded.. if you want to add something.
      https://fxdreema.com/shared/jbgI13yne

      posted in Tutorials by Users
      S
      seb 0
    • RE: just looking to collaborate.

      Actually don't necessarily make vary the volume. Make vary SLs and TPs.

      posted in General Discussions
      S
      seb 0
    • RE: Draw curves

      @l-andorrà
      Thanks.
      However there is nothing to interpret when the curve is far away from the actual one, especially the last bars.
      It's better to search confirmation in two symbol pais(like EUR/USD-EUR/JPY). Also the following of the previously drawn curve, with the 2-3 next bars can be kinda forward confirmation for me.

      posted in General Discussions
      S
      seb 0
    • Draw curves

      This project i've made draws curves.
      It compares a block of "n" bars at time "t", with a block of "n" bars at time "t-x", on multiple time-frames and finds the closest block from the current one.
      More concretely it compares the difference from the bar ID1+1 to the bar ID1, to the difference from bar IDR+1 to the bar IDR. Repeats it for :

      • ID1+2 - ID1 ; to : IDR+2 - IDR
      • ID1+3 - ID1 ; to IDR+3 - IDR
      • Until ID+n

      The comparisons give more weight to the most recent bars, and once the job has been done for a maximum number of historical data on the actual time-frame, it repeats the process on another one, on comparison with the base one always, scaling differences using the ATR ratio. Then the EA keeps the ID and the time-frame of the block with the lowest deviation, and draws it below the current bars, extending it with the 10 next bars.
      https://fxdreema.com/shared/tb6KEDaX

      posted in General Discussions
      S
      seb 0
    • RE: Can we create a custom indicator like this one?

      @fxmich78
      Not sure to understand.
      If you want the entries to depend on the fact that the line is above or below the price, you need another condition i don't know.

      posted in Questions & Answers
      S
      seb 0
    • RE: Right way for Candle Break-Out..?

      @jjot
      Orders are executed at the point the settings are defining. Each case open trades at different point.

      posted in Questions & Answers
      S
      seb 0
    • 1
    • 2
    • 12
    • 13
    • 14
    • 15
    • 16
    • 22
    • 23
    • 14 / 23