bad news?
https://smnweekly.com/2016/11/15/metaquotes-abandons-mt4-turns-entirely-to-mt5-trading-platform/
Posts made by miro1360
-
RE: Work with more horizontal linesposted in Questions & Answers
if you will it make so complicated, think about counters and increment variables, but that is not easiest if you have not doing it before ...
-
RE: Historical dataposted in General Discussions
look, it depends how is your EA created .... if you are working with candle[0] (it is current candle, not closed) - for this case also data from tickstory are not enough for you, you need do forward test on demo (few months) to see, if it is doing right (profit) ..... but for basic functionality (only if it is opening/closing on conditions and other criteria) you dont need 99%, or are you?
if you are working with candle[1], 2, 3, x - which are closed candles - here you also dont need 99%, why? .... if you are working with renko candles and you are generating them from tickstory data, they will be not complete, I am 111111% sure, that they will not be complete on 99%, because if you know how is renko generator working, you will be know that you need left this generator oagain on forward to generate data from real ticks, or again forward test on demo .... -
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: 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

