fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. roar
    3. Posts
    • Profile
    • Following 0
    • Followers 184
    • Topics 35
    • Posts 2406
    • Best 422
    • Controversial 6
    • Groups 0

    Posts made by roar

    • RE: Editing source code

      You would lose the changes when importing back.

      posted in Questions & Answers
      roar
      roar
    • RE: Strange Timeframe Problem*

      @Morpheus_0 I think "cross width" means that ID 0 must be "above" and exactly ID 40 must be "below", or whatever operator you use.

      To get "some candle within 40" you need a loop that goes through IDs 1-40

      posted in Questions & Answers
      roar
      roar
    • RE: Strange Timeframe Problem*

      I'm not sure the cross width can be used like that...

      posted in Questions & Answers
      roar
      roar
    • RE: Strange Timeframe Problem*

      Do you use a timeframe selection in some block?

      posted in Questions & Answers
      roar
      roar
    • RE: ADX vs ICHIMOKU

      Technically moving average can be applied to ADX data, but such methods aren't supported by fxdreema.

      posted in General Discussions
      roar
      roar
    • RE: ADX vs ICHIMOKU

      I dont think there is any way. Some indicators support taking the data from other indicators rather than price, but those 2 dont support it.

      You might find some custom indicator that does something similar...

      posted in General Discussions
      roar
      roar
    • RE: Forum update

      @fxDreema the cock-favicon (:D) is in the builder, other in forum. I think it would be nice to keep them as such, separate icons

      posted in Questions & Answers
      roar
      roar
    • RE: ADX vs ICHIMOKU

      ADX uses a scale from 0-100, Ichimoku uses the price scale. They dont match.

      posted in General Discussions
      roar
      roar
    • RE: Forum update

      f49122f4-9368-4975-883e-b1d8cc1fa080-image.png But this one is such a classic 😪

      posted in Questions & Answers
      roar
      roar
    • RE: How to get my HMA to be identified in MT4

      @jameshovey85 everything should be allright with that setup. Can you show what you see when you use the indicator in some fxdreema block?

      posted in Questions & Answers
      roar
      roar
    • RE: How to get my HMA to be identified in MT4

      @jameshovey85 you can set up new inputs to your custom indicator here
      13429cc2-1efe-4b82-8563-8d57b58ae665-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Every n'tick block

      Without that block, the full block flow is executed on every tick (every price update). With that block, the lower blocks in the flow are executed every 100th tick.

      posted in Questions & Answers
      roar
      roar
    • RE: EA condition Envelopes with level from RSI

      If you want to use envelopes on RSI data, you need a custom indicator, not possible with the options available in fxdreema

      posted in Questions & Answers
      roar
      roar
    • RE: Is This Possible...?

      @Morpheus_0 Yes, ID -1 would be the next candle in future. I think you should compare IDs 2 and 1.

      0 would be the currently moving candle

      posted in Questions & Answers
      roar
      roar
    • RE: EA condition Envelopes with level from RSI

      @Flyfisher just like in your picture, but you must understand that you are using the SCALE of RSI indicator.

      Envelopes uses the scale of the actual chart.

      posted in Questions & Answers
      roar
      roar
    • RE: Forum update

      When writing quick reply, sometimes the page jumps up as if I scrolled it. Maybe it happens when someone edits a post, or when a notification comes, or some other reason..

      posted in Questions & Answers
      roar
      roar
    • RE: Is This Possible...?

      Indicator buffers have values for all candles. If some candle doesnt have an arrow, its value is 0 (or EMPTY_VALUE).

      So you need 2 condition blocks:

      • First check that your indicator on buffer 4 and candle ID 2 has value 0 (use the operand == and then value numeric 0)
      • Then check that your indicator on buffer 4 and candle ID 1 does not have value 0 (use the operand != and then value numeric 0)

      This works if the non-arrow candles have value 0. If they have value EMPTY_VALUE, you need to repeat this process and replace 0 with EMPTY_VALUE

      posted in Questions & Answers
      roar
      roar
    • RE: EA condition Envelopes with level from RSI

      Did you use this option while adding the indicator?
      You probably need to make/order a custom indicator for your project, because fxdreema doesnt support that Applied price option.

      image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Easy way to make ENUM

      I think this method was already posted somewhere, I just can't find the thread anymore to give the credit they deserve.

      posted in Tutorials by Users
      roar
      roar
    • RE: EA condition Envelopes with level from RSI

      Did you apply the Envelopes indicator to the RSI data, or candle close data? In any case, this is not supported without custom code

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 19
    • 20
    • 21
    • 22
    • 23
    • 120
    • 121
    • 21 / 121