Error 8 on EA
-
Hi everyone,
This is my first post. I have made an EA and received an error 8 message after the trades were activated. This prevented T/P & T/S being modified.
The below illustrates the EA.

It is the RSI moving into an acceptable range, and then the price being above/below a certain deviation on a bollinger band. It looks like the trades will be entered into, but then the T/S & T/P will not be entered and then modified each tick.
Where am I going wrong? Any help would be greatly appreciated.
-
Welcome to the forum!
Can you please make a shared link to your project? From the upper left menu.Couple tips:
- "Once per tick" is useless, because your ea runs once per tick anyway
- You should make a separate logic flow for the trailing stops (and other blocks that control opened trades)
-
Thanks!
I am still a little confused with how to make a shared link. Which upper left menu? I am using the fxDreema demo website.A seperate logic flow, but with the block numbers still at the start for the trailing stops?