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: Is This Possible...?

      That kind of indicator is more complicated to work with. You can't use "Indicator is visible", instead use a normal condition block where you check that candle ID 2 didnt have arrow but candle ID 1 does.

      Maybe "Indicator appear" block will also work, I have never used it

      posted in Questions & Answers
      roar
      roar
    • RE: Easy way to make ENUM

      "Code input" or "Numeric" should work.
      Enumerations can be in used as their name or as integers according to their place in the list
      image.png

      posted in Tutorials by Users
      roar
      roar
    • RE: Is This Possible...?

      @Morpheus_0 said in Is This Possible...?:

      in front of the current one

      What does it mean? Can you show a picture

      posted in Questions & Answers
      roar
      roar
    • RE: Is This Possible...?

      EA cannot modify indicator buffer data, it can only read them... So you must edit the indicator source code here.

      posted in Questions & Answers
      roar
      roar
    • RE: Is This Possible...?

      image.png

      Use these settings

      posted in Questions & Answers
      roar
      roar
    • RE: Forum update

      @fxDreema I just meant that it may be annoying to get a notification every time someone fixes a typo in their post đŸ˜„

      posted in Questions & Answers
      roar
      roar
    • RE: Forum update

      Kinda odd that by default I get notifications of post edits, but not posts themselves.

      Can't add image attachments, btw:
      ERROR
      Something went wrong while parsing server response

      posted in Questions & Answers
      roar
      roar
    • RE: Forum update

      @fxDreema my account is working fine, just had to login again.

      posted in Questions & Answers
      roar
      roar
    • RE: pls, help get main window arrows of this indicator using objectName

      @damsiboko what have you tried? Link an example project?

      posted in Questions & Answers
      roar
      roar
    • RE: identify Highest close of last 10 candles then store to variable

      @vancedavid said in identify Highest close of last 10 candles then store to variable:

      I was thinking. How could I create a custom block so that I could select Highest High easily and simply change the number of bars to calculate on.

      0_1617654059627_acde3c0e-8ff3-4ba6-b7b6-63c47c40f229-image.png

      These two numbers decide the starting bar and ending bar. You can replace them with a constant or variable

      posted in Questions & Answers
      roar
      roar
    • RE: identify Highest close of last 10 candles then store to variable

      @vancedavid yeah sorry, the function doesnt actually return a price value, it returns the index of the highest candle.

      0_1617598994620_62b426fc-1e32-4228-b886-ca849a547cb9-image.png

      So you have to do 1 more step.

      somevariable = iHighest(NULL, 0, 10, 1);
      highestclose = iHigh(NULL, 0, somevariable );

      posted in Questions & Answers
      roar
      roar
    • RE: Close (partially) not work.

      @plutofx there might be something wrong with the block... Recently I used the actual mql4 function to close partially, that worked fine.

      https://docs.mql4.com/trading/orderclose

      posted in General Discussions
      roar
      roar
    • RE: identify Highest close of last 10 candles then store to variable

      @vancedavid there is a direct mql function for that: https://www.mql5.com/en/docs/series/ihighest

      Your case (put this in custom mql block):

      somevariable = iHighest(NULL, 0, 10, 1);

      posted in Questions & Answers
      roar
      roar
    • RE: NoPosition and NoPosition/order

      @l-andorrĂ  similar to hours filter, just seconds of a minute instead of hours of a day.

      posted in Bug Reports
      roar
      roar
    • RE: Synthetic instruments on mt5

      @seb-0 yeah, there was still more sell trades even with mirrored data. I found the problem and fixed the EA

      posted in Tutorials by Users
      roar
      roar
    • RE: Synthetic instruments on mt5

      @l-andorrĂ  this is in "tutorials" forum section, you can filter search by that and it should be enough

      posted in Tutorials by Users
      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
    • 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: MACD and SIGNAL Difference

      @vmaruziva my picture says "main line is 2 above signal line". Thats how the math works here

      posted in General Discussions
      roar
      roar
    • RE: MACD and SIGNAL Difference

      @vmaruziva https://fxdreema.com/shared/fwsrsGTyb
      0_1616766132936_884b29bf-3446-4889-8a48-bfe1f78716a9-image.png

      posted in General Discussions
      roar
      roar
    • 1
    • 2
    • 20
    • 21
    • 22
    • 23
    • 24
    • 120
    • 121
    • 22 / 121