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: MT5 backtest Set current market block

      @vhager maybe some pairs dont have data from 2020/01/01, their history starts some time later?

      @l-andorrà the formula is correct, otherwise there wouldn't be any prints at all

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

      @Paihdt you can do the condition like this:
      fd302648-3721-473e-93d4-3491552e5345-image.png

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

      @OntradingX you cant think of any example of a loop that will not reveal your whole project?
      Admin will also ask for a smaller example.

      posted in Bug Reports
      roar
      roar
    • RE: Login problem into desktop app

      @ZakTrading the desktop version hasn't been updated in a decade, and never will be.

      posted in Bug Reports
      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: I want to write grid with tp and panding

      This is not chatGPT lol - did you try it yourself, what is your project?

      posted in Questions & Answers
      roar
      roar
    • RE: Help for beginners

      Check the "Journal" tab in your backtester

      posted in Tutorials by Users
      roar
      roar
    • RE: How much is TOO much?

      @gooseman every indicator reserves some amount of your RAM memory. When you have 100 indicators with their memory allocations, there might not be space left for 101st.

      Alternative structure: work with just 1 group of blocks, but run the same blocks multiple times, changing the symbol in between. You can put the symbols in an array.

      posted in Questions & Answers
      roar
      roar
    • RE: Help for beginners

      @moemedi thats right

      posted in Tutorials by Users
      roar
      roar
    • RE: Trading history

      You can toggle trade history by right-clicking the chart. For checking buys/sells, I would just bypass all magic/group numbers by selecting "all".
      image.png

      image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Help for beginners

      @moemedi you can make 30 projects

      posted in Tutorials by Users
      roar
      roar
    • RE: We need to have an in-built News Filter...It is high time we have this MT4 and MT5

      @GeoFX well, there is also many opinions on the prop firm "challenges" - are they legitimate path to career in institutional finance, or are they just get rich quick scams with extra steps.... FTMO's biggest revenue is NOT the trading profit share, its the 155€ fees from the "challenge" itself. That is their business model.

      posted in General Discussions
      roar
      roar
    • RE: We need to have an in-built News Filter...It is high time we have this MT4 and MT5

      News filters dont make much sense to me, for a couple reasons:

      • Some times the biggest news will come out of the blue, not in any calendar
      • Very often the "high impact" news dont cause much impact at all, except NFP and FOMC
      • You cannot backtest with news filter, so developing a good EA becomes impossible
      • Using a simple volatility filter gives some of the benefits of a news filter, and you can backtest it
      posted in General Discussions
      roar
      roar
    • RE: Constant input

      If your constant name is "myconstant" write this in the adjust: "+myconstant pips"

      int = integer, whole number

      double = any number or fraction

      posted in Questions & Answers
      roar
      roar
    • RE: Constant input

      @William-1 name can be anything, doesnt matter.

      Datatype is usually double, unless you want a text setting. https://www.mql5.com/en/docs/basis/types

      posted in Questions & Answers
      roar
      roar
    • RE: How do I enter percentage?

      @unimatrix percent literally means "one hundredth", so replace % with *0.01

      posted in Questions & Answers
      roar
      roar
    • RE: Validation Error

      @forexbob-0 ok, I cant suggest anything else without seeing the project

      posted in Questions & Answers
      roar
      roar
    • RE: Validation Error

      @forexbob-0 that block can cause infinite log messages. Try replacing "close all" with the pink "for each trade" block and light pink "close" block.

      posted in Questions & Answers
      roar
      roar
    • RE: Is the admin modifying the code on variables?

      Put the closing time into variable dtval, then put this condition in a custom condition block:

      iBarShift(NULL, PERIOD_D1, dtval + TimeLocal()-TimeCurrent()) == 0
      

      I dont know which mql functions automatically correct timezones and which dont, but its worth it to try a couple approaches.

      posted in Bug Reports
      roar
      roar
    • "Close positions" when market is closed

      https://fxdreema.com/shared/bhBUBUChb

      While backtesting, close positions block will get stuck if market happens to be closed (or quotes-only mode).

      It appears the block is designed to break the loop by a fatal server response, but that doesnt help in backtest.

      As a workaround, using "For each position" -> "Close" loop works better.

      dc9f3c3f-8fc5-4799-8159-68b0483ddba4-image.png

      c1cca4f1-e762-4161-9a21-a355cf8b0302-image.png

      posted in Bug Reports
      roar
      roar
    • 1
    • 2
    • 13
    • 14
    • 15
    • 16
    • 17
    • 120
    • 121
    • 15 / 121