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: [HELP] Multipair Stock Trading in MT4

      @everjn17 just a guess: use multiple parallel "Set current market" blocks, each containing a part of your list?

      posted in Questions & Answers
      roar
      roar
    • RE: making a trade immediately in the first second after running EA

      @rajab you are asking your EA to trade if CCI is above 65, and also trade if CCI is below 65.

      Of course it will trade immediately, one of the conditions is always true.

      posted in Questions & Answers
      roar
      roar
    • RE: Question/Problem with trend-lines and different time-frames. Help appreciated

      @rnonnekes81 Do you draw the weekly trendline manually or does your EA handle it?
      iBarShift converts datetime information into candle ID for any TF, maybe it is a part of a solution here..
      https://docs.mql4.com/series/ibarshift

      posted in Questions & Answers
      roar
      roar
    • RE: need advice on using variables to select buffers of a custom indicator...

      Hi @zackry!
      I never use custom indicators, so don't really know their syntax limitations here..

      I see you increase the buffer index in a loop, maybe the number increases all the way to a non-existing index and this causes the error?

      posted in Questions & Answers
      roar
      roar
    • RE: help with my EA please

      @abderrahman I hope you succeed, however unlikely it is 🙂
      Please consider the short backtest period as well. I would bet any amount of money that this same EA will erase the account if tested on EURUSD from 2019.01.01 to today.

      posted in Questions & Answers
      roar
      roar
    • RE: help with my EA please

      @abderrahman this is impossible. A straight line balance always means that the system works only on history data, not in future.
      You cant optimize this on other pairs, you cant trade this, not even on EURUSD. Its best to move on and find a more realistic strategy, a strategy that doesn't require 100% winning trades.

      You probably wont believe me, I'm just trying to save you some time..

      posted in Questions & Answers
      roar
      roar
    • RE: Tried and proven strategy - can it be EA’d?

      @zereleth you have to set your desired input ranges in the Expert properties.
      For example, moving average could have start=3 step=5 stop=100,
      and then mt4 will calculate results on ma periods 3, 8, 13, 18, ... 98, 100.

      posted in Questions & Answers
      roar
      roar
    • RE: Tried and proven strategy - can it be EA’d?

      @zereleth its mt5 here, but mt4 has the option hidden in "Expert properties" if I remember correctly...

      Genetic algorithm is a "smart" way to do the optimization, it learns to skip some probably bad input combinations to speed up the process.

      posted in Questions & Answers
      roar
      roar
    • RE: When EA reach this point, I want the expert to close all trades and start again.

      @khalids222 these should be useful
      0_1592899414400_ededd1ed-3e83-44e4-b614-1aac3f8b82b5-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Daily target limit, I need help

      @luckybest
      Once per day: write current equity to a variable
      Before trading: condition: current equity < variable *1.05

      posted in Questions & Answers
      roar
      roar
    • RE: When EA reach this point, I want the expert to close all trades and start again.

      @khalids222 I dont think this is a margin problem, your broker just doesnt allow more than 148 orders. Its the orders count, not their lot size.

      posted in Questions & Answers
      roar
      roar
    • RE: Backtesting

      That time is just an estimation based on this formula:
      (runtime * total passes) / completed passes
      Each input set will produce different amount of trades, and thus there is some variance in the pass times.
      You can also modify your CPU load from the Agents tab

      posted in Questions & Answers
      roar
      roar
    • RE: Change icon EA?!

      @kidoppa yes its possible, but not in fxdreema. Put your .ico file to .../MQL5/Images folder, then add this line to the source code:
      #property icon path_to_icon_file
      https://www.mql5.com/en/forum/10289

      posted in Questions & Answers
      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: Various Signal request

      @pippusher618 sure thats possible, but I'm not interested. You can search for appropriate custom indicator or hire a freelancer to do it for you

      posted in Questions & Answers
      roar
      roar
    • RE: I have inconsistency in my ea when changing the date???

      @alfredinho50 well I know literally nothing about your strategy, but personally I dont limit the trades with no trade block.

      posted in Questions & Answers
      roar
      roar
    • RE: I have inconsistency in my ea when changing the date???

      If you have a "no trade" block in your project, changing the test period will result in completely different sequence.

      posted in Questions & Answers
      roar
      roar
    • RE: Equity into variable

      @stantonhitz yeah its weird at first but actually very handy - you can test different setups without destroying the blocks, just remove connections.

      posted in Questions & Answers
      roar
      roar
    • RE: Equity into variable

      fxdreema blocks dont activate if they dont have connections.

      So attach a pass-block to the modify variables

      posted in Questions & Answers
      roar
      roar
    • RE: Avoid stack overflow

      @seb-0 if the EA uses too much memory, the error will say not enough memory. So I think the stack overflow is an actual logic error in your system

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 48
    • 49
    • 50
    • 51
    • 52
    • 120
    • 121
    • 50 / 121