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: How to include library?

      0_1569862566587_56c3cd3e-01b4-43d1-aef0-2f9f7eaaa494-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: How to include library?

      note this:

      0_1569806405004_235679c4-36f4-4b80-9951-cd947513f1da-image.png

      ... for an include file with such issue, it will only be done only once, but it must be correctly done

      posted in Questions & Answers
      M
      miro1360
    • RE: How to include library?

      this is how to create a custom code block in the studio, only for the MQL4 (mql5 probably the same)

      0_1569806013504_102e1da5-3b11-4cfc-9896-3bc68b3f6899-image.png

      then insert the include block in the project ... only the mq4 code can be generated from fxdreema, then it has to be compiled with the metaeditor:

      0_1569804161478_b3312996-7cc8-45ed-a448-42028874cd31-image.png
      ...

      Would be easy to have a block for includes maybe on init tab?!?

      Well, it is not that simple because you have to compile with your local Metaeditor even with a block for includes (the include files can be seen only from local, they are needed for the compilation process ..... custom indicators may not be present, that is the difference). Therefore the web based ex4 compilation throws an error, because the compiler looks for these "missing" libraries on the compilation machine (webserver).

      Just use the first method, it will take a few seconds.
      Test your code prototypes in the Metaeditor, and after that put a functional prototype into a complicated EA in fxdreema.

      That is all I can do to help you 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: How to include library?

      it is simple ...
      copy your include files into your fxdreema local folder (folder named MQL4\Include)
      you can recompile the inserted mqh file in metaeditor
      the json file needed to be modified because (all the variables/objects named as "v" or "c" must be renamed to something else)
      https://gofile.io/?c=3ysLTa

      do your job in fxdreema and generate only mql code
      0_1569787315754_21b0969e-c016-412e-a0c1-f48513b1de90-image.png

      open the EA in metaeditor and insert desirable statement in the top of EA code and click compile button:
      0_1569787482377_e21c9a3e-08da-4443-9174-c044b089a5ec-image.png

      hope for no errors

      posted in Questions & Answers
      M
      miro1360
    • RE: deselect buttons

      https://fxdreema.com/forum/topic/7251/buttons-for-buy-and-sell-i-searched-every-topic/2

      posted in Questions & Answers
      M
      miro1360
    • RE: Separately manage trade sell and trade buy and their relative profits and losses with a single expert advisor and a single account on the broker

      @pontedruse start with simpler tasks, gradually add to the complexity and you can create something ... there is no other way, only if someone would do it for you, but you won't learn anything

      posted in Questions & Answers
      M
      miro1360
    • RE: Groups of trades

      start here 😄 .. it is pretty old topic
      https://fxdreema.com/forum/topic/4246/example-for-each-trade

      posted in Questions & Answers
      M
      miro1360
    • RE: Why does this EA only go long?

      as I remember from the distant past, the internal fractal repaints and is not well designed for the use with any EAs, therefore you have to trace the buffers (using trace blocks) and see what is it doing

      posted in Questions & Answers
      M
      miro1360
    • RE: Why does this EA only go long?

      specify the filter in conditions:
      0_1567209491831_76f3bca7-5aa2-453c-810d-8ec25bd11150-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: How do I use Loop (pass "n" times") ?

      the name must be changed accordingly on each cycle to a specific name, your custom code changes it: "Time_vLine-"+Time[i]
      but the Draw line block is not
      find my examples and replies about loops and you can find the answer 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Where are my screenshots?

      it could be fixed if the metatrader5 were an open source 😄 but since it is not the only way to fix it is to create a ticket in mql5 site and ask them to fix it ... describe what you found related to the ChartScreenShot function. If you mention that you found it in combination with fxdreema, they will perfectly ignore you. It may be repaired in 5 years of continuous inquiry 😄 in the meantime, try using MT4. That's how MT5 works, EA programmers are waiting for bug fixes while working with MT4, or are looking for workarounds.

      posted in Questions & Answers
      M
      miro1360
    • RE: Adding text to a variable

      if you are attempting a math operation inside a string variable, this is not possible in programming ... you have the possibility to create more condition/formula/custom code blocks which acts as many possible math operations and access them with the variable ...

      0_1564350686027_fdaf18f3-d4d1-42ee-8cf6-190f8d648806-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: Tutorial 06 - My Indicators in fxDreema

      It is really very simple, almost like template editing, I wouldn't even call it programming 😄

      posted in Tutorials by Users
      M
      miro1360
    • RE: Tutorial 06 - My Indicators in fxDreema

      MT5 is not exposed to working with all custom indicators as easily and reliably as MT4. Ask the author of the indicator for a separate buffer to allow you to link it with any EA. He can create an additional buffer for you or edit original. Every serious (or paid) indicator in MT5 should ensure EA compatibility (using either a buffer or graphical objects).

      Sorry, no other way than the modification of the indicator ... moreover each indicator is different.
      The basic difference (one of many) between the original and edited one is shown here:

      0_1564159721059_cf162d68-9295-47b1-8a67-715bdccd4b53-image.png

      and the implementation:

      0_1564159863718_719ea459-933e-496b-814b-1e8ebb7bcb57-image.png

      posted in Tutorials by Users
      M
      miro1360
    • RE: Tutorial 06 - My Indicators in fxDreema

      posted in Tutorials by Users
      M
      miro1360
    • RE: Where are my screenshots?

      if your desired dimensions are 1280x1024, give a try with 1280x800

      posted in Questions & Answers
      M
      miro1360
    • RE: Where are my screenshots?

      in my opinion it is MT5 problem ... once it works and once not

      posted in Questions & Answers
      M
      miro1360
    • RE: ObjectSet function on MQL5

      ObjectSetInteger(0, LoadedObjectName(), OBJPROP_STATE, 0);

      ObjectSetInteger(0, "exactObjectName", OBJPROP_STATE, 0);

      posted in Questions & Answers
      M
      miro1360
    • RE: Where are my screenshots?

      MT5 is buggy in some things. Everything that goes in MT4 is a good idea to do in MT4.

      posted in Questions & Answers
      M
      miro1360
    • RE: Where are my screenshots?

      only from normal EA startup:
      File - Open Data Folder -- MQL5 - Files

      ... if the MT5 EA is from tester, I have not found the pictures in any folder ... MT4 worked in the tester ... I'm not alone in the MT5 crap 🙂
      https://www.mql5.com/en/forum/244453
      https://www.mql5.com/en/forum/65721

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 80
    • 81
    • 9 / 81