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 enable variable inputs before to attach EA to chart

      variables are not as inputs, constants are inputs 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Different results between Optimization and single back test.

      when I did optimalization and than selected best results and tryied normal backtest and also visual backtest, I got the same results ... so maybe somebody with different experience can say where can be problem ...

      posted in Bug Reports
      M
      miro1360
    • RE: about breakeven and trailing stop

      0_1487663605236_upload-873b15c4-7ca6-4013-a621-bc81bbcd5e91

      try this

      posted in Questions & Answers
      M
      miro1360
    • RE: The "Adjust" button input

      probably yes, try it 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Once per click

      https://fxdreema.com/shared/OsQ3a7oqc

      note, this is ok only for tester (because is waiting for tick and reason is small delay until new tick is arrived) 🙂

      0_1487663434002_upload-4e911f61-e32c-44d8-896a-ff3b6e487403

      posted in Questions & Answers
      M
      miro1360
    • RE: How can I put Take profit as Level Price ?

      you need average whole portfolio into one TP price level? (TP placed right into trade? - for each trade? ) ... this can be more complicated ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Once per click

      nothing from these have worked?
      https://fxdreema.com/forum/topic/4417/buttons/2

      posted in Questions & Answers
      M
      miro1360
    • RE: How can I put Take profit as Level Price ?

      you will store these pips into variable?
      maybe this can help:
      https://fxdreema.com/shared/VWzeV7Yub
      https://fxdreema.com/shared/0jg2mq5wd

      or this (but be careful with this):
      0_1487531973112_upload-094142fa-1ca7-4c44-8732-a142a3de0871

      posted in Questions & Answers
      M
      miro1360
    • RE: Once per click

      mouse click? ... you can working with "on Chart" section and there are blocks "Mouse clicked"
      note, that "on Chart" is not working with tester

      posted in Questions & Answers
      M
      miro1360
    • RE: Heiken Ashi EA

      I think, problem can be that you are working with candle ID 0, and it is not closed candle
      try to change these IDs to 1
      0_1487490024316_upload-8a9ddb75-06ca-44a7-9bb1-cbb3b697fd1a

      and be sure, you are using right Timeframe for all indicators/candles ...

      and maybe change in block No trade Filter by type to "Buys" (and in sell section to Sells) ... I am not sure with this, it depends on your strategy ... this block No trade is working as "no buy OR no sell" - when one is true, output is true ... when you change it to only Buy, output is true when is here "no buy" ...
      0_1487490143962_upload-b637c3cd-466c-4f4f-bb93-408478c67f6f

      posted in Questions & Answers
      M
      miro1360
    • RE: Once per bar compilation error

      can you post shared link to your strategy?

      posted in Bug Reports
      M
      miro1360
    • RE: If indicators condition met, buy just once

      maybe like this:
      0_1487362853807_upload-d5a77f01-4283-434e-8510-03bf41fccfbc

      posted in Questions & Answers
      M
      miro1360
    • RE: Sorry, I can't find a thread I found some months ago

      I maybe forget to mention, that all your EAs must have the same magic number, when
      AUDUSD EA have magic 10
      EURUSD, GBPUSD, USDCAD, etc. EAs must have magic also 10
      and also "pipcounter closer" must have magic 10
      🙂

      posted in General Discussions
      M
      miro1360
    • RE: Closing trades by crossover

      post here shared link what you tried to do and what was not working for you ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Not updating the EA

      check if you are working with right folders, each metatrader have own folder to store EAs
      https://fxdreema.com/help/basics/prepare-your-terminal
      .mq4 file is only code, you need also .ex4 file

      posted in Bug Reports
      M
      miro1360
    • RE: Not updating the EA

      you need .ex4 file updating

      posted in Bug Reports
      M
      miro1360
    • RE: If indicators condition met, buy just once

      use block Once per bar, or No trade/If trade

      posted in Questions & Answers
      M
      miro1360
    • RE: Sorry, I can't find a thread I found some months ago

      lets take photoshop subscription as example ... somebody will make profi picture based on specific requirements ... ask in photoshop help how to do it ... nobody solve his problem during subscription ... who is responsible for creating this picture, photoshop company or member? 😄
      another example ... subscription in CAD system, member ask how to create engine based on this requirements .... again nobody solve his problem during subscription .. who is responsible for creating his engine? 😄 ...
      I think, fxDreema is tool and every member must learn how to take this tool into own creativity.

      see here, this is one way how to solve your EA (and it is not only way, there sure many others):

      1. run on each pair one trading EA (trading only 1 pair as chart is)
          1. this can be "pipcounter closer", again, this is not only right way (and I am not sure if it is working because I have not test it 😄 ) .. https://fxdreema.com/shared/PyAu2bB4b ... as another separated EA
            so result are 2 EAs, 1. EAs for each pair you trade, and 2. EA for controling situation (only as one EA for all pairs)... these EAs can communicate between using Terminal variables
            ... in my example is "terminal variables" startTrading ... this is terminal variable which can be used for communication between EAs ...

      your 1. EAs needs have in top of blocks condition which check this Global variable and run trading only when its state is 1 :
      0_1487267831884_upload-d9a12ddd-60cb-4b25-96ac-9c4804c95213
      it means, when your 2. EA finds, that profit was reached for day, close trades and change this variable to 0 (and other EAs are not abble opening next trades because variable is not 1) ...
      but you also need for new day change this variable again to 1 because you will opening new trades .... this can be done:
      0_1487268139752_upload-aea007eb-b7c5-4a8b-b26e-392883b932ff
      or
      0_1487268191792_upload-8b584f43-0b95-4735-ae16-e370c71a8510

      this variable can be modified also manually in metatrader

      hope you get it complete (if that checker/closer is not working properly, try to figure out why, but I think it can work) ...

      posted in General Discussions
      M
      miro1360
    • RE: How not to repeat the first buying position?

      this can switch first buy than sell again buy and sell ... using flags

      https://fxdreema.com/shared/tF1UfiMrc

      0_1487180490766_upload-4397ec5b-6b0a-4369-b130-da3526448d7d

      posted in Questions & Answers
      M
      miro1360
    • RE: wait and watch

      while looking for Condition2, Condition1 must be true? .. easily connect Condition1 with Condition2
      or
      while looking for Condition2, Condition1 can be false? .. for this situation you can use Flag, Set flag and Check flag ... with Set flag you set some state, like:
      Condition1 is true --- Set flag 1
      now with Check flag look if flag == 1, when true, look Condition2 ...
      when Condition2 is true, do something and Set flag back to 0
      this is example for second situation:
      0_1487174368864_upload-a21499ea-5871-4e37-88d8-80d30d73062f

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 58
    • 59
    • 60
    • 61
    • 62
    • 80
    • 81
    • 60 / 81