multiple conditions
-
Hello to whoever is reading this, my first post!
I bought FxDreema a couple of weeks ago now and i love tinkering with it, however its not the easiest thing to deal with, especially when your taking on several tasks at the same time in your daily life

So, while i have managed to create a few working EA's i am still getting to grips with it. My latest problem is getting the EA to place a buy/sell when every line on the indicator is either above/below the zero line, there is 8 lines in total and they represent cycles on different time frames.
https://www.dropbox.com/home?preview=cycles.png
This is what i came up with, i basically lumped condition after condition.
-
I just keep getting a zero divide error in the journal?
https://www.dropbox.com/home?preview=zero+divide.png
I am adding links because when i try to put the link inside {img}{img} it doesnt work?
-
Dropbox links are not working for me, they are working only for you. Just look at them. There is another way to get links for the public.
I can see you have crossover conditions one after another and I'm not sure about that
I haven't seen the indicator, but in general you probably need only one crossover and multiple < or > -
I found a picture in google images.
What i have is very similar to this indicator.
I want to be able to place trades when all lines cross zero from > or <
This will be half of my system i want to build and will be used as confirmation to work along side my korharmonic indicator.
-
In "Condition" the crossover is something that can be detected for a given candle, let's say for the current one. If you try to detect crossovers at the same time for all lines in the same candle, then you expect all crossovers to be true for the same candle. But this is not how the indicator works.
But you can check multiple lines with > or <. If line A is now above level 0, this means that in the past that line have crossed 0.
Here is more about crossovers - https://fxdreema.com/examples/#Crossover