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: Please teach me why the Close Trades didn't work

      @pei Hi!
      I don't see any mistake in the blocks overview. Perhaps there is some small setting wrong.
      Maybe your "if trade" counts only buys?
      How about the "close trades", is it filtering only buys?
      Did you remember to use ID1 in all calculations, candle ID and bollinger ID? The bollinger indicator ID is hidden in the "more settings" section:
      0_1551623256786_95c0c498-5ef1-4574-ac19-3a83d6e853e5-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: I'm having a compilation errors

      0_1551374682739_45d37db8-ca27-43d0-8c20-2ec126d99af9-image.png

      This error can be more confusing, as the stop-loss doesnt seem to use any timeframe:
      0_1551374703277_d599c54e-980e-4f63-bd06-0a661fa1bec8-image.png

      But it is hiding in the drop-down menu, "Custom (pips)". Uncheck that timeframe box. No error!
      0_1551374885435_03c1635f-427f-4a00-a232-53f4501a6764-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: I'm having a compilation errors

      How to troubleshoot an error like this:
      0_1551374448297_492f6680-83c2-4ba4-b55f-128c2fdeafcb-image.png
      Hmm, inp43 = problem is block 43, left operand, something about timeframes...
      Lets check the block in fxdreema:
      0_1551374527709_e877c58b-98f5-448a-9b63-06c7f2d1b54c-image.png

      Hmm, maybe I should untick the timeframe box:
      0_1551374572432_1fa1e449-acfe-4122-88a3-2a80cc35a98c-image.png

      voilà, no error anymore! To the next error ->

      posted in Questions & Answers
      roar
      roar
    • RE: What's the accepted profit factor when backtesting an EA?

      I don't look the profit factor at all. If you optimize by profit factor, many times you end up with only 10 trades, no losing trades at all. It is not a reliable result, because 10 trades can be coincidence.
      My first criteria is number of trades. If you can make 200 trades (in about 1-3 years) and still be in profit, that is much more reliable result.
      Second factor is drawdown % relative to max profit (the recovery factor). Don't make those EAs that go a straight line up and then boom 100% loss.
      I prefer a graph like this - steady up, no big spikes down, lots of trades:
      0_1551202969510_7a976591-4496-4646-a5f2-19bba475af57-image.png

      Also, if you optimize your parameters, use half-period to find the parameters and other half-period to test the optimal parameters. Thats the scientific way

      posted in General Discussions
      roar
      roar
    • RE: Reversal Grid +

      Here's my rough approach:
      0_1551100655547_54bc4dad-1f03-4f62-b9a3-30ca18810a3a-image.png
      https://fxdreema.com/shared/3A74lKQwb
      I used these constants:
      0_1551100786721_5728948d-8965-4d37-affc-76aa0a7eed97-image.png

      This has the potential for some ugly slippage deviations, but should be ok as a starting point 🙂

      0_1551101245841_906bb0b9-8d34-4939-b365-e074ff47fbf1-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: 20 year back-test any idea why the profit curve just levels out?

      @justmatt
      I'm not sure, but one explanation could be trading costs (spread, commission, swap). If your backtest assumes today's standard trading cost to the history prices, it is essentially exploiting trading opportunities that, in fact, were never possible.
      When the test approaches this day, the assumed trading costs also approach the actual costs, and "profit" disappears.

      posted in Questions & Answers
      roar
      roar
    • RE: Ignore sunday data

      @xander
      Hi! I've never done this but the MQL4 function DayOfWeek() should get you going:
      https://docs.mql4.com/dateandtime/dayofweek

      0_1550914846911_9866fa41-2452-40f2-98d5-96d96bbea54b-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: ATR related lot size?

      @frewster
      Yeah the adjust variables thingy pops up when you click the tab. You're a very fast learner, it took me a year to learn this lol 😄
      The white box means adjusting before the main block does its work,
      and the orange (or yellow) box is adjusting after the main block does its work. So, in this case we want to use the orange adjust

      posted in Questions & Answers
      roar
      roar
    • RE: Grid Trading Help Please

      I didn't fully understand your strategy, but hope my example helps. Study it carefully and apply the method to your own project.

      https://fxdreema.com/shared/ciLGHAj9c
      0_1550862651595_714ded21-9ca7-4c51-ac9b-e61f548fa7fb-image.png
      0_1550862685468_c1436146-df37-43e4-a5cb-d074c7e88582-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: ATR related lot size?

      You need to use a variable in the calculation, follow these steps:

      1. Create the variable (you can choose the name, I just used "variable"):
        0_1550857492035_499d30d3-6055-4ef7-bfc5-642b6d737faa-image.png

      2. Modify your variable with "modify variables" block. Right-click in the field to select your variable. Put ATR in there, and then "adjust" the value by multiplying by 1.5. Then adjust the variable a second time, "variable" becomes 100/"variable"
        0_1550857678526_4f5f8ef4-ced6-4583-8437-d7bc9fd20119-image.png

      3. Use a variable lot size, again by right-clicking the field:
        0_1550857749526_25183a43-e488-4838-bbf3-05b5d22b68ab-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: source code mql4

      @luiska
      No. You can only guess its mechanics and reverse-engineer it, but direct import is not possible.

      posted in Questions & Answers
      roar
      roar
    • RE: A simple EA question

      I have noticed most brokers nowadays offer only hedging mode on new accounts, I've usually had to ask their support to change my account to netting mode.

      posted in Questions & Answers
      roar
      roar
    • RE: Is FXdreema a SCAM

      Relax, you will get your subscription. I have used this program since 2013 - its not a scam, I can assure you. The admin is a really nice guy and he will surely sort things out. You probably should have contacted him first before posting to a public forum...

      posted in Questions & Answers
      roar
      roar
    • RE: Complication Errors

      To troubleshoot it, export the .mq4 and try to compile it in the windows MetaEditor.
      It will give a more detailed error report, and you can find which block causes the problem
      0_1550687310521_032cefca-b11d-460e-a452-06f386afe128-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Limit no of trades in backtesting

      @vish
      Here's the whole project: https://fxdreema.com/shared/swP7HlvGc
      That is not a block, just press this button:
      0_1550483704810_1880814a-2565-4c2b-b011-cb3b799d3204-image.png
      It is meant to quickly modify variables without the "modify variables" block

      posted in Questions & Answers
      roar
      roar
    • RE: Limit no of trades in backtesting

      @vish
      Using the "for each..." loop is one (slow) solution. Why do you want to limit trades, especially? Your client can just adjust the testing period, and combine many tests to go around the trade limit. I'd rather limit the demo version to a certain date.
      0_1550481230913_3736adba-11a5-4cef-b412-00d389f74ab5-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Need help with fractals

      @ricpap
      Here: https://fxdreema.com/shared/ExqnpJBZ
      This only does as you described, I think it can be improved by setting some limit to the time distance between the fractals

      posted in Questions & Answers
      roar
      roar
    • RE: Finally succeeded!!!

      @sami92
      Congratulations buddy!
      I'd really like to see your backtest report but also respect your decision not to share it, of course.

      posted in General Discussions
      roar
      roar
    • RE: Generate a random chart

      @vnpython-0
      I have never tried with mt4, but seems possible - there's a history center if you press f2, and I found the import and export buttons 😄
      0_1550261298747_17110705-7df8-4f51-95d6-71b6b0773795-image.png

      posted in General Discussions
      roar
      roar
    • RE: Scalping micro pips strategy.

      @arrow82
      Maybe this is simpler than the grid system:
      https://fxdreema.com/shared/4OAKoF3eb

      My opinion: randomly scalping 3 pips will destroy your money, because spread and commission take a huge part of your profit

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 97
    • 98
    • 99
    • 100
    • 101
    • 120
    • 121
    • 99 / 121