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: WHY AMAZON EA MAKES SO LOSE?

      @ali-pahlawan with these sites, you have to ask yourself which option sounds more true:

      • somebody has created a highly performing EA that yields high results, over-performing even the most successful hedge funds in the world and then sells their life's biggest achievement online for couple hundred dollars
      • somebody just wants to collect money from desperate fools as much as they can, before their intents become obvious

      Which one of these sounds more believable, and also requires less knowledge, coding skills and moral from the seller?

      posted in Questions & Answers
      roar
      roar
    • Creating objects from user input

      If someone wants to draw a line simply by pressing control and clicking with mouse, apparently this is the way to do it.

      Currently EA still has some problems detecting continuous key press, so some fast draws are not recognized, not sure why..

      https://fxdreema.com/shared/5MQJXkssb

      0_1616797186992_e76808d8-fd1a-4f47-adfa-dc5dd363e313-image.png

      Edit: Found a more optimal way to do it, here's whole project https://fxdreema.com/shared/Nljbbatub

      posted in Tutorials by Users
      roar
      roar
    • RE: Strategy with 60% winrate with 1:1.5 risk/reward

      @nandu here's your strat. Its not going to make you millionaire 😞

      The problem is, you have chosen a very long and stable down trend as your example - literally ANY selling strategy makes money in that situation. In reality, the market isnt always trending so nicely.

      https://fxdreema.com/shared/hVZSGCXje
      0_1614456408707_52af7fef-85f2-4455-94b7-5142a65c40b0-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Here, take this profitable ea

      Update 29.8.2023: Refactored the EA to work on modern hedging method mt5 accounts. Also simplified the strategy to what matters the most (theres lots of useless/low impact stuff in original version), in essence the strategy is this:

      • Build long/short positions with RSI
        - When above 70, sell
        - When below 30, buy
        - Before selling/buying another time, wait for the RSI to visit level 50. This discourages trading against strong trends.
      • There must be a mechanism that favors closing the positions rather than letting long/short position grow bigger and bigger
        - Only allow the position to grow if price is above daily median (buy) or below median (sell)
        - Trades that shrink the total position don't have that rule, so positions naturally stay small
      • Lastly, limit the trading actions to more volatile half of the day by comparing fast and slow ATR values

      The reduced strategy is not quite as profitable as the original one, but still clearly on the black after 6700 trades. Feel free to add your ideas to this.

      https://fxdreema.com/shared/rCGHpDKod
      8e5a48c7-be90-46da-90c0-f4dc58f6fa05-image.png

      posted in Tutorials by Users
      roar
      roar
    • My trash bin

      I played with objects today, and made some EA using regression channels.

      Its a huge mess. But there is something I like about this monster.

      Its not optimized in any way, but I thought why not share this, maybe it inspires someone.

      The project is so huge the browser builder doesn't seem to load it, so here's the .mq5 (compile it in your metaeditor)

      This works (least horribly) on EURUSD, M30. You can use open price -only testing, I designed that way.
      0_1524336136732_LINEAR2.mq5
      0_1524347440090_LINEAR2.1.mq5

      Part 2: Here's a simple project that "remembers" recent highs and lows, using slow macd. Next I'm going to implement the regression channel to this
      https://fxdreema.com/shared/BhZLMirre

      0_1524424247750_LINEAR3.mq5

      posted in Bug Reports
      roar
      roar
    • RE: Delete comment

      Hi!
      Creating another comment block will not work, because then the comments will just overlap.
      You need to update the existing comment. This needs a text variable:
      0_1530526182656_d214b7ff-5c0d-4578-82e5-36220afae3e9-image.png

      Creating the variable:
      0_1530525885719_aa705214-9a26-4161-a8cd-4ab38e39d26d-image.png

      Now you can just comment the "status" variable, and you will see whatever is stored inside it.
      https://fxdreema.com/shared/DSbRDedY

      posted in Questions & Answers
      roar
      roar
    • RE: EA dump

      Here's the project: https://fxdreema.com/shared/YtCrSX5qb

      This only works on mt5 with netting accounting.
      I will not convert this to mt4, or even mt5 with hedging accounting, because:

      • I'm feeling lazy
      • I really recommend you to use mt5 with netting. Very often someone asks here in forum to calculate average entry, or close buys and sells together. Netting account does this automatically -> your EA developing is much more simple, multiplying your chances of success.

      I'll continue to add some filters or otherwise fine-tune this system, may inform here or not.

      posted in Tutorials by Users
      roar
      roar
    • RE: Issue backtesting two pairs on MT5

      @ambrogio tested in netting mode, and it works ok.. Maybe it is confusing the modes, calculating average price of all those buys. I dont use that block myself

      posted in Bug Reports
      roar
      roar
    • RE: how i do that in fxdreema in equity ?

      @moon
      Use a variable to store the previous balance:
      https://fxdreema.com/shared/LmbanX11b

      posted in Questions & Answers
      roar
      roar
    • Synthetic instruments on mt5

      I was suspecting that my EA is not fully symmetric - for some reason it took way more sell trades. To make sure the difference is not simply because of market conditions, I wanted to make an EURUSD pair that is a mirror of itself. If my EA was actually symmetric, now there should be more buy trades.

      Well, here's how to do a mirrored EURUSD. First open your symbols menu (ctrl + u) and then hit "Create Custom Symbol".

      Then:

      0_1616785860292_3dc7beab-423a-40c7-8e3f-ebeebb962d42-image.png

      0_1616785972267_61a71c1d-936d-47db-a789-d79b07455076-image.png

      posted in Tutorials by Users
      roar
      roar
    • RE: Indicator rounding and cross (x> and x<) logic

      @sidmcfarland I think you are on to something... I even modified the example so that there is no cross operator, just two separate conditions with candle ID 1 and 2 (= how the cross theoritically works).
      Even then I dont get a line on one particular cross.

      https://fxdreema.com/shared/PY7X9YzLc
      0_1602884808489_b491009f-5f6e-4e98-98c0-62f589dc0caa-image.png

      posted in Bug Reports
      roar
      roar
    • RE: How to do a trailing stop and a stop loss for fractals?

      Connect like this:
      0_1552057934890_be153d4e-7295-4110-8840-d5e39073fc59-image.png
      https://fxdreema.com/shared/oRPyrJOBd

      posted in Questions & Answers
      roar
      roar
    • RE: Here, take this profitable ea

      @bardiamsa its EURUSD 5 minute. Read the posts for more info, especially about account type

      posted in Tutorials by Users
      roar
      roar
    • RE: When to stop OnInit()

      @fxDreema I understand, both of your points.

      I have just seen some "EA builders" offered by brokers, and they are always miles, light years behind fxdreema. This is the iPhone of EA industry lol

      posted in Bug Reports
      roar
      roar
    • RE: Bollinger band closing

      @andy10e6
      Perhaps you just made a mistake in some setting.. Here's a simple setup:
      https://fxdreema.com/shared/9eXGa602c
      0_1552756272958_be9274c4-9743-43bd-99af-b0f8b37ecd6a-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Support Resistance based on Highest/Lowest Close

      Impressive work, that takes a lot of dedication.

      But I can't help myself saying, with some custom code knowledge you can do this in 5-10 blocks max 😄

      https://fxdreema.com/shared/UScVXvclc

      posted in Tutorials by Users
      roar
      roar
    • RE: Blocks with intermittent problems.

      I use the loop block every day, no problem whatsoever. Please make some kind of example project

      posted in Bug Reports
      roar
      roar
    • RE: A Place to discuss, optimize and share profitable Ea's?

      Hmm, I am getting trades with that exact system:
      0_1563462961344_46853935-4544-4a32-a9b1-8ad288ab56f7-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: This is how to create and display a candle countdown timer

      Useful stuff. Can be also done with the Math functions: https://fxdreema.com/shared/8uD2zZgpe

      posted in Tutorials by Users
      roar
      roar
    • Candle Close selection rounds to nearest integer

      When using the Candle price selection in a different pair than the current chart, the result is rounded to nearest integer. I hope this gets fixed before too many users lose their mind troubleshooting their multi-currency projects (like I did lol).

      Tested on mql4.
      https://fxdreema.com/shared/wNcSJRJkd

      3d0d8f9d-19ca-4dee-a96a-b3f75b76a556-image.png

      a6c8e5d0-aa88-408c-a632-bcb3443e55c2-image.png

      posted in Bug Reports
      roar
      roar
    • 1
    • 2
    • 3
    • 4
    • 5
    • 21
    • 22
    • 2 / 22