chart objects(horizontal line)=ask buy
-
Seriously frustrating.... I have found using fx dreema to be not so easy, with what i feel should be quite an easy strategy to construct. Ask price equal to object on chart, Then buy. Using desciption buy line it just doesn`t work.... Is it because i am only using the limited version???

Waste of time. Thinking i better of paying someone. Kinda no point trying to create myself. Simple logic, well, it seems to be a bit to hard for fx dreema. Bout to give molanis a go and see if it can handle what seems to me to be quite a simple task!
Maybe someone can fix this bug. EEErrrRr.

-
You know that the price always jumps from here to there? You know that there are 5 digits after the point? The price is 1.23456 now and in the next millisecond it is 1.23478. The chance is that the price will never be 1.23457, so if you wait for this exact price, you will most probably wait forever.
When you work with prices, just forget about the "equal" feature, because as you said - it does not work. Don't use "==" when you have a price value in one of both sides.
-
__You know that the price always jumps from here to there? You know that there are 5 digits after the point? The price is 1.23456 now and in the next millisecond it is 1.23478. The chance is that the price will never be 1.23457, so if you wait for this exact price, you will most probably wait forever.
When you work with prices, just forget about the "equal" feature, because as you said - it does not work. Don't use "==" when you have a price value in one of both sides.[/quote:2ec6fz09]
Yes true that, i will try that again with < >. I do very much like the whole concept of fx dreema. I have been trading manually for quite some time and algo trading has only just started to be of interest as i just get sick of being a slave to the charts. You guys have designed a great tool. I will be getting a subscription for sure in the not to distant future. Still trading manually on my live account. Guess you could say i am going through a learning process, hence my user name, lol. Thanks for getting back to me, i really didn`t know if i would get a response haha.Many thanks,
newlearning.
-
Well, after I launched this website I still didn't know how to enable EAs (AutoTrading button), so...

-
okay, well i have try using greater then and less then. The ea produced is not following the rules. e.g If i specify to buy if bid price is greater than object, object by name. It just places an order even if bid price is less then. It just has a mind of its own. If i specify to wait 10 mins after closing it will not follow this rule either.. It just places an other order on the next bar (1 min chart). Can this issue be fixed. I am hoping so, cause it is kinda just annoying. My strategy which is important for me to automate, well these issues are making it impossible.

-
Object Description is the description of the object, this is not it's price level, it's not even something numeric. Try it like this:
http://i.imgur.com/AnXegqX.png
Also, your block 4 is now Pass, but it will be better if it is "Once per bar", as there is no need to redraw the same line again and again and recalculate the highest point of some past candles again and again.This:
http://i.imgur.com/d7Rz9dk.png
Here "Once per bar" does not wait for 10 minutes after the trade is closed. More that that, it does not know that a trade exists and it does not care. This is just a time filter. -
Check this one:
https://fxdreema.com/shared/eFczZGTGcThe pink group of blocks is to check for the age of the last trade and also to skip that if the loop is empty (in backtsting you have 0 history trades initially, so the loop will be empty in this moment)