Could you please show your parameters in 'Time filter' and 'Close trades' blocks?
Posts made by isp00rt
-
RE: how to buy sell in a specific time zone ?posted in Questions & Answers
-
RE: Buy Strongest currency vs Weakest - Not sure why it not working correctly.posted in Questions & Answers
Honestly I don't know why it doesn't work. In my opinion it should. Sorry for not being more helpful :(.
-
RE: Establecer un porcentaje de ganancias y cierre todoposted in Questions & Answers
I guess this is what you're looking for:
-
RE: Hello, which variable or function controls the size lots?posted in Questions & Answers
You will find it inside the Buy now/Sell now block.
-
RE: Aaaaand...the ZigZag indicator again!!!posted in Questions & Answers
Once more, thank you for your great help.

-
RE: Aaaaand...the ZigZag indicator again!!!posted in Questions & Answers
Sorry to bother you again miro, but I have another question. How does this part of the condition block work?

You say in your tutorial that the 'normal' block conditions let you know a past high/low by ID, but not the current leg. My problem is that I don't understand how that past high/low can be found by ID. I tried this to find it:

...and nothing happens. Could you please tell me how can I identify the last high/low?
-
RE: Close all trades when open trades are in profit?posted in Questions & Answers
You need to use the blue block 'Close trades'.
-
RE: Aaaaand...the ZigZag indicator again!!!posted in Questions & Answers
Once again...miro was right!

Thank you very much.
-
RE: Change a script into an indicator?posted in General Discussions
As far as I know that's not possible, sorry. fxDreema is not designed to create indicators.
-
RE: program my indicatorposted in Questions & Answers
Rereading your first message I guess the best option for your EA is the 'Indicator is visible' block. Just like this:

I used my own custom indicator, so you must use yours here. It very important to check the candle ID. As you want to open a trade every candle you must specify Candle ID 0. But be aware that it will not work properly if this indcator repaints bars. If it does results will be wrong. Hope it helps.
-
RE: Aaaaand...the ZigZag indicator again!!!posted in Questions & Answers
I'll take a new look on it. Thank you.
-
RE: Aaaaand...the ZigZag indicator again!!!posted in Questions & Answers
@miro1360 Sorry, but it doesn't work.
-
RE: program my indicatorposted in Questions & Answers
@alexanderjohnson21 is right. You should use the block 'Indicator appears'.
-
RE: program my indicatorposted in Questions & Answers
Just another question. Does it repaint the active bar? And the previous bars?
-
RE: Aaaaand...the ZigZag indicator again!!!posted in Questions & Answers
Interesting. I'll try it. Thank you very much...again!

-
Aaaaand...the ZigZag indicator again!!!posted in Questions & Answers
I recently discovered this outstanding thread about Zigzag indicator from miro:
[https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced]
The only thing I don't find there is how can I capture the proce level of the active leg (what miro calls L0 or H0). I know it changes over time, but I need to know at what price it is right now. I tried to do it this way:

...But to no avail. No price level is shown, only a permanent result of 0.
Any hint?
-
RE: program my indicatorposted in Questions & Answers
What does 'every time' mean? Every tick or every bar?
-
RE: idiot questionposted in Questions & Answers
Tha second image is the correct one, but you need to change the block number from 109 to something lower than 99. That way that will be the first block to be executed.
-
RE: Is Server Time = MT4 Platform Time?posted in Questions & Answers
I alway work with server time. It's always easier.