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: Buttons

      try this change (I have not tried functionality) :

      0_1486932477784_upload-ff8cf100-cd07-423c-9e35-652f423bdb2c

      posted in Questions & Answers
      M
      miro1360
    • RE: Put stop orders after immediately closed candle's high/low

      https://fxdreema.com/shared/7AnscAEkd

      section on Trade and on Tick are used

      0_1486916962531_upload-b36b2124-61ef-44ba-9791-8f28e684fc8b

      timeframes are set to H1, you can change it to "current" or what you will ... but be careful because if you select time 02:00 and use H4 or D1 candle, trades are not opened (because of logic) ... just do changes for your purposes ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Problem to import mq4 file

      have you tried few times? are there errors or nothing happens when you import?

      posted in Bug Reports
      M
      miro1360
    • RE: Get Custom indicator values

      0_1486914902237_vertex_mod_3.03_ea.mq4

      just changed that enum TF to int and now you can import it into my indicators without problems ... TF you type with numbers, like current TF = 0, M1=1, H1=60, D1=1440, etc ...

      and be carreful because this is repaint indicator

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

      this are my words:
      Once per bar is first controlling block for next connected ... next connected blocks are running only when first block (in this case Once per bar) pass ... and pass once per new candle (then wait for next candle)
      when pass, first Condition is checked (if Close on yesterday daily is > as MA on current TF), when pass next condition and the same for last condition .. when all conditions are true, open buy ...

      posted in General Discussions
      M
      miro1360
    • RE: Buttons

      do this if you need working with tester:
      https://fxdreema.com/forum/topic/4201/tutorial-05-ema-cross-part-5-buttons-behavior-beginners

      if you dont need tester you can working in on Chart section:
      https://fxdreema.com/shared/W5ieDE9qe

      create buttons in on Init:
      0_1486860832380_upload-128065ea-557a-4274-88e8-2f3d4eb045ca

      work with them in on Chart:
      0_1486860861180_upload-4c97d260-65ea-4d0d-af5f-c24f3e2674bd

      see, I used block Run blocks with ID 2 (ID 2 is block which creates button with initially state non pressed, and it just repaint this button into initially state) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: code not work exactly!

      can you post shared link how are blocks connected?

      posted in Questions & Answers
      M
      miro1360
    • RE: Get Custom indicator values

      post here your custom indicator, I show you how to make it workable

      or

      you can manually in metaeditor place somewhere on top or bottom code in EA this part of code from indicator
      enum enTimeFrames
      {
      all code
      };

      and try compile it ... maybe works maybe not ... if not, post here your indicator

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

      this?

      0_1486761771027_upload-de4351b8-ac23-428f-8b22-dc1e1e373fb4

      posted in General Discussions
      M
      miro1360
    • RE: Average True Range

      that is crazy ... I saw mladen on FF active and was myself asked "why here again?" and now I see why ... I think they moved to steve forum because he also moved from ff to own place 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Help with this Forumla

      probably you can use it, try it carefully, you can place on the chart comments to see whats happening 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: How to add the levels in Moving average Indicator in condition block..

      try this:

      0_1486746913362_upload-41766a2a-3262-406c-a969-ba012d6357de

      this calculation you can do also in other blocks (formula, modify variables, custom code block, etc) ... be carefull and see difference between pips and price fraction (as example for eurusd pips are 34, price fraction is 0.0034, for GJ pips are 21 and price fraction is 0.21, etc) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Average True Range

      why is tsd closing, you know more about?

      posted in Questions & Answers
      M
      miro1360
    • RE: Am I doing something wrong?

      blocks seems be ok, and the situation what you are asking is spread as you mentioned

      there are 2 prices, ask price and bid price ... ask > bid and its difference is spread
      price on the chart is Bid (when you click properties on chart you can display also ask price), but candles are constructed from bid price
      when you open buy trade, you open it on Ask price
      when you open sell trade, you open it on Bid price
      buy trade is closed on Bid price
      sell trade is closed on Ask price

      and that is reason, why the lower TF are you trading the lower spread is for you important (because you expect smaller profit)

      posted in Questions & Answers
      M
      miro1360
    • RE: Average True Range

      have you tried to find with google atr which calculates as you need? you can than import it into my indicators of fxdreema and work with it ...

      posted in Questions & Answers
      M
      miro1360
    • RE: How to add the levels in Moving average Indicator in condition block..

      use envelopes indicator ... it is moving average deviated with some deviation and this deviation you can give as fibo (like 0.34, etc)

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

      0_1486701200898_arbitrage_eax.mq4
      maybe you can try this 😄 it is indicator which calls your arbitrage indicator ... in metatrader it is working but I dont know if it is working in EA ... probably it is not working in EA 😄 at least you can try it ...
      (import this indicator into My indicators .... in indicators folder must be both, this one and original arbitrage)

      posted in Questions & Answers
      M
      miro1360
    • RE: Help with this Forumla

      try using custom code block ...

      averageBody and allBody are variables
      x are candles "n"

      0_1486699950696_upload-eb575ab6-a0f8-4182-9f29-cc163017987f

      I have not tested it ...

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

      yes all these parameters manually ... but the form of indicator is not best for EA and I think, it will not working in any EA ... indicator must be recoded into other form ...

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

      manually, all parameters ... but I think, it is not working in EA ... but I dont see errors ...

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