fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. varso
    3. Posts
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 18
    • Posts 82
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by varso

    • RE: MAE maximum adverse excursion

      maybe somethink like this
      https://fxdreema.com/shared/opYB93bSd
      but check it.

      posted in Questions & Answers
      V
      varso
    • RE: formula write time lowprice canle period

      Now i have idea. its simple. run the second condition only if bid price was under first low. ๐Ÿ˜†

      posted in Questions & Answers
      V
      varso
    • RE: formula write time lowprice canle period

      Maybe it will be good to describe what i have problem. For future and other people.
      I have two formula. They write low price. ( because i m work now i use dukascopy graf)
      Logic
      First condition happen - first formula look back 10 bars and write low price - pictures 1.
      Second condition happen-second formula look back 10 bars and write price
      but here comes problem It can be the same low price like first formula - pictures 2 - and i want avoid it this problem. The solution fot this can be compare time. i think this is correct or not so correct solution compare the price ( but here must be 5 decimal format and it can be the same price in different time(the possibilities is here)).
      .Without problem show pictures 3.

      I will think about it and try find sollution but i dont know programing.

      ......
      formula3.jpg
      formula2.jpg
      formula1.jpg

      posted in Questions & Answers
      V
      varso
    • RE: formula write time lowprice canle period

      I have second question. Its about decimal format. When i run EA the formula write low price 4 decimal number like 1.3773 but the price is 1.37738. I change the global preferences but nothing happen. How do i change it?

      posted in Questions & Answers
      V
      varso
    • RE: formula write time lowprice canle period

      Thank you
      I never write code but i will try it. Everything is first time.

      posted in Questions & Answers
      V
      varso
    • RE: formula write time lowprice canle period

      Is it possible to write in formula time when lowest price happen.
      We can write low price back 10candle like i show here.
      http://fxdreema.com/shared/3ZeQ8XToc
      but i need also a time when this low price happen. Is it possible, somehow?
      Thank you

      posted in Questions & Answers
      V
      varso
    • RE: Manager for trade

      Not fancy.
      If i have some EA and this ea i use only for open trades but for stop lost and target profit i want build another ea with fxdreema. Then must i use magic number for manage the trade? Must i work ON TRADE events?
      Thank you

      posted in Questions & Answers
      V
      varso
    • RE: Manager for trade

      Helo
      Is it possible to build a manager for trade which they open from another EA. Must i work on trade block?
      Thank you

      posted in Questions & Answers
      V
      varso
    • RE: Comment on chart - right side, Start EA on specific time

      Ok i make it this
      http://fxdreema.com/shared/weYx1sOKc

      Now start when new day will come

      posted in Questions & Answers
      V
      varso
    • RE: Comment on chart - right side, Start EA on specific time

      Something like this

      http://fxdreema.com/shared/kWyuAextb

      Must be on start once per tick?

      posted in Questions & Answers
      V
      varso
    • RE: Comment on chart - right side, Start EA on specific time

      __Comment section is only one - on the left. This comes from MT4 itself. There is no other available in fxDreema, but maybe I should do this finally.

      What about... Once a day -> Counter: Count "n" then pass (with setting 1)[/quote:3jml8ern]

      Ok thank you for answers. I try it.

      posted in Questions & Answers
      V
      varso
    • RE: Comment on chart - right side, Start EA on specific time

      Hi i have two problems
      Please is it posible somehow make the comment on chart on right side?
      I have the problem that one indicator show also some comments and from this reason i dont see coments from EA.
      simple example.
      http://fxdreema.com/shared/7BCsadtNd

      The second problem.
      is it posible somehow make this.
      I want that EA start on specific time ( for me a new day start) when i put ea on chart.
      example
      i put EA on Monday (or whatever day) on chart but i want that EA start work at 00:00 Thusday ( the start of next day)

      Thank you so much

      posted in Questions & Answers
      V
      varso
    • RE: Upload custom indicator

      __Work with Candle ID > 0. Click on this "More settings" text to see this option. It looks that for the current candle there is no information that can be used, but for already finished candles there is. I think more custom indicators should be like this :)[/quote:1cykrli6]

      Thank you.
      You have right. The indicator looks one candle backward. I must watchs one figure on this in future.

      posted in Bug Reports
      V
      varso
    • RE: Upload custom indicator

      i forgot upload the indicator
      MA_Cross_OC.mq4

      ......
      MA_Cross_OC.mq4

      posted in Bug Reports
      V
      varso
    • RE: Upload custom indicator

      Hi
      I have this problem
      I update today to new FXdreema and i try upload to FXdreema custom indicator.
      When i choose indicattor the table show like now buffers. (pictures1)
      [attachment=2:2cv45k9d]http://fxdreema.com/shared/nDiEUrpJd

      and the indicator not work. ๐Ÿ˜

      Please can you look on it. I think its something wrong with new fxdreema.

      ......
      1.jpg
      2.jpg
      3.jpg

      posted in Bug Reports
      V
      varso
    • RE: Repeat every new day

      Hi. Please can you help me. I try to find solution for this.
      I open trade on on MS1 line ( its pivots line) the trade go good direction when reach next pivots S1line i move SL to previous pivots.
      I make example of this.
      http://fxdreema.com/shared/FfNhJoZDb

      But i have problem when trade run to the next day and the new pivots come. The condition on loop its not repeat on new pivots because on previous day i use Once per trade block
      i make also example pictures. ๐Ÿ˜†

      ......
      Example.jpg

      posted in Questions & Answers
      V
      varso
    • RE: Close 50percent volume with ratio 1:1, for other 50 ...

      __I'm not sure that I understand, but I can discuss the example.

      First, you detect when a trade is closed, note that this will cause the next block to be executed once.

      Then you have a loop, which normally loads all trades one after another and does the next things for each one of them. I guess you have to put value "1" for Not more than N trades parameter.

      Then you have "Pips away" block, and in this case there is no way for this block to react, because if it is executed once when the trade is created, it still has no profit. An no, this block does not work by itself somewhere in parallel universe, but it does what it is supposed to do when it is executed (and this is true for all blocks).

      The last block - well, if the project is like it is now, it can probably close part of the volume for another trade that is running (not the one that is created). That's because now the loop (block 3) works for all trades created by this EA.

      If you want to close part of the volume when certain profit is reached, use that loop under "on Tick", and place "(in loop) Once per trade/order" before block 5 to not execute it more than once for a trade.[/quote:3ns3jrur]
      thank you its help

      posted in Questions & Answers
      V
      varso
    • RE: Close 50percent volume with ratio 1:1, for other 50 ...

      Hi
      Please can you give me advice how to make this?

      I have one open trade and i want close 50 percent volume with ratio 1:1 and make break event after that the other 50 percent use another condition, but this condition can happen before r1:1 but this is not correct this reason i want change group of remaining 50percent

      open-r1:1-close50per-break event-condition-close50perc

      ithink this is start but i dont know what next
      http://fxdreema.com/shared/Cr7mpAvXb

      Thank you so much.

      posted in Questions & Answers
      V
      varso
    • RE: first condition start second second

      __Look from NOW to the PAST. This chart you can see - this is all past data which is available for calculations. The same with indicators. Everything you can see on the chart is represented as numeric values in MetaTrader and they are available in every moment.

      EA works on every tick - when a new tick comes, you check something and do something if needed.

      1. Check condition(s)
      2. Do action(s)

      To get the value of the Nth candle from the past, there is a Candle ID parameter. If it is 10, this means that you work with the 10th candle from now to the past. That means you can check NOW what was happened in the PAST. There is no need to remember if some condition happens NOW and check that in the future, because this event (and many others) will be in the database.

      In short. When working with conditions in some EA, the way to deal with them is from now to the past - when a tick comes, you can have a condition that can check something that happened in the past only by setting Candle ID parameter (aka Shift parameter in MQL).[/quote:21vwz6dd]
      oh my good
      Thank so much

      posted in Questions & Answers
      V
      varso
    • RE: first condition start second second

      Hii
      Please can you help me?
      i have this logic.
      In one indicator.
      when some condition happen it star find another condition and repeat this condition when this condition open buy ( or something else) we are go back to first condition and switch of second condition
      ( or the logic is that the condition look back on previos condition)
      I try to use turn On another block but i dont know if its corect.

      posted in Questions & Answers
      V
      varso
    • 1
    • 2
    • 3
    • 4
    • 5
    • 4 / 5