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: Custom indicator does not work.

      somewhere in forum was my reply to "fisher transform non repaint", but I really dont know where 😄 .. it is probably the same indicator as you wish (but without repainting) ... this one what you postet is repainting ... somebody here it helped, ask him but you need find it 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Can you create Indicators using FxDreema?

      export is allways as expert, not indicator ... so your files must goes into experts folder ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Help with My Indicators

      this must @fxDreema check ...
      I see now ...

      this one go only manually importing, in log are not errors, but I think buffers are not reacting 😄 weird ...
      ...
      if you will try ..

      0_1486685689469_arbitrage_ea.mq4

      posted in Questions & Answers
      M
      miro1360
    • RE: Best way to display a text message on the chart?

      draw text, comment, etc ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Custom indicator does not work.

      I added in code buffer0 visible, because this is main buffer from which are colors created (colors are stored in next two buffers) ... it are few lines of code, compare indicators between to see differences ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Help with My Indicators

      try import into indicators this modification
      0_1486657327346_arbitrage_ea.mq4

      posted in Questions & Answers
      M
      miro1360
    • RE: Custom indicator does not work.

      0_1486656370166_tete01.mq4
      here you can now working with first buffer from this indicator (yellow color) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Variable issue when running EA on multiple pairs

      sorry 😄 I was talking about these:
      0_1486589636722_upload-40323118-931b-4360-9961-88f6e7c9fa30
      I had in answer meaning "local" as in project, but yes they are "global" too but only for project ... there are another global for whole metatrader ....

      posted in Questions & Answers
      M
      miro1360
    • RE: Variable issue when running EA on multiple pairs

      are you using global variables?
      use instead of them local variables:
      0_1486575961946_upload-e596461c-b7c3-4d54-ab6f-fbae97404b09
      ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Arrows and Lines on my chart

      what is your EA? can you send screenshot of blocks how are they connected?
      ...
      and multilanquage support is question for admin, maybe he can tell more about @fxDreema

      posted in Questions & Answers
      M
      miro1360
    • RE: need help for atr sl and tp

      is this working?

      0_1486571276781_upload-1aff82d5-8018-4f9e-9135-c777bd89bc03

      posted in Questions & Answers
      M
      miro1360
    • RE: Open a trade with 3 indicators crossing and close with one crossing again

      with this I dont know help you, maybe somebody find solution ... but this parabolic sar indicator -- it also sometimes repaints on first closed candle and it can be problem ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Two indicators at the same time

      once per bar
      condition 1
      condition 2
      do something

      you can connect one block after another ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Custom indicators

      check tutorial and examples and help section ...
      https://fxdreema.com/help/working-with/custom-indicators

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

      flag is for memorize state 😄 ... for memorize candles counting you can use variables ...
      ... I dont know how to explain to you this problem because for it you need know more stuffs ... for completing your project 100% take hours ... but here is simple example how to count candles:
      this opens buy trade every 5 hours (every 5 hour candles):

      https://fxdreema.com/shared/pYx0Q2TOd

      0_1486399645130_upload-897d3a51-5382-4f97-9bb6-3111335336dc
      this is variable:
      0_1486400182807_upload-dd7df4ea-1e5d-453e-8f49-b3fa9c655c8e

      and this one is the same, but alternate between buy and sell using flags:

      https://fxdreema.com/shared/32oc3KFab

      0_1486400087963_upload-bdf7124d-cdaf-484f-9f6a-ee494e58b906

      😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Tutorial 04 - EMA cross, part 4 - more Buttons [beginners]

      try this hint from Dandy:
      https://www.youtube.com/watch?v=NMLJ6qwaQ9M

      in fxdreema give in custom code block this code:

      for(int i=50;i>0;i--)
      {
      Comment(i);
      }

      50 you can give into Inputs like
      int speed 50

      and your code in Custom code block will be:

      for(int i=speed;i>0;i--)
      {
      Comment(i);
      }

      posted in Tutorials by Users
      M
      miro1360
    • RE: The "Adjust" button input

      I think, this need a lot of Flags and other comparison stuffs to "memory state" where EA is now and what to do next 😄

      0_1486344640548_upload-7de7e11e-07fb-4f4b-b90e-fba3008480d3

      posted in Questions & Answers
      M
      miro1360
    • RE: Help! ATR entry

      can you post shared link how are your blocks connected?

      posted in Questions & Answers
      M
      miro1360
    • RE: Very basic stochastic problem

      this is another version with crosses:

      0_1486309768048_upload-f5c1f7f9-7183-49df-906a-1ba1f008774c

      btw. probably you have reversed main with signal (or cross direction) ..

      posted in Questions & Answers
      M
      miro1360
    • RE: buy/sell expiry option in mq5/ex5 projects

      and what is your problem exactly?

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