Help ! EA Is nearly finished just need ...
- kwanann
- Trader
- Posts: 948
- Joined: Thu Nov 29, 2012 1:53 am
Re: Help ! EA Is nearly finished just need ...
No error message?
I've been trading using OM Dual N EA for the past 2 years, live results can be found over at https://www.fxblue.com/users/kwanann
- aSushiRoll
- Trader
- Posts: 74
- Joined: Fri Apr 05, 2013 10:54 pm
Re: Help ! EA Is nearly finished just need ...
as a temporary workaround you could open new chart on the same symbol to check other TF's, but yeah it's something that you need to fix 
-
phil_trade
Re: Help ! EA Is nearly finished just need ...
followNev wrote:some help in getting it to be totally awesome.
So i set up the EA put it on a chart and let it do its thing. Everything follows my trading logic nicely and I am happy.
However, the market is a fickle beast and sometimes there are reversal candles, news events, psycho levels and many other things that can reverse a trend. So I tend to close out the trade and wait for the next set up.
Sometimes I even flick between time frames to see if Price Action is revealing something in a higher time frame. All of the above is seems okay until the next signal candle comes a long and my EA no longer places a pending order..... grrrrr.
The only way I have to rectify this is to shut down Empty4 and restart the application. Or to delete the EA off the chart and re-install it.
What have I misses out of the code ? What are the main reasons for EA's not initializing when something changes in the terminal eg. close trade or on the chart eg. move stop loss.
Any help in places to look to resolve this will be much appreciated.
Thanks in advance.
Nev
Hi
without the code to check, I could be impossible to help ! Publish it.
Probably a logical error... and without a debugger, quite impossible to find.
- kwanann
- Trader
- Posts: 948
- Joined: Thu Nov 29, 2012 1:53 am
Re: Help ! EA Is nearly finished just need ...
if there is no error.. either the EA is not triggering the signal or somehow its being turned off based on some flag in the EA..
I've been trading using OM Dual N EA for the past 2 years, live results can be found over at https://www.fxblue.com/users/kwanann
-
dietcoke
- Trader
- Posts: 162
- Joined: Tue Nov 15, 2011 9:59 pm
Re: Help ! EA Is nearly finished just need ...
I'll take a look. PM the EA if you don't want to publish.followNev wrote:If the coder doesn't get back to me I will send the code out for review to anyone able to help.phil_trade wrote: Hi
without the code to check, I could be impossible to help ! Publish it.
Probably a logical error... and without a debugger, quite impossible to find.
Just wanted to try and figure out what the problem could be. Never had an EA do this before.
