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: Delay EA start to first bar closes

      One solution would be to create a variable that increases every bar by 1;
      once per bar --> barcount=barcount+1

      Now you could make condition: barcount > 1 before your ea would continue the process.

      posted in Questions & Answers
      roar
      roar
    • RE: Delay EA start to first bar closes

      This can be done with some variable, but
      why do you want this, may I ask?
      There might be a more elegant solution

      posted in Questions & Answers
      roar
      roar
    • RE: Hello to everyone,help please

      That "check profit" works better if you put a "position running" or "for each position" block before it.
      Your project has a lot of repetition, there is probably some way to use only 1 logic tree for the opening

      posted in Questions & Answers
      roar
      roar
    • RE: Hello to everyone,help please

      @eray-dursun
      What do you mean risk is growing?
      To use groups, just set a group number when buy/sell, and later you can refer to that group number. In the picture I used groupd number 1 for example.
      0_1527675859864_f6bff7fa-9c44-4c54-84d9-95f0a6619ca5-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Use variables in buy now and other 'condition' nodes

      If your tester refuses to start, there is usually some error. Check the journal

      posted in Questions & Answers
      roar
      roar
    • RE: Hello to everyone,help please

      "If position", "Check profit", "Close positions"

      You will succeed with these three blocks 😄

      posted in Questions & Answers
      roar
      roar
    • RE: Avarage of indicator signals to place buy/sell

      @migen
      To build on my previous example, I would do it like this:
      0_1527604810371_3964858e-5c95-4e94-b248-3675ad70ce93-image.png
      The 4 conditions now pass twice (for 2 timeframes) so the total "score" for buy and sell can be 8. I also added a block after the buy > sell comparison, where you can define how big the bigger "score" should be.
      This doesn't exactly separate between timeframes, but I think it's close enought to your needs and you surely can modify it from there.
      https://fxdreema.com/shared/h52NKD4te

      posted in Questions & Answers
      roar
      roar
    • RE: Buy Limit & Stop

      0_1527580861138_70c2b0ac-7d79-4ec2-a077-92b9d0240b6a-image.png
      How about this.
      You can further define the orders by Group#.

      posted in Questions & Answers
      roar
      roar
    • RE: I don't know how to make EA martigale..

      Multiply on loss = 1.3
      Multiply on profit = 1

      To reduce risk, try the "Reset after how many losses" option too.

      posted in Questions & Answers
      roar
      roar
    • RE: EAs removed by themselves

      @josecortesllobat
      Yes. Of course there are other kinds of errors, too.

      posted in Questions & Answers
      roar
      roar
    • RE: I don't know how to make EA martigale..

      https://fxdreema.com/shared/3PPBbuaDc
      Here is a very simple martingale EA.
      Its not profitable though.
      If you mean to make profitable EA, stop trying martingale - thats a gambling strategy.

      posted in Questions & Answers
      roar
      roar
    • RE: EAs removed by themselves

      Your experts probably has some error, like divide by 0.

      posted in Questions & Answers
      roar
      roar
    • RE: I thoght it was correct, instead...what's wrong??

      Are you 100% sure the ask price never went below the open price? Your ea works tick by tick, so even 1 tick of low ask price triggers your buy.
      Remember, there is usually some slippage in the order, you don't get precisely the price you wanted (when buying the market price)

      posted in Questions & Answers
      roar
      roar
    • RE: Avarage of indicator signals to place buy/sell

      @migen
      https://fxdreema.com/shared/BNcQoJLzb
      This is how I would do it.. Hope you are comfortable with variables 😄

      posted in Questions & Answers
      roar
      roar
    • RE: Find recent High/Low with specific conditions

      Oh, yeah, that connection is not very clear in my picture

      posted in Questions & Answers
      roar
      roar
    • RE: Find recent High/Low with specific conditions

      I'm fairly sure you can put as many spaces as you want, if its a math operation

      posted in Questions & Answers
      roar
      roar
    • RE: Find recent High/Low with specific conditions

      @drayzen oops, youre absolutely right, the IDs go in the wrong way in my example. I should sleep more 😄

      https://fxdreema.com/shared/XYqEDtP9c
      Here's the fixed blocks, but I'm sure you already got the idea.

      posted in Questions & Answers
      roar
      roar
    • RE: Find recent High/Low with specific conditions

      Hello!

      Maybe some loop works, like this:

      0_1526761048286_3d72bfc8-b88c-4cde-892b-119b4af08404-image.png

      It first looks for candle ID 1, and then compares it to ID 2 and then ID 2 to ID 3. If conditions are not met, ID 1 becomes ID 2 and the loop continues from there until it finds what it is looking for.

      Be careful though, loop like this doesn't have any "expiration", so if it doesnt find what it looks for - your metatrader crashes. Thats why I put block # 6 there, to limit the loop.

      https://fxdreema.com/shared/v3WrPoSO

      posted in Questions & Answers
      roar
      roar
    • RE: Condition for loosing trades...

      You're welcome.

      My own opinion: previous trades can't affect your future ones, they don't have any valuable information to the new trade entry.
      This is also why I don't use fixed targets, I always open and close by the chart analysis and nothing else.

      posted in Questions & Answers
      roar
      roar
    • RE: Condition for loosing trades...

      0_1526410651211_ce8c27a8-27d3-4665-a935-1488e81b2f92-image.png

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 105
    • 106
    • 107
    • 108
    • 109
    • 120
    • 121
    • 107 / 121