More settings - set Candle ID to 1
because when it is 0, you are working with not closed candle and it "repaints"
Posts made by miro1360
-
RE: Smoothed Moving Averageposted in Questions & Answers
-
RE: Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arraysposted in Tutorials by Users
now pairs are in rows, each row is each pair ... and you are probably asking for columns? you can add as how many columns with indicators as you wish
and with sorting you mean array sorting and than pairs sorting into pyramid?
https://docs.mql4.com/array/arraysort
it can be done, but it takes a lot of time to do
maybe sometimes ....you can use all functions in fxDreema, all functions which are in mql language and you can also create own functions (with fxdreema studio, look somewhere in forum for more details) ...
I think, these functions MathMin and MathMax are not working with arrays ... for finding min or max value from array use these functions:
https://docs.mql4.com/array/arraymaximumand special for this: "which pair has moved Most & least today"
you know, it is not as easy as said, because here in forex is something like average daily range specific for each pair, you can find, that EU pair is moving daily about 80 pips, but GJ pair is moving > 160 pips ... for this, you need talk in % of ADR, or something like this:
https://www.forexfactory.com/showthread.php?t=650418
and after that (when you have reference point for each pair), you can objective selected which currency moved most -
RE: Last ten candle monitoringposted in Questions & Answers
block alone is not working (with no connections), so at least 2 blocks must be connected, I used pass block (normally is doing nothing)
-
RE: Tester: Cannot load Experts/ XXXposted in Questions & Answers
try now if it is working, if something changed ...
-
RE: Trailing Stop Mutiple Levels for Take Profit not working as expectedposted in Questions & Answers
this should work, I think, you tested it?
-
RE: Trailing Stop Mutiple Levels for Take Profit not working as expectedposted in Questions & Answers
send here picture how you mean it with TP

-
RE: Trailing Stop Mutiple Levels for Take Profit not working as expectedposted in Questions & Answers
you cant trail TP this way
... how you can have TP for buy trade below current price? you cant set it this way ... -
RE: Trailing Stop Mutiple Levels for Take Profit not working as expectedposted in Questions & Answers
set this Profit Treshold on some value of profit where you wish start trailing:

-
RE: Tester: Cannot load Experts/ XXXposted in Questions & Answers
yes, something is wrong after MT4 updates ... other EAs are working which are not from fxdreema? can you test them?
-
RE: sum of profits in one dayposted in Questions & Answers
somewhere in my replies this was with example
maybe not best one example but somewhere it is 
-
RE: Question about optimizing parametersposted in Questions & Answers
take this small example:
https://fxdreema.com/shared/HqopsgoUb
this is normal window in MT4 for one specific test (right checkbox for Optimization is not selected):

this one is selected for Optimization (right check box selected) and parameters are set for optimizing, you see that it takes combinations for different MA periods and different SL and TP stops ...

in basic inputs for optimization you can increase initial deposit, only buy or sells, etc...
you run this optimization and wait for some results ... here we go:

uncheck that parameter "Skip Useless Results" and you can see also negative profits, what is also usefull ... to see which parameters are worst
...blocks as "Once per bar" when used in right place, can speedup optimization results ... (but not always it is possible to use, because sometimes you need each tick, depends on project)
-
RE: Flagsposted in Questions & Answers
second example is right, you need change these flags when validity of condition ends ...
and here is third example
(with one flag name)

-
RE: Flagsposted in Questions & Answers
it stay with value as you set it until next change
... or can you post specific example with few blocks what exactly you mean? -
RE: MT4>>MT5posted in General Discussions
for now it is not supported, you need create project in MT5
-
RE: MT4>>MT5posted in General Discussions
when you are creating your project, (new project), select radio button to Metatrader 5

