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: How to recognize a candle

      @FPorelli the id variable gets its value here, no need for anything else
      a3ded912-ac61-4b6a-a1fd-df5bb7453335-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Custom Indicator not showing data after X bars

      I would guess just change this number in the code.
      Alternatively, just run a visual backtest.

      image.png

      posted in Questions & Answers
      roar
      roar
    • RE: How to do I build a multi timeframe\symbol portfolio?

      @gooseman ok, if MA has a variable timeframe as well, its better to use slightly different structure.

      1. Start with the market selection loop
      2. Record the currently selected market into "market" variable
      3. Run a checkup in custom block: if market is this, set timeframe to this and set rsi target level to this
      4. Apply the found timeframe to every next block
      5. Run the MA and RSI conditions with the previously selected variable timeframes and target levels

      https://fxdreema.com/shared/nvVoaSASc

      posted in Questions & Answers
      roar
      roar
    • RE: How to do I build a multi timeframe\symbol portfolio?

      @gooseman so you have different RSI timeframes and different RSI levels for each symbol?

      In that case, I would first record the RSI on all timeframes into their own variables, also record the currently selected market, and then do the symbol + RSI check in one big condition block.
      For the syntax, && means "and", || means "or".

      This doesnt compile since I dont have all your variables, but I hope you get the idea
      https://fxdreema.com/shared/D0LMD4Hnc

      To avoid the unnecessary loading of all RSI timeframes for all symbols, you could first do a checkup for the correct TF for the selected symbol, but it is not strictly needed

      posted in Questions & Answers
      roar
      roar
    • RE: 4k Monitor - Comment blocks Values overlay on screen

      @VanceDavid this is mainly an issue with Metatrader itself, there is not much Fxdreema EA builder can do about it.

      Check this: https://www.youtube.com/watch?v=3T3XZDy5Vk0

      posted in Bug Reports
      roar
      roar
    • RE: How to do I build a multi timeframe\symbol portfolio?

      Just put the market loop on top. Dont use the other filters - symbol or group - in other blocks.

      If you have special settings for each symbol, then you need an array.

      image.png

      posted in Questions & Answers
      roar
      roar
    • RE: How to recognize a candle

      @FPorelli like this: https://fxdreema.com/shared/oMA9J5TZb

      @ZakTrading before using pink blocks, you should always select your trade with the purple loop block. Sometimes a trade might be already selected and the pink block works alone, but it will cause bugs if the last selected trade is not what you wanted

      posted in Questions & Answers
      roar
      roar
    • RE: how to identify objects in mt5 any ideas ?

      Every object is listed in Objects list, and you can search through it in a loop

      posted in Questions & Answers
      roar
      roar
    • RE: Button Click Open New Chart

      Basically you can just use the ChartOpen function: https://www.mql5.com/en/docs/chart_operations/chartopen

      https://fxdreema.com/shared/h3f6nEY3

      posted in Questions & Answers
      roar
      roar
    • RE: Optimization and Backtesting

      Tick data can be expected to take 10x more time...
      Fxdreema projects are inherently slower, but there are some performance optimization you can do:

      • move the "once per bar" to the top of your flow
      • dont use the yellow (false) output of the "once per bar" I think its just a mistake in your project
      • "close positions" block is known to cause infinite loops, see here: https://fxdreema.com/forum/topic/16494/close-positions-when-market-is-closed
      posted in General Discussions
      roar
      roar
    • RE: Optimization and Backtesting

      Do you use tick data or rough data?

      posted in General Discussions
      roar
      roar
    • RE: Expert properties display

      @talshemtov you need to declare a new constant for each MA setting. Find the correct enumeration from mql5.com:
      https://www.mql5.com/en/docs/constants/indicatorconstants/enum_ma_method

      5a5adca1-526f-4266-9ef0-c6ed43419358-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Grid level limitation

      @Crispypata just use this bad boy here

      e353e811-c53b-4e59-9500-ea3cf2eb9a56-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: My Indicator generates compliation errors

      Datatypes (int, bool) are lower case

      posted in Questions & Answers
      roar
      roar
    • RE: candle ID in lower TF

      Like this, for example

      image.png

      posted in Questions & Answers
      roar
      roar
    • RE: candle parameter repeats same sub parameter ?

      Those price constants are determined by mql5 themselves: https://www.mql5.com/en/docs/constants/indicatorconstants/prices

      "Average" might not be the optimal term there, but the calculation is correct nevertheless

      image.png

      posted in Bug Reports
      roar
      roar
    • RE: All Blocks Resized + Lost All Connections

      @Mantadiver you have 10000 unique blocks without any pattern among the blocks?

      If not, I'm willing to bet you can reduce at least 70% with some new structuring. You up for it? 😉

      posted in Bug Reports
      roar
      roar
    • RE: Some of my fxd EA's won't reinitiale after changing settings or timeframes

      https://fxdreema.com/forum/topic/16310/when-to-stop-oninit

      Admin has already answered on this issue, there is no problem in their view

      posted in General Discussions
      roar
      roar
    • RE: Once Per Bar Still Opening Multiple Trades

      Only the orange output activates once per bar, yellow activates on every tick

      posted in Bug Reports
      roar
      roar
    • RE: All Blocks Resized + Lost All Connections

      @fxDreema thank you!

      posted in Bug Reports
      roar
      roar
    • 1
    • 2
    • 10
    • 11
    • 12
    • 13
    • 14
    • 120
    • 121
    • 12 / 121