fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. anse33
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 46
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by anse33

    • RE: UPDATE time, write here if you have problems!

      @fxDreema
      OK, let's approach to this problem step by step.
      As I wrote, I extracted the ATR block as the relevant point, causing different results of the same EA compiled before and after the update. Of course, it's very simplified now. But I suppose, the error will occur here already.
      Can you compile the extracted blocks one time with the current version of fxDreema and one time with the version before the last update and tell, wheather there are different results?

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

      @fxDreema
      Would you please fix that problem?
      I only have 10 days left of my full usable membership!!!
      And I have lost more than 10 days already since this update problem!

      posted in Questions & Answers
      A
      anse33
    • RE: how to have settings for the ea

      @guyha04

      Just check these boxes:
      0_1503909153352_upload-4f3e92b5-925a-4a7c-9abb-de3d3adf3e53

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

      @fxDreema
      I have different results out of the same EA. (See picture below.) Not changed anything, but compiled one time before and one time after the update!

      Comparing these two versions of my complex EA I've found out, that the results from compiled before and after the update are equal when I deactivate the ATR block.
      So there must be a problem within the extracted block "indicator moves within limits".

      And the different results become more relevant testing longer time distances. So I can't continue my work.

      This is why I'm kindly asking you to check and fix this error as soon as possible!

      0_1503864953229_upload-583c193f-7e28-4334-9b09-2a9a8b98abbb

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

      @fxDreema Would you please check the ATR block with the settings in the example? You might use EURUSD.
      There must be a problem after the update and I can't continue my work!
      https://fxdreema.com/shared/k7s6vOlzc

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

      @fxDreema I can't compare the results adter the update with results from before the update. I extracted the ATR block from my project. Is this giving identical results before/after update to you?
      https://fxdreema.com/shared/k7s6vOlzc

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

      @fxDreema One more reporting from me. After the lastest update, EA results were a little bit worse than before. This took me a lot of hours for research. But now I should have found the source of it: There is a problem with the ATR (block "indicator moves within limits"). Could you have a look at this, please?

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

      @fxDreema Perfect, it works again. Thank you so much! 🙂

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

      @fxDreema
      This is so bad!
      I can't work with FxDreema at the moment!
      Please look at the input field in my screenshots: After the update, there is just a mess witch is hardly or not to look through. Before the update, I could identify all fields easily by their block identification numbers/names.
      This is very important. Please make it work again as soon as possible!

      0_1503241200065_upload-c13f7a1a-a547-4b8b-b242-c2789de32287

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

      @fxDreema Wrote it in "Bug Reports" already:
      Input fields in Strategy Tester ("input parameter for optimization") are now with wrong "inp"-numbers, no descrpitions and some are not showed at all. I did not change anything in my EA. It worked fine two days ago.

      posted in Questions & Answers
      A
      anse33
    • RE: Compiling errosr

      No, it's still not working.

      posted in Bug Reports
      A
      anse33
    • RE: Compiling errosr

      Compiling into MT5 also doesn't work properly.
      Input fields in Strategy Tester ("input parameter for optimization") are with wrong "inp"-numbers and some are not showed at all.

      posted in Bug Reports
      A
      anse33
    • Adjust Field for Optimization?

      When I activate the "Adjust" field in any block to be able to use it for optimization in MT (4 and 5), it is not visible.
      Is this a bug? Someone else with this problem?

      posted in Bug Reports
      A
      anse33
    • RE: Modifying the Block "Modify stops of positions"? Want to leave existing TP unaffected

      Works now, thank you! 🙂

      posted in Questions & Answers
      A
      anse33
    • Modifying the Block "Modify stops of positions"? Want to leave existing TP unaffected

      Hey @fxDreema ,

      it it possible for you to change the block "Modify stops of positions" in that way that users can choose not to modify the existing Take-Profit level?

      0_1499947612175_upload-43a43a0a-2ecb-4507-97a4-ce805b660336

      I've tried several ways (other blocks, using variables ...), but I see no way of keeping the existing TP while executing a bar by bar based trailing stopp loss. 😞

      posted in Questions & Answers
      A
      anse33
    • RE: check trading condition block, check margin?

      @miro1360 Yes, thank you! That works. 🙂

      posted in General Discussions
      A
      anse33
    • RE: check trading condition block, check margin?

      Yes, you can choose "margin in %". But somehow it won't work properly. In fact, it doesn't work at all.

      For example, if you want to prevent trading below 500% of free margin: It won't work as shown above. Because naturally no value of percentage for free margin is given when no trade is open. And setting "When no trades: Return 0 (or Return -1)" will prevent every first trade. Because margin level will never be above 500 or 50 or 0 or -1 ... So no trade will happen at all.

      If you set "When no trades: Return infinite (biggest possible value)", the equation theoretically could work. But it seems to me, that there is no proper value given back to use in any condition.

      This is all I have for now ... 😞

      posted in General Discussions
      A
      anse33
    • RE: check trading condition block, check margin?

      I also have problems using "Margin Level (in%)". Tried many times ...
      There seems to be a problem with the percentage.
      What I do now is to use absolute numbers:
      0_1499724144950_upload-aac62f90-f9a0-4b22-a2b1-5121e05f58b1
      But I think, using cash is not as good as using Free margin in %.
      So, if someone has an idea? I would be happy hearing from you ... 🙂

      posted in General Discussions
      A
      anse33
    • RE: Trailing stop as a % of the initial stop-loss

      @rytucker2000 Try "Custom (Price Level)" instead of "Custom (Pips)".

      posted in Questions & Answers
      A
      anse33
    • 1
    • 2
    • 3
    • 2 / 3