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: 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
    • RE: my orders can not pick the variables from the formulas

      Your "y" variable doesn't change at any point.
      Also, alone blocks will not work, there must always be a connection.

      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???
      • Make variable barcount
      • On every bar, barcount = barcount+1
      • Condition before order: barcount > 5
      • After order: set barcount = 0
      posted in Questions & Answers
      roar
      roar
    • RE: 3x MA - Odd Crossing Tolerance

      So you want multiple moving average crosses before trade? By default, you can only work with a one "slice" of time, be that the bar open, one tick, etc... The thing is, these multiple crosses rarely appear together on that exact moment. So you need a system to "remember" those older crosses, or alternatively, a loop that can go through multiple candles to find the older crosses. Variables will become handy anyway.

      posted in Questions & Answers
      roar
      roar
    • RE: EA from Examples

      @josecortesllobat said in EA from Examples:

      • connect the block #7 to the yellow output of block #3

      I am not using the yellow output of a cross over condition.

      @josecortesllobat Hi!
      I think block #3 is a cross-block. But yeah, its best to make separate flows for buy and sell in this case.

      posted in Questions & Answers
      roar
      roar
    • RE: EA from Examples

      @josecortesllobat Does the ELSE of "cross above" really mean "cross below" ?
      Isn't it just "not cross above"?

      posted in Questions & Answers
      roar
      roar
    • RE: cross over in stochastic

      Ok, the logic is fine now. Maybe its the indicator - try some simple moving average instead of custom indi, does that work?

      posted in Questions & Answers
      roar
      roar
    • RE: cross over in stochastic

      Which candle ID are you using?
      Why dont connect block 5 to block 1?

      posted in Questions & Answers
      roar
      roar
    • RE: cross over in stochastic

      I think crossings on current candle is not very smart.
      Try Candle ID 1 in all conditions, does it help?

      posted in Questions & Answers
      roar
      roar
    • RE: Standard deviation channel

      @Moofty Oh hello 😄 Didn't get that notification, just accidentally found this thread.

      I am working with these channels too - and its a pain. I decided to abandon the "regression channel" and "standard deviation channel" objects entirely, as you cant get those upper and lower values without some serious custom code.

      Instead I calculate all those lines manually, with some loops and formulas.
      I can make a tutorial if youre still interested in these.

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

      Monster keeps on growing...
      I got frustrated on working with the standard regression object, so made the regression calculations manually. I should make a guided tutorial on that...

      It draws decent regression channels now, next step is to utilize them better for trading. Now it just uses Stochastics cross, condition being the price is near regression line (and regression is accurate).

      0_1524930347211_LINEAR3.4.mq5
      13000 lines of code - my laptop processor hates me.

      posted in Bug Reports
      roar
      roar
    • RE: Compilation error ..

      Glad to help 🙂

      posted in Questions & Answers
      roar
      roar
    • RE: Compilation error ..

      I am not much of a MQL coder, but I think this is going on here:
      0_1524907601676_2d7b0d9b-b50d-4ab1-96c7-bb5e620dd404-image.png
      The comma after "iCustomName" means that there should be a fourth parameter to the function. Instead of the fourth parameter, the function ends with ")". That's why its saying "parameter missed".

      Try removing that useless comma after iCustomName.

      The warnings (yellow icon) dont mean anything really, I got 30 of them every time and my bot runs perfectly.

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 106
    • 107
    • 108
    • 109
    • 110
    • 119
    • 120
    • 108 / 120