Wanted to subscribe .. but failing at simple grid setup - any help/guidance available?
-
Initially i wanted to get a subscription.. but after trying for 16 hours to create a rather simple ea.. i don´t know what to do. It´s awesome that you let us play around before subscribing!
Any help with this is greatly appreciated!
https://fxdreema.com/shared/l7JlWr4te
Trying to setup a grid where the Gridspace (distance between orders) is the difference between Bollinger outerline minus midline.
Ideally it would be (Bollinger outerline - midline)/Levels
but i dont get it.It either opens the
Right amount of pending orders, but all at the same Price
or
creates huge amount of orders
or
any other crazy thing
..above link will get you to my latest stalling
I tried so many ways all with different outcome, it makes me wonder the correct one is still not found.
As a pitty most of the functionality is not explained anywhere.
I feel Dreema may be uber-powerful ..but as aimed to non-coders it´s very difficult to get it going.
For example:
On almost every block one can insert constants/variables under so many different conditions.. how do i know the correct way of getting the desired calc/output/whatever?Other than that -> anwesome solution!
-
Add
It seems that whenever a
[Variable] and not a [Constant] Input
is used inside the
[buy/sell pending orders in grid] block (does not matter where, seems it´s not working in general)-> it produces errors and/or strange results
(tried to get dynamic value for [Grid size] in the buy/sell grid order block.. when fixed values and/or input variable are used.. it works)

-
Further tested..
whenever there is an input variable used in pending grid orders block: it will work
If a variable (the blue one) is used: will not work (and giving strange results)

Is there something I´m not aware off?
Is it intended to (not) work this way?Please help!
Thanks mates

-
The value for "Grid size" is expected to be measured in pips, some value like 25 for example. The difference between two price levels is a different kind of value, something like 0.0025. The problem is that "Grid size" is a simple input and there is no any alternative "Custom..." option. The easiest way to convert the value is to multiply it by 10000 or something similar, but for some symbols this will not be correct number. Or you can try this, I think it is also easy:

I don't understand that OR block. When you have it like this, you will get 2 pending orders every time. But maybe this is what you want...