dont worry, admin check it 
Posts made by miro1360
-
RE: Trailingstop and trailing pending orders.posted in Questions & Answers
web builder is after update and few things dont must working correctly, admin is repairing all

-
RE: More settings - Candle IDposted in Questions & Answers
yes, candle ID in More settings is working ... but a lot of depends how is indicator made, you need try it ...
-
RE: Recognizing price levelsposted in Questions & Answers
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

-
RE: fxDreema Updating Nowposted in Questions & Answers
subsciption info is not visible in builder? :lifter_tone3:
-
RE: Duplicating and/or renaming projetcsposted in Questions & Answers
generate mq4 code from project you will duplicate, than import this mq4 and you can rename it and now you have

-
RE: Suggestion FxDreema designposted in General Discussions
__
.....
.....
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 ...
.... -
RE: Suggestion FxDreema designposted in General Discussions
__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 ...
-
RE: Stop trading for the dayposted in Questions & Answers
__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 ...

-
RE: 52 Day breakoutsposted in Questions & Answers
__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:
-
RE: 52 Day breakoutsposted in Questions & Answers
better if you make picture of what you are asked, because here must be more conditions to make it complete
-
RE: Stop trading for the dayposted in Questions & Answers
I am sure, there are many ways how to do it, one can be something like this:
https://fxdreema.com/shared/BMKdM1mpc

-
RE: collect/remember Close/open value of previous barposted in Questions & Answers
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 "==") ...
-
RE: Key buy / Key sellposted in General Discussions
__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

-
RE: how to add volume to sequence of tradesposted in Questions & Answers
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

-
RE: Historical dataposted in General Discussions
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

-
RE: Vote for a new desktop version!posted in General Discussions
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 
-
RE: Arrays...posted in Questions & Answers
__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

-
RE: Multiple Tradesposted in Questions & Answers
__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