maybe something from this can help you:
https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced?page=1
Posts made by miro1360
-
RE: Comment Blockposted in Questions & Answers
your blocks are in the "on Chart" section
place them into "on Tick" if the should run every tick, or into "on Init" section if they should run only once after EA is placed on the chart -
RE: "Write to file" blockposted in Questions & Answers
the location for MT5 tester is:
C:\Users\username\AppData\Roaming\MetaQuotes\Tester\subfolder\Agent-xxx\MQL5\Files
crazy path ... -
RE: "Write to file" blockposted in Questions & Answers
in Metatrader program select File - Open Data Folder
when EA is running in tester:
- tester\files
when EA is running in chart:
- MQL4\files
relative path means, you can add a subfolder path to the file
-
RE: Comment Blockposted in Questions & Answers
block alone? connect it with "pass" block, at least 2 blocks must be connected
-
RE: How to get the TicketNumber or select the trade which triggered OnTradeposted in Questions & Answers
or this? I am not sure what exactly are you asking


-
RE: Add a constant to each operation.posted in Questions & Answers
create a custom martingale with your rules:
https://fxdreema.com/forum/topic/5937/tutorial-custom-martingale-1 -
RE: Average opening priceposted in Questions & Answers
https://fxdreema.com/examples
and check Bucket of Trades -
RE: I wonder what will happen if...posted in Questions & Answers
it is caused by ticks generator in MT4 tester

try demo test on 2 different EAs on different timaframes for few days
-
RE: I wonder what will happen if...posted in Questions & Answers
I think it should have working in the same way on all timeframes
-
RE: fractals signal inside stoch lineposted in Questions & Answers
fractals is repainting indicator even on Candle ID 1, maybe 2 or 3 is stable

you can not compare this fractal with value 80, it has price value (it is not what you think), it is this indicator: https://www.mql5.com/en/code/7982 -
RE: The indicator on the oscillatorposted in Questions & Answers
and here is my indicator for that which can be used in fxdreema (only for mt4) :
0_1537207889754_miro1360_env_over_cci_1.mq4 -
RE: The indicator on the oscillatorposted in Questions & Answers
if you want something fixed, you must calculation to previous indicators data:

result is little different ...
-
RE: The indicator on the oscillatorposted in Questions & Answers
I have no idea where it is

but I noticed not, that you are using this in metatrader 5 and it is not the right way how are you looking on that ...
cross is here:

when I move chart little to the right, the same cross has changed:

it is only visually representation, not calculated ...
-
RE: The indicator on the oscillatorposted in Questions & Answers
you must create such indicator manually (in your example one indicator with buffers, where iEnvelopesOnArray is calculated on iCCI)
if I remember right, in the past I posted something about these indicators, but who knows if and where it is
-
RE: The best eAposted in Questions & Answers
it is not good indicator for EA, because it is repainting ... in this case it means, sometimes in horizontal lines are both signals present (but you can see only the last painted line - the most present), signal arrows from this EA shows that clearly:
https://fxdreema.com/shared/sKPqyp9H

-
RE: Help pliss =(posted in Questions & Answers
- you can do that in fxdreema
- was not similiar problem in forum discussed?
- you must develop some skills to do it
-
RE: Tutorial 06 - My Indicators in fxDreemaposted in Tutorials by Users
search for TDI indicators in mql4 code, there must be something

