fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. miki
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 4
    • Topics 14
    • Posts 233
    • Best 14
    • Controversial 1
    • Groups 0

    Posts made by miki

    • RE: "As money plus swap and commission" block not working fine.

      @fabiobioware as money shows you only the last position loaded because you don't add the old variable with the new one :
      As_Money + As_Money and in the end of the loop(yellow exit) As_Money must be reset to 0

      https://fxdreema.com/shared/uulRnwj5

      Without swap

      0_1614602352156_Immagine.png

      with swap
      0_1614602553220_Immagine.png

      The calculation is correct

      posted in Bug Reports
      M
      miki
    • RE: "As money plus swap and commission" block not working fine.

      @fabiobioware the calculation is correct the swap and the commissions are negative numbers that it adds to get the 2 of profit. For what you want you have to calculate them individually and add them as positive numbers.

      posted in Bug Reports
      M
      miki
    • RE: "As money plus swap and commission" block not working fine.

      @fabiobioware it work right

      0_1614594720193_Immagine.png

      posted in Bug Reports
      M
      miki
    • RE: Resources insert indicator

      @skauch inserting the indicator in the EA code it is called as if it is a function and not an indicator itself.
      https://www.mql5.com/en/articles/4602

      posted in General Discussions
      M
      miki
    • RE: How to EA draw an indicator on the chart automatic?

      @khacdiepvnc from what i know you can't in mql4, one more reason to switch to mt5 😁

      posted in Questions & Answers
      M
      miki
    • RE: How to EA draw an indicator on the chart automatic?

      @khacdiepvnc if you use MT5 to add an indicator on the chart in automatic mode, in on init tab open a custom mql block and copy paste this code :

      long handle=ChartID();
      if(!ChartIndicatorAdd(handle,1,v::atrcurrent))
      PrintFormat("Failed to add ATR indicator on %d chart window. Error code %d",
      handle,GetLastError());
      if(!ChartIndicatorAdd(handle,0,v::imacurrent))
      PrintFormat("Failed to add EMA indicator on %d chart window. Error code %d",
      handle,GetLastError());

      First "if" is for a subwindow indicator like ATR in this case, second "if" is for an indicator in main chart like EMA.
      v::atrcurrent and v::imacurrent you have to replace them with the handles of the indicators you want to use.

      posted in Questions & Answers
      M
      miki
    • RE: Resources insert indicator

      @skauch extern indicator must be built in ea to sell in the market.

      posted in General Discussions
      M
      miki
    • RE: Just a question

      Thanks to all guys for your suggestions

      posted in Questions & Answers
      M
      miki
    • Just a question

      In the attached file below there is the report of a forward optimization of my ea and it has sharpe ratio as a result. In your opinion, is it better to consider sharpe ratio or profit more?
      Ps:rename files to .xml because fxdreema doesn't accept them.
      ReportOptimizer-insample.xml.ex5
      ReportOptimizer-outofsample.xml.ex5

      posted in Questions & Answers
      M
      miki
    • RE: MT$ Or MT5

      @lucivuur personally i prefer mt5 it is much more performing than mt4, but it also depends on the broker you use. Not all brokers offer mt5.

      posted in Questions & Answers
      M
      miki
    • RE: Who can use EA built with FXdreema

      @fmazzot hi,for the first question answer is yes , for the second, custom indicator if not a default installed it must built in ea.

      posted in Questions & Answers
      M
      miki
    • RE: Hi guys I would like to know your opinion on this expert advisor.

      @alsomaedhy try to change broker or create a custom symbol with this guide https://www.mql5.com/en/code/20225

      posted in Questions & Answers
      M
      miki
    • RE: Hi guys I would like to know your opinion on this expert advisor.

      @alsomaedhy are you used every real tick data in the tester?

      posted in Questions & Answers
      M
      miki
    • RE: Strategy Results, Good? Bad? Okay?

      @seb-0 sp500 is closely related to EURUSD, usually a strategy that works on EURUSD also works on sp500. The goodness of the strategy is there but for a more credible test it simulates withdrawals at least once a year and, not negligible, the drawdown that is psychologically sustainable for you.

      posted in General Discussions
      M
      miki
    • RE: Hi guys I would like to know your opinion on this expert advisor.

      @alsomaedhy history quality is too low

      posted in Questions & Answers
      M
      miki
    • RE: Avoid trading correlated pair

      @sauce an idea is this https://fxdreema.com/shared/5usG5wKfb
      but without project i don't know,how to implement it.

      posted in Questions & Answers
      M
      miki
    • RE: Avoid trading correlated pair

      @sauce it depends on the project.

      posted in Questions & Answers
      M
      miki
    • RE: ANOTHER MT5 BUG?

      @miro1360 in the tester with a negative number work correctly, it's in live mode that don't work fine

      posted in Bug Reports
      M
      miki
    • RE: ANOTHER MT5 BUG?

      @ambrogio you're right in live mode one position is open every tick

      posted in Bug Reports
      M
      miki
    • RE: ANOTHER MT5 BUG?

      @ambrogio to me work right, open just one position.

      posted in Bug Reports
      M
      miki
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 11
    • 12
    • 5 / 12