fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. miro1360
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 257
    • Topics 27
    • Posts 1611
    • Best 192
    • Controversial 5
    • Groups 0

    Posts made by miro1360

    • RE: Question about CHECK PROFIT!

      https://fxdreema.com/forum/topic/4354/new-option-to-my-ea-help-required/3

      posted in Questions & Answers
      M
      miro1360
    • RE: Can fxdreema do anything with candle 0?

      you can working with candle 0 without problems (but expect repainting of this candle - this candle repaints not because of fxdreema, but because of way how is this candle created) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: EA for SMA crossing

      try "once per bar" block

      posted in Questions & Answers
      M
      miro1360
    • RE: if MA is touching candle + if X amount of candles not touched MA line

      with fxdreema you can do it .... did you tried? ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Apply EA to all open charts

      maybe with custom code ... but for this you need to know basics from mql programming, it is easy to learn ..
      https://docs.mql4.com/chart_operations

      posted in Questions & Answers
      M
      miro1360
    • RE: How to have open trades closed at current candle close

      0_1485902091046_upload-6b232d43-9c09-48e9-a87a-981f9bc760e0

      posted in Questions & Answers
      M
      miro1360
    • RE: Question about CHECK PROFIT!

      you can try do this in "on Trade" section --- when you click into this "on Trade" window/section, new blocks appears to working when trade action happens (like trade closed on tp/sl, etc) ... and try test them 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: What am I doing wrong?

      I dont think 😄 ... disable trailing and give TP to 150 and try it - it shows you potential from your EA ... trailing is only for potentially increased profits from big trends - and they are only on GBPJPY and similair pairs but dont expect holly grails from trailing ... trailing on EURUSD is worse than hard TP ...

      posted in Questions & Answers
      M
      miro1360
    • RE: What am I doing wrong?

      % of win profit trades must not be win at money 😄 because you are at start risking more as you get ... your hard sl is 150, but trailing stop start at 125 ... that means your trade must go to 126 profit and it moves it to +1 pip into profit and continues it until trailed SL (or TP) is not reached ... result is a lot of trades closed in bad R:R ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Question about CHECK PROFIT!

      blocks are runing one after another in one tick, from top block/blocks ... that means something like this:

      here are Top blocks ...
      https://fxdreema.com/forum/uploads/files/1484164252027-upload-21b5ef27-0a10-4172-8bb2-2693e263b502.png

      that means your top block is nr1 No trade -- it is only one top block ... do you know what it means? .... some of your blocks are not running ... or is it ok?

      posted in Questions & Answers
      M
      miro1360
    • RE: Question about CHECK PROFIT!

      this?

      0_1485820411600_upload-a7a1ef89-2da4-4c40-a23d-a3e8e449947d

      posted in Questions & Answers
      M
      miro1360
    • RE: fix my ea

      and what it may doing?

      posted in Questions & Answers
      M
      miro1360
    • RE: Is there any way to change the group of a trade that has already been created?

      I have not found this in fxdreema, if you can something in custom code, it is possible with mql file functions and save informations into txt/csv file while trade is created, closed, modified, etc ... but working with files is not very easy, you need be very strict to avoid errors ...
      https://docs.mql4.com/files

      posted in Questions & Answers
      M
      miro1360
    • RE: Working with "AND" function

      set No trade block only for Buys:
      0_1485811010885_upload-c3cf3780-906f-4e69-8a0f-41cb63c4f162

      posted in Questions & Answers
      M
      miro1360
    • RE: Combined point trading system

      you can post also here in forum 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: New option to my EA. Help required.

      try it in tester, it is best what you can do for answer to your question 🙂 ....
      and block Trade closed appear when you click into "on Trade" section

      posted in Questions & Answers
      M
      miro1360
    • RE: Betting: Custom Sequence

      I dont know direct way using blocks ... but you can use custom code block for calculating ...
      https://fxdreema.com/shared/Z3FcRhufc

      you can change math in code for your purposes ...

      import it into your project to view which are constants and which are variables ...

      0_1485624572602_upload-cdb2bf0f-6852-4d98-8674-61510c897259

      0_1485624583409_upload-e33f5810-d96f-4193-bc4b-df921d4b1cf4

      0_1485624623947_upload-6c77eacc-59c5-4ebd-ab8f-20187a5208e0

      or simplier:
      0_1485624821256_upload-8b107e5d-ba9d-479f-8031-068bf9daafc6

      posted in Questions & Answers
      M
      miro1360
    • RE: SL = X pips + spread?

      try this:
      ... that SymbolInfoDouble() returns value in points, that means spread 2 pips is returned as 20points, and it is why I divide it with 10 in calculation ... just try it 🙂

      0_1485610036566_upload-7acaa38a-269a-4b38-b499-f90d17e2c800

      posted in Questions & Answers
      M
      miro1360
    • RE: EA to Place orders at specific price

      probably it is not easy to made 😄 but possibly ... just depends on your strategy, what you will do and what you tried?

      posted in Questions & Answers
      M
      miro1360
    • RE: Betting: Custom Sequence

      I have not used this sequence yet, but as I understood it (probably) how it works, it is like so:
      when you give Base volume 0.1
      and Sequence on loss 3,2,3
      results are trades with lots and sequence multiplier:
      1.trade 0.1 closed with SL (first is with base volume)
      2.trade 0.1x3 closed with SL
      3.trade 0.1x2 closed with SL
      4.trade 0.1x6 closed with SL
      5.trade 0.1 closed with SL
      6.trade 0.1x3 closed with TP
      7.trade 0.1 closed with TP (again with base volume)
      8.trade 0.1 closed with SL
      9.trade 0.1 closed with SL
      10.trade 0.1x3 closed with SL
      11.trade 0.1x2 closed with SL
      12.trade 0.1x6 closed with TP
      ...
      0_1485567714318_upload-a177aaca-64c1-4e3e-a306-14d585603f86

      another example:
      1.trade 0.1 closed with SL (first is with base volume)
      2.trade 0.1x1 closed with SL
      3.trade 0.1x2 closed with SL
      4.trade 0.1x3 closed with SL
      5.trade 0.1 closed with SL
      6.trade 0.1x1 closed with TP
      7.trade 0.1x3 closed with TP
      8.trade 0.1 closed with SL
      9.trade 0.1 closed with SL
      10.trade 0.1x1 closed with SL
      11.trade 0.1x2 closed with SL
      12.trade 0.1x3 closed with TP
      0_1485568531355_upload-652a920c-7d70-4045-82a2-48c70897457b

      maybe it is wrong 😄 just test it for yourself ... sequence is a,b,c,d,... where a,b,c,d,... are multipliers and a ist second trade, b is third, etc (after base trade - base is first) ... just test it ...

      SL I mean as loss and TP as profit ... probably it can be also other close type - just depends on profit or loss ...

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 63
    • 64
    • 65
    • 66
    • 67
    • 80
    • 81
    • 65 / 81