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: OBV indicator is not called by the EA.

      probably was not profitable 😄

      posted in Bug Reports
      M
      miro1360
    • RE: DateTime

      yes it is error and must be fixed 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Multiple Timeframe

      this doesn't matter, you don't need to have opened other TFs

      posted in Questions & Answers
      M
      miro1360
    • RE: UPDATE time, write here if you have problems!

      download older offline version of fxdreema and create project in that offline version .... it is older, so here are not new blocks and updates ... but few people still use it ...
      https://fxdreema.com/index/desktop/download/fxdreema_install_build_100.exe

      but I need note it again, dont trust metatrader tester results when you are using candle ID 0, ticks here are modeled with some math and this can be different for "strict" and no strict mode and even different when oop in code is used ... you can trust only forward demo tests (trading in demo) or than live results 😄 ... tester use mostly in visual mode and when are you sure what are you doing with candle ID 0, than run it forward ....

      posted in Questions & Answers
      M
      miro1360
    • RE: Trade management

      0_1505167677484_upload-f52de5a1-2c7d-4f9e-a951-6405051a991e

      posted in Questions & Answers
      M
      miro1360
    • DropDown list for inputs [advanced]

      https://fxdreema.com/forum/topic/5084/is-it-possible-to-have-a-dropdown-list-for-inputs/10

      posted in Tutorials by Users
      M
      miro1360
    • RE: Is it possible to have a dropdown list for inputs?

      for this I dont know simple solution without manual adding enum things into code (if drop-down is must) ...
      but if you dont need dropdown and simple text is enough, than this:

      create inputs and add them into each management mode:

      0_1504962416988_upload-051b606b-dee4-4e36-9eb3-2d26002d8ec5

      0_1504962443342_upload-6b70cd7e-ed64-4a5e-ab57-9835d6cc9f5d

      when you are complete with each mode, add management as input:

      0_1504962498215_upload-7f912762-992f-45a4-b6f6-627fc77f5579

      and than these text values are names of modes which you add into expert properties manually in this order:

      fixed
      equity
      balance
      freemargin
      block-equity
      block-balance
      block-freemargin
      equityRisk
      balanceRisk
      freemarginRisk
      fixedRisk
      fixedRisk
      1326
      dalembert
      fibonacci
      labouchere
      martingale
      sequence

      and you change it with typing as this in EA:
      0_1504967007339_upload-0a6b0f24-df0d-439e-8320-5387f9ba46e9

      xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      in case you need it as dropdown list, this is manual editing/adding in code:
      in fxdreema this:
      0_1504963364799_upload-240ffaaa-11fb-4afa-8769-fc49ecd011ac
      this:
      0_1504963892159_upload-fc84320c-76e0-4e7e-b269-c20e90a4d675

      this in on Init section:
      0_1504966013931_upload-07e3e6ca-0d78-41d6-ae8d-cf375e0ee43c

      generate only mq4 (not ex4)
      with metaeditor add this enum structure into top of code above inputs:
      0_1504965938920_upload-28d14394-b82e-4618-ad82-0e38adbebffb

      click compile button in metaeditor and hopefully it compile without errors, this is result:

      0_1504966123549_upload-4ab3d676-16f1-42da-a937-6a94cbe23739

      problem with this manual editing in metatrader code is, that each time you generate mq4 code from fxdreema, you need do all manual changes in code with metaeditor again and again 😄 - and this is why it is not very elegant

      posted in Questions & Answers
      M
      miro1360
    • RE: Is it possible to have a dropdown list for inputs?

      its like cookery book now without index 😄
      just cook everything, one after another and you become culinary art 😉

      posted in Questions & Answers
      M
      miro1360
    • RE: Total profit of current orders in Pip

      or as alternative learn to use For each trade pink blocks ... (again somewhere in my replies are full examples for concrete situations) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Is it possible to have a dropdown list for inputs?

      it were to easy for you if I made search in my replies instead of your work? 😄 😄
      try this:
      input ENUM_TIMEFRAMES timeframe = PERIOD_CURRENT

      posted in Questions & Answers
      M
      miro1360
    • RE: Is it possible to have a dropdown list for inputs?

      read my replies, I replied this somewhere few times 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Error compiling script

      just the same as he posted, this:
      https://fxdreema.com/shared/PiLWGRwob

      posted in Bug Reports
      M
      miro1360
    • RE: Terminate EA when Equity is above a certain number

      it is different in more robust logic, when equity reach point, variable terminatingActive become "true" and at this point Close trades block is repeating itself up to situation where no trade exist and EA is terminated only in situation when no trade exist ...

      I dont know another reason why it happened to you, only broker reasons/issues 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Terminate EA when Equity is above a certain number

      your equity has not reached it? are you sure about?
      because maybe it has reached, trade closing was rejected by broker 😄 these broker tricks happened often to me ... be little smarter against these tricks, take inspiration from this mine:

      https://fxdreema.com/shared/UuczqhM4
      0_1504812723216_upload-f99e647f-0b6e-4229-bd92-0ece2968abce

      posted in Questions & Answers
      M
      miro1360
    • RE: Draw Arrow for past Signal

      using loop ...
      you can learn from my replies, study them one after another and it can answer you a lot of questions 😄 ...

      https://fxdreema.com/forum/topic/4546/simple-question-print-objects-multiple-times-on-initialization-of-indicator

      https://fxdreema.com/forum/topic/4774/text-object-on-the-top-of-each-bar/2

      https://fxdreema.com/forum/topic/4542/loop-bar-ema

      posted in Questions & Answers
      M
      miro1360
    • RE: How to use ZigZag [advanced]

      modification like this is something as create new indicator from scratch,
      because it needs a lot of things == it cost a lot of time and I have not this time ... 😄 ...

      posted in Tutorials by Users
      M
      miro1360
    • RE: How to use ZigZag [advanced]

      it draw arrows not exactly on zigzag, it draws them based on highest/lowest thing ... 😄
      you need hide arrows? just change in settings color to None (in EA clrNone) ...
      0_1504702339504_upload-78912ecf-5fc5-4c4f-994b-ddf5feca1b2a

      posted in Tutorials by Users
      M
      miro1360
    • RE: How to use ZigZag [advanced]

      yes you can remove it 😄 ... dont worry to do things and test them 🙂

      posted in Tutorials by Users
      M
      miro1360
    • RE: You can't download your EA Like me? do you know there is a desktop software of FXdreema?

      download is fixed and you can send aplication into avast test center and they check it if there is virus or is not 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: How to use ZigZag [advanced]

      glad to hear that it is working for you 😎 ... not connected block (alone) is not added into EA, I am using this Pass block only for adding scroll bars into fxdreema working area 😄 (it have nothing to do with EA functionality)

      posted in Tutorials by Users
      M
      miro1360
    • 1
    • 2
    • 37
    • 38
    • 39
    • 40
    • 41
    • 80
    • 81
    • 39 / 81