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: 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
    • RE: MULTIPLE TRADES CONDITION

      Ok 😄
      Well, I think you will learn these eventually anyway, if you are going to be successful ea builder 😄

      The idea in this is to count bars, and then check the counted bars before buying or selling. If there is a spike, the counting starts from 0, and so no trading for a while.

      posted in Questions & Answers
      roar
      roar
    • RE: MULTIPLE TRADES CONDITION

      This is what I use in similar tasks. There is probably simplier solutions..
      https://fxdreema.com/shared/AY3GhifBd

      0_1500984373997_EURUSDM5.png
      As you can see, it pauses when there is an impulse.
      You can adjust the impulse size with minRatio constant (bigger ratio, bigger impulse)

      posted in Questions & Answers
      roar
      roar
    • RE: MULTIPLE TRADES CONDITION

      Of course you can control your trades, but what do you want, exactly?
      That the trades don't open every bar? Then use "once per minutes" bar, for example.

      posted in Questions & Answers
      roar
      roar
    • RE: Total profit reduces by x % then close everything.

      sorry, youre right, there is still some stupid bug I can't understand 😄

      posted in Questions & Answers
      roar
      roar
    • RE: Total profit reduces by x % then close everything.

      I got my example working too, had to reset the high/low variable (to 0) at closing block.

      Btw, this principle is not far from just using Trailing stop 😄

      posted in Questions & Answers
      roar
      roar
    • RE: Total profit reduces by x % then close everything.

      Thats quite insightful solution👏
      And should even work!

      posted in Questions & Answers
      roar
      roar
    • RE: What is the block "Send file to FTP" ... and how to use it?

      It sends a file to your website, or any ftp server you have access to.
      In metatrader, go to Tools->Options->FTP to set up your server details

      https://www.metatrader4.com/en/trading-platform/help/setup/setup_publisher

      posted in Questions & Answers
      roar
      roar
    • RE: Total profit reduces by x % then close everything.

      Oh, okay, thats strage 😄
      The formula block is now putting "10" to a price, for example 1.16590 + 10 = 11.16590
      Reeally strange

      I didn't test it myself

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 113
    • 114
    • 115
    • 116
    • 117
    • 120
    • 121
    • 115 / 121