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: activate a condition for four 4H candles only

      You need to learn variables, and use 2 of them:
      one variable as a trigger (for example, "trigvar=1" when activated and "trigvar=0" when deactivated)
      and other variable to keep track of time (on every bar, "barcount=barcount+1")
      To stop your process: if "trigvar=1" then check if "barcount > 4" -> if true, "trigvar=0"

      It probably looks difficult, but I trust you will find how to do it 😄

      posted in Questions & Answers
      roar
      roar
    • RE: Problem with timestamp value input inside MT?

      You just need to have a connection to somewhere. Alone blocks don't execute.
      Just put a pass-block before or after the draw.

      posted in Questions & Answers
      roar
      roar
    • RE: How to open next order after 5 bars if there is already open order and conditions are met, so there won't be a lot of open trades???

      Sure, here's how to create the variable and how the logic goes.
      https://fxdreema.com/shared/5XfmFTFbb
      0_1525867221092_a7476f00-9078-4357-a356-1579de04d257-image.png
      0_1525867236906_e32586a5-ece3-426a-a773-74613d04db74-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: How to get the values sent to the broker server?

      I dont think any EA has access to the terminal behavior, I might be wrong though..

      Your problem probably is because your broker doesn't allow super-small stops - try some bigger stops, does them work?

      Another workaround would be to use virtual stops - don't tell your broker the stop levels, just use some variables and automate the closing in the EA.

      posted in Questions & Answers
      roar
      roar
    • RE: EA Conditions to fullfill in sequence

      You need a variable to remember the earlier events, lets call that track.
      0_1525791880022_73b00bd7-b38f-433b-b0ac-0a499af4ae9c-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Draw Text clean up

      This same method applies to all objects:
      0_1525783192936_c30dae35-ecfc-40a2-9c51-c44cb416a0f3-image.png

      • A = NO
      • B = YES
      • Give your object some name
      posted in Questions & Answers
      roar
      roar
    • RE: I do this, but it does not work

      Your metatrader probably doesn't use that format, "EUR/USD" - its usually "EURUSD"
      0_1525704610604_0d3f1d22-92ab-4b86-83db-119b86285663-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Here we go again. Its not just me.

      So, what is the problem here?
      I think tp=0 means no tp at all.
      Do you have any blocks controlling the exit, a time limit for example?

      posted in Questions & Answers
      roar
      roar
    • RE: Entering trades based on object on charts (lines drawn by indicator)?

      I think this will work about right:
      0_1525619319541_f43a1297-7dc9-436a-933d-c1ab96707487-image.png
      Notice the different "route" for exit - if your exit condition was after the buy, the trades would close instantly after opening (or not at all).
      https://fxdreema.com/shared/WolKfEaEc

      posted in Questions & Answers
      roar
      roar
    • RE: How to set a break even at?

      0_1525517576062_30942ac5-d3fd-4e3e-9cd8-c4db537770e2-image.png

      • This should be "lower band", yes?
      • Connect those formula blocks to something (anything), every block needs a connection, otherwise it will never run.
      • Be careful when working with both pips and price values. This formula will give you something like 0.0000123 -> you need to multiply it by 10000 to get pips.
      posted in Questions & Answers
      roar
      roar
    • RE: Simple MACD Histrogram EA isn't working

      Try working with candle id 1 instead of 0, maybe that helps.
      In my opinion, that macd arrow is probably some simple calculation anyway, so it would be easier to just work with the default MACD indicator

      posted in Questions & Answers
      roar
      roar
    • RE: Suddenly my EA stopped working...

      Does it give any errors to the journal?

      posted in Questions & Answers
      roar
      roar
    • RE: Redraw Horinzontale line with the same name

      Hi, I am not miro, just another bored guy, but

      try setting the "A: this block can create 1 object" to "no".

      0_1525373343361_663fac99-9354-41c1-96b7-5503f6396437-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Baby Steps

      I'm afraid I can't help with the separate window, I guess you need some custom indicator coding there..
      I have just used the comment-block to view my formulas - the downside is that you see only the latest calculation.

      posted in Questions & Answers
      roar
      roar
    • RE: "Ontrade" Price order modified block?

      Why dont you set some arbitrary stop on the order, like 9000 pips?

      posted in Questions & Answers
      roar
      roar
    • RE: Baby Steps

      That's interesting strategy, power of 20...
      This is one way to do it:
      0_1525358929014_8b6ba3a5-067c-4f63-be34-a46e1a1db5a2-image.png
      https://fxdreema.com/shared/6KnVT6Zke

      posted in Questions & Answers
      roar
      roar
    • RE: Error 8 on EA

      Welcome to the forum!
      Can you please make a shared link to your project? From the upper left menu.

      Couple tips:

      • "Once per tick" is useless, because your ea runs once per tick anyway
      • You should make a separate logic flow for the trailing stops (and other blocks that control opened trades)
      posted in Questions & Answers
      roar
      roar
    • RE: Finding the most recent candle close high point

      I'm not 100% I understood what you are after, but hope this will help you forward.
      The logic is just for the last high close: https://fxdreema.com/shared/sQdd6Ilqb
      0_1525292842475_a9b50a70-6af8-4384-a82e-34c6d58c506c-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: buys and sells alternate with each step

      I have made lots of similar systems, and I think this may be the most compact form:
      https://fxdreema.com/shared/8HXBwss0d
      0_1525274657281_68b2af8b-3cca-48a5-84e7-93184075cafd-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: My trash bin

      Youre right.
      Block amount itself is not that huge, but the mess is 😄
      I will need to do some serious grouping and organizing if I am to keep improving this.. Its hard to remember how each block contributes - I can't imagine how the guy with a thousand blocks can keep track what is happening 😄

      posted in Bug Reports
      roar
      roar
    • 1
    • 2
    • 106
    • 107
    • 108
    • 109
    • 110
    • 120
    • 121
    • 108 / 121