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 2394
    • Best 420
    • Controversial 6
    • Groups 0

    Posts made by roar

    • RE: bull bear candles

      yeah, "once per bar" definitely is slower than every tick action.
      But in my opinion, every ea that needs to work faster than once per bar is 100% bullshit 😄

      posted in Questions & Answers
      roar
      roar
    • RE: bull bear candles

      it shouldn't lag 2 candles with this setup

      posted in Questions & Answers
      roar
      roar
    • RE: bull bear candles

      Yes, if you use "once per bar", you should use id1, because id0 would always have only candle-open data.

      posted in Questions & Answers
      roar
      roar
    • RE: PAST MOVING AVERAGE DEFINITION

      indicators are just calculations based on some candles. you see, everything starts from the price.
      so you can think candle id is actually same as indicator id

      posted in Questions & Answers
      roar
      roar
    • RE: bull bear candles

      my example would surely work for the buy part.
      unless you test "once per bar", then you have to use older IDs - replace id1 with id2, and id0 with id1

      posted in Questions & Answers
      roar
      roar
    • RE: bull bear candles

      yes, you want the bear candle to be id1, and bull candle id0

      posted in Questions & Answers
      roar
      roar
    • RE: bull bear candles

      https://fxdreema.com/shared/Kd93k3tR

      posted in Questions & Answers
      roar
      roar
    • RE: Desktop version "formula" block unable to enter variable or constant

      I think the desktop version is not updated anymore.
      But there's a simple way to work around the problem, just use some temporary variable.
      Like this:
      0_1501265737776_upload-b835d7f8-ff90-4887-848b-c03204a4b8d0

      posted in Bug Reports
      roar
      roar
    • RE: stochastic oversold/overbought

      thats right

      posted in Questions & Answers
      roar
      roar
    • RE: stochastic oversold/overbought

      put a condition block before buy/sell block

      condition: stoch > 20 to sell
      condition: stoch < 80 to buy

      it is up to you which line you choose, main line or signal

      posted in Questions & Answers
      roar
      roar
    • RE: Fractals

      Fractal value is candle high or low.
      A fractal formation needs 2 candles to confirm, so you will never know if candle (id 1) has a fractal or not. Use id 2

      posted in Questions & Answers
      roar
      roar
    • RE: CANDLES COMPARISON

      @miro1360
      Oh, youre right 😄

      posted in Questions & Answers
      roar
      roar
    • RE: CANDLES COMPARISON

      Two conditions:
      candle close > high candle id 3
      OR
      candle close < low candle id 3

      IDs are not negative, btw

      posted in Questions & Answers
      roar
      roar
    • RE: PAST MOVING AVERAGE DEFINITION

      Yes you do. At the latest candle you can now see where MA was 15 candles ago.
      So, condition: candle (id 0) > ma shift 15 (id 0)
      you get the same result with this condition: candle (id0) > ma (id 15)

      posted in Questions & Answers
      roar
      roar
    • RE: PAST MOVING AVERAGE DEFINITION

      @ggrobot said in PAST MOVING AVERAGE DEFINITION:

      0_1501089089333_MASHIFT-15.JPG

      look at the example, , the green MA20 is shifted -15

      Remove the - (minus) symbol 😄 +15

      Also, you can use the ID method with indicators too, just like candles.

      posted in Questions & Answers
      roar
      roar
    • RE: PAST MOVING AVERAGE DEFINITION

      when editing the condition block, hit "more settings" and there you can adjust the ID.

      But working with shift is literally the same as working with candle id:
      MA shifted 2 = MA (id2)

      posted in Questions & Answers
      roar
      roar
    • RE: PAST MOVING AVERAGE DEFINITION

      How is shifting the ma wrong?

      Do you mean you want to compare candle (id5) to MA (id5) ?

      posted in Questions & Answers
      roar
      roar
    • RE: MA CrossOver Condition

      I think you have to use two condition blocks. First one checks simple "<" or ">" and the last one checks the crossover.
      Now you can use the first condition's yellow output

      posted in Questions & Answers
      roar
      roar
    • RE: How to set same Take-Profit for all previous trades?

      How do you determine the TP in first place?

      posted in Questions & Answers
      roar
      roar
    • RE: trailing stop OR condition

      If you connect your trailing stop block to condition block's yellow output, trailing works only when condition is false

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 112
    • 113
    • 114
    • 115
    • 116
    • 119
    • 120
    • 114 / 120