@l-andorrĂ Thanks. I managed to get it sorted last night. It seemed to be ignoring the two modify stop blocks but once replaced with a trailing stop block the system acted as it should
Latest posts made by hello123starb
-
RE: Constant array out of range ERROR // I cannot for the life of me fix itposted in Questions & Answers
-
RE: HELP NEEDED // Starting to get fed up with FXDREEMAposted in Questions & Answers
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 -
RE: HELP NEEDED // Starting to get fed up with FXDREEMAposted in Questions & Answers
@hello123starb link text Is this correct? Or is it just loading your builder?
Thanks in advance, Told you im abit of a dummy lol
-
RE: HELP NEEDED // Starting to get fed up with FXDREEMAposted in Questions & Answers
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.
-
HELP NEEDED // Starting to get fed up with FXDREEMAposted in Questions & Answers
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. -
RE: Constant array out of range ERROR // I cannot for the life of me fix itposted in Questions & Answers
Screen shotted for people to see. If theres a better way then please tell me. thanks.
-
Constant array out of range ERROR // I cannot for the life of me fix itposted in Questions & Answers
Hi all, I would post my project in here but im not too sure how (not very clear)
Iv currently made an EA (been at it for 40 hours so far) and i cannot for the life of me get past a critical error within the algo due to ''Array out of range''
The codes, neat and easy to read. Not overly complex either so im so confused as to why FXDREEMA is having a meltdown over it.
Anyone could help that would be great!
Also, Iv had this algo working (just not quite like how i want it to be) and it still proves profitable no matter how i change it so if anyone can help you may actually get a working profitable algo.
I really didnt want to post this as iv been using/working on this system for around 5yrs and has passed me multiple prop firm challenges when used manually. But if giving away my tiny secret with the return of having it automated then im willing to take that dive.
Please, any help would be so appreciated. Im at my wits end and losing my mind lol.
Also can someone tell me how to post my project here so people can see it for themselves?? thanks in advance.
-
RE: Pivot point on a RSI input (NEED HELP)posted in Questions & Answers
Sorry, to correct my question
So if RSI goes below 30 - The last RESISTANCE on the RSI line before it went overbought - draw line or just at least get to the point where it acknowledges that level.
same for above 70 (draw last support)_
-
Pivot point on a RSI input (NEED HELP)posted in Questions & Answers
Hi so ill get right into it,
Im wanting to create an EA that plots pivot point like areas on a RSI.
So like a support/demand level, Only on the RSI not the chart.
I also want the High/Low prior to going overbought/sold on the RsiThese levels i need to be determined of the RSI's data not the charts price.
So if RSI goes below 30 - The last support on the RSI line before it went overbought - draw line or just at least get to the point where it acknowledges that level.
Im having trouble with this as i cant think of how to plot these levels using the RSI data and not the charts price levels.
Any help would be SOOOO welcome