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: custom function

      @alexitoeve50 you need to define your function in https://fxdreema.com/studio. No need to make any custom block in the studio, just add the function to the list here.

      6536d089-9b88-4e6d-9623-f36d4df4ed3f-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: All Comment add on the chart ?

      @ItzShahzad-X look at your Objects list in MT4 - you will see that technically its just a bunch of label objects with a background rectangle label.

      You could do the same with fxdreema block draw text by x and y coordinates, but it takes a lot of time. Faster method is building the graphical panel using custom mql4 code in Metaeditor, and then copy-paste that code into fxdreema custom code block.

      9d0a24a1-0e56-4df7-ab2d-79ee33ac78d6-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Change a Timeframe Variable Using Modify Variables

      @jed711 think of enumerations like integers with some text label on top of it. In fxdreema the dropdown selection should be numeric or code input.

      posted in Questions & Answers
      roar
      roar
    • RE: I'm getting frustrated, I need to draw the bos and choch in my graph, does anyone have that code and can you share it please?

      @DragonZueloTrends what are "correct" bos and choch? You ask that question from a million traders, you get a million different answers.

      Its totally subjective, and thus not a good basis for trading strategy imo.

      posted in Questions & Answers
      roar
      roar
    • RE: MT5 Optimizer not working with many FX Dreema EA - RESOLVED

      @BBMess I guess DayOfWeek() doesnt accept any parameters, it always uses current time

      posted in Bug Reports
      roar
      roar
    • RE: Longterm Scalping EA

      @StefanMichelle This EA will add trades to losing position, again and again until either profit is reached or account is blown. You can run a 10 year test to get the latter outcome.

      All EAs should have some mechanism to unwind losing positions safely, blindly adding more lots is not enough long term.

      posted in Questions & Answers
      roar
      roar
    • RE: please help custom indicator

      @StefanMichelle the link you posted compiles without any errors
      https://fxdreema.com/builder/shared/NAIY2Lv2c

      posted in Questions & Answers
      roar
      roar
    • RE: ClosedProfit() function

      @RajVoCash you have a block "For each closed position", very simple to get the closed profit using that block and "modify variables". No need to use custom code.

      Technically its possible to use custom functions by either

      • Making a custom block in the studio
      • Taking the inside part of the function (the stuff within {}) and putting that to custom mql block, and finally putting the result (that would normally be the "return" statement) into a standard fxdreema variable.

      These 2 methods will be 50x more difficult than using the standard blocks, but youre welcome to try if you like making things difficult lol

      posted in Questions & Answers
      roar
      roar
    • RE: How fast is "OnTick" Event ?.

      @tharindu999 its #2
      ca7e6630-4207-4b6f-8f74-090202329bae-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: please help custom indicator

      @StefanMichelle picture looks ok, need to see the full project to find out

      posted in Questions & Answers
      roar
      roar
    • RE: Searching in the past

      @sajjad3245 something like this, roughly
      https://fxdreema.com/shared/Go1k7q4Pc

      Don't duplicate, you could have tagged me on the original thread

      posted in Questions & Answers
      roar
      roar
    • RE: Positions Count

      Set group number to "all (automated and manual)".

      Then it skips the magic number of other EA

      posted in Questions & Answers
      roar
      roar
    • RE: prompt

      Typed user input from prompt function is not supported by fxdreema, and actually it is not supported by core mql4 or mql5 either. But you can do your custom dashboard with edit fields and buttons.

      Why would you post this as a bug report...

      posted in Bug Reports
      roar
      roar
    • RE: Code didn't pick any trade in strategy tester

      ATR scale isn't standardized, its "normal" values can float under 0.01 or above 1000, anything, depending on your symbol and timeframe.

      posted in Questions & Answers
      roar
      roar
    • RE: ErWhat is an Error: Indicator not handled. (handle=-1 | error code=4801)

      https://www.mql5.com/en/docs/constants/errorswarnings/errorcodes

      This page is your best friend. You have wrong symbol selection somewhere

      image.png

      posted in Bug Reports
      roar
      roar
    • RE: How can I replace this block in a different way? (re)draw trades on chart" block

      @DragonZueloTrends the trade arrows are just standard arrow objects that you can find from the drop-down menu, the dotted line is a standard trend line. So its possible to make this manually by looping through your position history and drawing the objects. Not easy though.

      Technically you can also take the source code of that mql4 block and manually convert it to mql5 format in the fxdreema studio.

      posted in Questions & Answers
      roar
      roar
    • RE: How to delete comments from the chart when EA is removed?

      @Youngtreptrader here
      https://fxdreema.com/shared/iPR1w9W8

      posted in Questions & Answers
      roar
      roar
    • RE: DataType Issue very URGENT

      All bug reports are very urgent to the poster lol.

      It would help if you posted an example project that shows what you mean.

      posted in Bug Reports
      roar
      roar
    • RE: Bug in Modify stops

      @ekanters again, you need to post an example project and make sure the real issue is exactly what you say it is. Here you can see MT5 working perfectly in this kind of setup as well: each trade updates their own SL relative to open price.

      https://fxdreema.com/shared/LAWg0SpBb

      4d0e6874-bbdc-4f94-8f5d-cc349679f026-image.png

      posted in Bug Reports
      roar
      roar
    • 1
    • 2
    • 3
    • 4
    • 5
    • 120
    • 121
    • 1 / 121