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: More settings - Candle ID

      dont worry, admin check it 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Trailingstop and trailing pending orders.

      web builder is after update and few things dont must working correctly, admin is repairing all 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: More settings - Candle ID

      yes, candle ID in More settings is working ... but a lot of depends how is indicator made, you need try it ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Recognizing price levels

      yes, EA can this, but better to use custom indicator ..... you can check on forexfactory on this: http://www.forexfactory.com/showthread.php?t=596821 ... it is enough for detecting this levels, best I have ever seen, but I dont know logic how it is made, so you can only use it as is 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: fxDreema Updating Now

      subsciption info is not visible in builder? :lifter_tone3:

      posted in Questions & Answers
      M
      miro1360
    • RE: Duplicating and/or renaming projetcs

      generate mq4 code from project you will duplicate, than import this mq4 and you can rename it and now you have 😉

      posted in Questions & Answers
      M
      miro1360
    • RE: Suggestion FxDreema design

      __
      .....
      .....
      Someone else with design opinion?[/quote:2qeemlck]

      If you will, you can add on the top one category (I mean in roll down blocks, just above Variables), new category like "myFavourite" and here can everybody place what he likes, with liked order (only blocks, without categories), changeable in Global options or other options ... and problem solved 😁 ...
      or more hardcore solution, now it is "System" "Custom" and third can be "myF." and here can be made user smoothie also with categories or without ...
      ....

      posted in General Discussions
      M
      miro1360
    • RE: Suggestion FxDreema design

      __Is it posible to use fxdreema on smartphone or tablet. I can open project, show information box ( long taping on screen ) , but I cant open block or connect blocks.

      I know that isnt possible to export file.[/quote:1cvwwqqt]

      have you tried with mouse connected through OTG cable? I have not tried fxdreema this way, but maybe ...

      posted in General Discussions
      M
      miro1360
    • RE: Stop trading for the day

      __Thank you miro and fxdreema for your suggestions.
      However the particular block takes the unrealised profit as well into account. Any idea to circumvent this? only realised profits should be taken into account.

      Thanks in advance[/quote:2jyg8dk8]

      I am not sure if this is working, I have not tried, but with this way you can do it ... 😉

      https://fxdreema.com/shared/HkCSBywNc

      posted in Questions & Answers
      M
      miro1360
    • RE: 52 Day breakouts

      __This is what I have done so far which isnt working!

      https://fxdreema.com/shared/lRcaq8P7[/quote:2w05rsrp]

      https://fxdreema.com/shared/6bMAMUbJ

      or this:

      https://fxdreema.com/shared/dzZRHJgT

      posted in Questions & Answers
      M
      miro1360
    • RE: 52 Day breakouts

      better if you make picture of what you are asked, because here must be more conditions to make it complete

      posted in Questions & Answers
      M
      miro1360
    • RE: Stop trading for the day

      I am sure, there are many ways how to do it, one can be something like this:
      https://fxdreema.com/shared/BMKdM1mpc
      😉

      posted in Questions & Answers
      M
      miro1360
    • RE: Needs of new funciton

      https://fxdreema.com/shared/xKXXTNiId

      posted in Questions & Answers
      M
      miro1360
    • RE: collect/remember Close/open value of previous bar

      This is my problem:

      https://fxdreema.com/shared/0NsTvyhCc

      https://postimg.org/image/5ltfzbsar/

      Please help to understand this problem.

      because price values is better comparing with "<, or >" and not with "==" ... you can try change it that way (avoid to use "==") ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Key buy / Key sell

      __Really simply

      Long case: 3 consecutive lower high and lower low candle... the 4th candle break the last short candle... enter buy. that's all
      Short case: the opposite of long case[/quote:1hq2xbta]

      and if you dont find way how to make it with indicator or with block Bulls in row and Bears in row, there still "dirty way" how to make it using army of blocks:

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

      and here with Bulls Bears in row block, with "advanced" settings 😆

      https://fxdreema.com/shared/T4LMSTn6c

      😉

      posted in General Discussions
      M
      miro1360
    • RE: how to add volume to sequence of trades

      here it is, condition "Once per bar" you replace with your first/next trigger condition, my example is only for buy trades, you can remake it for sell as easy 😉

      https://fxdreema.com/shared/XtfwiJZ2b

      posted in Questions & Answers
      M
      miro1360
    • RE: Historical data

      if for you are not enough only basic prices "open, close, high, low" and you need "all" ticks for backtest, this will be always as result, even with renko:
      https://ctrlv.cz/shots/2016/11/05/x6fJ.png
      😆

      posted in General Discussions
      M
      miro1360
    • RE: Vote for a new desktop version!

      when is here great stable internet connection, online is working fine, you can set with ctrl+wheel zoom, in "search" you type a* and you have all blocks visible (hope this will working after updates 😄 ) ... sometimes I have bad internet connection, in that day I am back with desktop, both are great ... when here will not be new online, hope old one remain in existence 🙂

      posted in General Discussions
      M
      miro1360
    • RE: Arrays...

      __Hi FxDreema,
      i'm using some "Custom MQL4 block" working with some arrays that i declared inside the block.
      how can i read these arrays in another "Custom MQL4 Code" blocks?

      Is there a way to globally declare an array?
      I tried to declare in the "on Init" panel but doesn't work
      and arrays can't be declared in the "Variables" input form...

      Can you help me?[/quote:1qh64lv8]

      in past I had also working with this and only way was declaring it manually in code using MetaEditor after creating mq4, but admin said, that maybe in future he create something to make this custom codes to define own parts of code in tops, like functions, arrays, etc .. I am waiting for this 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Multiple Trades

      __Now I've reduced the EA to this: https://fxdreema.com/shared/vkSszqtxb

      And this is the backtest result: 51 open trades...

      http://prntscr.com/d1vdnhhttp://prntscr.com/d1vdnh

      http://prntscr.com/d1vep0 http://prntscr.com/d1vep0

      Don't know what am I doing wrong anymore... I stop trying it...[/quote:jwp3s2w6]

      this is my way how to "not use NoTrade block"
      https://fxdreema.com/shared/9oPSEuKB

      ... I think, it is also answer to your previous question ...
      I have not tried this change in your EA, but I believe, now it is without issue, try it 😉

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 76 / 81