fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. roar
    3. Best
    • Profile
    • Following 0
    • Followers 184
    • Topics 35
    • Posts 2406
    • Best 422
    • Controversial 6
    • Groups 0

    Best posts made by roar

    • RE: You can do a tutorial on how to use variables. loops etc

      @luisjunior1224 Too lazy to make another tutorial, lol. There is a tutorial section on the Fxdreema website. You can also use the search function on the forum.

      posted in Questions & Answers
      roar
      roar
    • RE: Max trades per bar

      Oh, and you could also just modify this number, lol:
      0_1576174800360_33e2b18d-9729-4811-a78e-7fe89e828f31-image.png

      Just make sure the block is right before "buy/sell now", after all conditions

      posted in Questions & Answers
      roar
      roar
    • RE: If I let my membership expire will I lose the EA's that I've made?

      All projects will stay in your builder. However, you can't download if it has more than 10 connections.

      posted in Questions & Answers
      roar
      roar
    • RE: Is there a way for the "Close trade" block to Not be counted as a Loss by the EA?

      @rafaels919 Ah, I see.
      There's no simple fix, as far as I know. You could use a bunch of variables and custom coding to make your own betting system, which would be more flexible addressing different kind of closing methods (using the OnTrade tab, for instance).

      However, I think that is too much hassle for zero benefit. I'd recommend staying away from betting systems, they don't really improve any trading strategy.

      Its like polishing shit, you will never get gold no matter how hard you try 😄

      posted in Questions & Answers
      roar
      roar
    • RE: How I can open the same number of long positions in the sale, and vice versa in the BUY with a ONE increase

      The EA will not execute single blocks, so a pass is necessary 🙂

      posted in Questions & Answers
      roar
      roar
    • RE: one candle rule

      @svenw8
      Create a parallel copy of your confirmation block, and set the candle ID to 2 (when the first confirmation uses ID 1)
      https://fxdreema.com/shared/XcD5FgRdc
      0_1577639429480_5ef01cf1-ca02-44e7-918a-f9f3f406d381-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Close trades upon hitting target

      @slickkon This should do the trick...
      https://fxdreema.com/shared/sW0GMLNKd
      Note the extra blocks in OnTrade tab

      posted in Questions & Answers
      roar
      roar
    • RE: How to increase trading volume

      @ajr
      https://fxdreema.com/forum/topic/6803/saving-lot-size-in-variable
      This topic should get you started, read it through

      posted in Questions & Answers
      roar
      roar
    • RE: Leaving Candle ID Blank

      @tanjiayi1
      0

      posted in Questions & Answers
      roar
      roar
    • RE: Help needed in modifying values in a sequence

      @rafaels919 Hi!

      I cannot offer a beatiful one-block solution, but putting the sequence into an array is one solution - check my example: https://fxdreema.com/shared/YYdcM1Wbb

      The array determines the sequence number with a variable loses, which tracks consecutive loses (and you can modify the variable directly as well)

      posted in Questions & Answers
      roar
      roar
    • RE: Help needed in modifying values in a sequence

      @rafaels919

      Also, as I mentioned before - I need to be able to freely utilize the "shiftback", using conditions and what not. Could this be possible with your configuration?

      https://fxdreema.com/shared/hjSUXN3Zb
      Here I continue my example, with an arbitrary condition: when RSI crosses above 60, modify loses to 2.
      The sequence is the default "1,2,3,4,5,6".
      I also added a text under each candle to keep track of the active sequence value.
      Here's how it behaves:
      0_1579263051405_878ce1e6-d4f8-4da6-8995-5e1a4fa3380e-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: How to organize the EAs

      @trader-philipps That's the way. You don't even have to make a new project, it is created automatically when you import.

      So,

      1. Rename your project to "project1.1"
      2. Export to .mq
      3. Rename it back to "project"

      ta-dah, now you can import your project1.1 anytime you want to go back.

      posted in Questions & Answers
      roar
      roar
    • RE: Help needed in modifying values in a sequence

      @rafaels919 I fixed the bugs you found, check this one:
      https://fxdreema.com/shared/J3efZjb2e

      posted in Questions & Answers
      roar
      roar
    • RE: Help needed in modifying values in a sequence

      @rafaels919

      For example:

      1. We have the "loses" variable changed to "2" by "modify variables" block when RSI crosses 60 (just as in your example)

      2. If we are on 5th value - we don't revert back to the 2nd value - instead -> we shift back two values (so we would be on the 3rd value instead of 2nd value) -> so it doesn't REVERT to two when the condition triggers but SHIFTS BACK two values.

      To shift back in value, just modify loses = loses - 2.
      0_1579352990293_b49e12a8-f8fe-4940-8827-2831c950aa3a-image.png
      Here's your example:
      https://fxdreema.com/shared/CB4cAPh9c

      posted in Questions & Answers
      roar
      roar
    • RE: Help needed in modifying values in a sequence

      @rafaels919 said in Help needed in modifying values in a sequence:

      Alright, so I've replaced the indicator and adjusted the condition for the shiftback (so it triggers starting from 2nd loss) and this seems to work now

      Great, this makes sense - here the loses variable can drop to 0 but not below.

      posted in Questions & Answers
      roar
      roar
    • RE: basic ma touch

      @fabien-s Are you testing open prices only?

      posted in Questions & Answers
      roar
      roar
    • RE: How to close these orders?

      @ambrogio Use "for each trade" loop, and just modify the looping direction and "not more than n" setting.
      0_1579970549501_1370bd69-adb7-4e27-8273-f6ca83ffb75b-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Deleted Project

      @turelforex no, I'm sorry but youre out of luck. You can only use mt4 visual tester and rebuild the whole system...

      posted in Questions & Answers
      roar
      roar
    • RE: Lot Size = Percentage of Balance in Martingale

      @bogdaiki ^^ that's right, my bad!

      posted in Questions & Answers
      roar
      roar
    • RE: wait after closing trade

      @turelforex It seems to be a design by mister stroker:

      @stroker said in Every "n"bars issue.:

      https://fxdreema.com/shared/KQXDpp3ad

      Wow! It works!

      Thanks again!

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 10
    • 11
    • 12
    • 13
    • 14
    • 21
    • 22
    • 12 / 22