HELP NEEDED // Starting to get fed up with FXDREEMA
-
Ok so FXDREEMA is really starting to get on my nerves.
I made a post earlier that i had to search and fix myself however i cannot delete it so please ignore.
HOWEVER. After i have fixed it i have hit yet another issue.
My algo is listening to the ''modify stops'' for my buys (if RSI goes above 70 = move stops to lowest candle price 10) and it completes it fine.
However, when i put ''modify stops'' for sells (If RSI goes below 30 = move stops to highest candle price 10) the algo just completely ignores it and holds them until SL is hit (Sl set when order is opened, not the SL determined by the new ''modify stops'')
The code is so easy to read that it makes 0 sense to me as to why fxdreema isnt listening to that block.
It can do it with the Buys, So why not the sells?please help. Just bought a new sub of this platform and with no one to help it renders it a pretty pointless transaction.

As you can see ''if price crosses above RSI 70'' = ''modify stops of trades'' works for buys.
The layout is exactly the same yet it ignores the ''modify stops of trades'' for sells. -
Add a shared link so block internals can be checked.
-
Thanks for your comment!
sorry to be a dummy, But could you explain what you mean? Thanks in advance.
Im no wiz with this kinda thing, So please dont take my lack of knowledge as ignorance or lazyness.
-
@hello123starb link text Is this correct? Or is it just loading your builder?
Thanks in advance, Told you im abit of a dummy lol
-
There's nothing there-builder page-create shared project link-open in web page-copy address bar and place here
-
-
Looks like nothing wrong, try and use pink blocks, for each trade-modify stops, use this in place of blue
-
Thanks
Yeah it turned out the two modify stop blocks where causing the error. Switched them to trailing losses with the same logic and it worked
Just now got to work out how to only allow 1 pending order at a time, when a new one arrives i want it to delete the old one.
That and opening a trade in the opposite direction once a trade hits SL -
@hello123starb said in HELP NEEDED // Starting to get fed up with FXDREEMA:
Ok so FXDREEMA is really starting to get on my nerves.
I made a post earlier that i had to search and fix myself however i cannot delete it so please ignore.
HOWEVER. After i have fixed it i have hit yet another issue.
My algo is listening to the ''modify stops'' for my buys (if RSI goes above 70 = move stops to lowest candle price 10) and it completes it fine.
However, when i put ''modify stops'' for sells (If RSI goes below 30 = move stops to highest candle price 10) the algo just completely ignores it and holds them until SL is hit (Sl set when order is opened, not the SL determined by the new ''modify stops'')
The code is so easy to read that it makes 0 sense to me as to why fxdreema isnt listening to that block.
It can do it with the Buys, So why not the sells?please help. Just bought a new sub of this platform and with no one to help it renders it a pretty pointless transaction.

As you can see ''if price crosses above RSI 70'' = ''modify stops of trades'' works for buys.
The layout is exactly the same yet it ignores the ''modify stops of trades'' for sells.this is a DIY platform of a DIY community. Many here are experts who VOLUNTEER their free time to reply to everyone. DIY isn't for everyone, so either you need more time to learn, or money. Hire someone else to do it in full and then you can learn. Hell, I think a few people here will teach you one on one!