I also noticed that and I have tried it, but who know how acurate it is ... only way how to check accuracy is to create some EA which is working with candle 0 and is opening/closing enough trades, run it for 1 month (must not be profitable :D) and when is that done, try this period run with tester and compare results ...
Posts made by miro1360
-
RE: MT4>>MT5posted in General Discussions
-
RE: Implement Support and Resistanceposted in General Discussions
you mean automated support and resistance? you know that S-R is quiet subjective, that means you can get SR from 1min, or from 1hour - both are different ... you can try to use fractals (it is implemented in fxdreema indicators), but I have not tried it, you can trace values how they are working ...
-
RE: Working with the Ichimoku Kinko Hyo indicator in FxDreemaposted in Questions & Answers
now try with negative candle IDs

-
RE: does my block 7 & 8 really ensure 1 trade at a time?posted in Questions & Answers
without draw arrow, draw arrow is only for your visual representation (instead draw arrow you give what you need)

-
RE: does my block 7 & 8 really ensure 1 trade at a time?posted in Questions & Answers
@haliloo said in does my block 7 & 8 really ensure 1 trade at a time?:
ok i try it out
so just replace no trade with "if trade b" and "if trade s"?
yes,exactly as I sent to you in example

-
RE: Working with the Ichimoku Kinko Hyo indicator in FxDreemaposted in Questions & Answers
chiko span is located on 26th candle, try read these values from candle 27

-
RE: does my block 7 & 8 really ensure 1 trade at a time?posted in Questions & Answers
instead of block No trade use this:
https://fxdreema.com/shared/2pTd7K2Ad -
RE: Working with the Ichimoku Kinko Hyo indicator in FxDreemaposted in Questions & Answers
chikou span is not bad
but that is way how is this line created - in history bars and not current bars and thats ground why is useless and can not be used for EA as you see it on the chart ... -
RE: Working with the Ichimoku Kinko Hyo indicator in FxDreemaposted in Questions & Answers
I have never used that indi before, do you see potential?

-
RE: Some questionsposted in Questions & Answers
so before copying is ok when you type all your variables and constants and after that place blocks ....
-
RE: Some questionsposted in Questions & Answers
create and replace both, .mq4 and also .ex4,, or you can download only .mq4 but after that you need recompile that with metaeditor in PC to create .ex4 (because .ex4 is for you important)
than you can refresh EA (with right click is enough) ...- here depends on project, it must admin check .... if you are not using variables and constants, it can be bug ... @fxDreema
-
RE: Bucket of Positions (MT5)posted in General Discussions
Hi augustocosta, first start with few easier strategies and after that you can start hedging. But you can try remake this one from MT4 into MT5 using same blocks:
https://fxdreema.com/shared/KPbiuAJ0c
I created that for MT4 because now I read you need for MT5
... it is easy to remake block after block ... -
RE: MT4>>MT5posted in General Discussions
that is question, how brokers made, I personally think/hope they make it with step by step (in few years) all into MT5, .... because MT4 will end with updates, and sooner or later "somebody" give out critical security error which can be ground to tell all MT4 brokers, now is time for MT5 because there will be no update for MT4

-
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: fxDreema Updating Nowposted in Questions & Answers
you can make smaller all in online version (ctrl+scroll mouse) and if you type a* into "find" above blocks, all blocks are unwrapped like in offline ...
I tried my offline and it is also waiting longer time (after update) to show login window ...
