stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

An unhijacked helper for Evaluator's SAFT trading system
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=768
Page 5 of 6
Author:  fx800 [ Wed Aug 29, 2012 5:03 pm ]
Post subject:  Re: An unhijacked helper for Evaluator's SAFT trading system

I would greatly appreciate if anyone running the helper ea share your experience please.

I would be away from my laptop during the day from next week and hence would not be able to draw the chart trendline. Will try to adapt the ea to enter on close above/below 50 SMA on M15 charts (LDHT on FF apparently finds this works for him using his ea).

Will report results if successful. Will open another thread to report this to avoid contaminating this one.

Peter
Author:  SteveHopwood [ Fri Aug 31, 2012 10:35 am ]
Post subject:  Re: An unhijacked helper for Evaluator's SAFT trading system

V 1f is in post 1.

It looks as though I had coded a calculation that doubled the number of pips in the stop loss, so that doubling again for the take profit was 4 times the stop. No wonder those tp's were such a long way away.

It looks as though it might have been possible to set a stop loss at a fractal that was, for example, higher than the open price of a buy trade. This would cause a trade to close immediately it opened. I have fixed this.

There my still be bugs.

:D
Author:  fx800 [ Fri Aug 31, 2012 1:22 pm ]
Post subject:  Re: An unhijacked helper for Evaluator's SAFT trading system

SteveHopwood wrote:V 1f is in post 1.

It looks as though I had coded a calculation that doubled the number of pips in the stop loss, so that doubling again for the take profit was 4 times the stop. No wonder those tp's were such a long way away.

It looks as though it might have been possible to set a stop loss at a fractal that was, for example, higher than the open price of a buy trade. This would cause a trade to close immediately it opened. I have fixed this.

There my still be bugs.

:D
Thanks, Steve.

Peter
Author:  fx800 [ Fri Aug 31, 2012 1:35 pm ]
Post subject:  Re: An unhijacked helper for Evaluator's SAFT trading system

Small typo error

//Short trade
//Trendline colour
if (!TradeShort) SendShort = false;//Depends on trendline colour
//OBV
if (ObvVal >= AvObv) SendShort = false;
//Market cross of chart trendline
if (Bid >= ChartTrendVal) SendShort = false;
if (Open[1] < PrevChartTrendVal) SendShort = false;
//Market must be below chart Moving Average
if (MaPeriod > 0 && Bid >= MaVal) SendLong = false;

Should have been SendShort = false for the last line.

Peter
Author:  SteveHopwood [ Fri Aug 31, 2012 1:37 pm ]
Post subject:  Re: An unhijacked helper for Evaluator's SAFT trading system

fx8000 wrote:Small typo error

//Short trade
//Trendline colour
if (!TradeShort) SendShort = false;//Depends on trendline colour
//OBV
if (ObvVal >= AvObv) SendShort = false;
//Market cross of chart trendline
if (Bid >= ChartTrendVal) SendShort = false;
if (Open[1] < PrevChartTrendVal) SendShort = false;
//Market must be below chart Moving Average
if (MaPeriod > 0 && Bid >= MaVal) SendLong = false;

Should have been SendShort = false for the last line.

Peter
Thanks Peter. This will explain some of the non-trades when trades were expected.

You add your own fix for now, and I will place a fixed version in post 1 in a few minutes.

:D
Author:  SteveHopwood [ Fri Aug 31, 2012 3:48 pm ]
Post subject:  Re: An unhijacked helper for Evaluator's SAFT trading system

V 1g is in post one for those of you who cannot apply Peter's fix yourselves.

:D
Author:  fx800 [ Fri Aug 31, 2012 4:18 pm ]
Post subject:  Re: An unhijacked helper for Evaluator's SAFT trading system

Hi Steve

A "new toy" PM to attract more participants ?

I think SAFT shows great promise.

Peter
Author:  Jason Rogers [ Fri Aug 31, 2012 7:17 pm ]
Post subject:  Re: An unhijacked helper for Evaluator's SAFT trading system

fx8000 wrote:It is a pity my FXCM demo is showing off quotes today.

There was a potential profitable trade on EURUSD this morning. The ea was trying to send a buy order with a break of trendline but failed with error warning "off quotes".

I also posted SAFT with LDHT's settings on FF http://www.forexfactory.com/showthread. ... ost5963371 post #235.

Peter
Hi Peter,

We have been having reports of tech issues on our Empty4 platform this week. Primarily it has been affecting demos, but some live accounts may also have been affected.

If anyone has a live Empty4 account with us that had a trade adversely affected due to a tech issue, please email me the details at jrogers@fxcm.com. The Trade Audit Committee can look into what happened and make a credit to your account for losses resulting from a tech issue on our end.

Our tech team is working to resolve this issue with our Empty4 platform. When the trading desk closes this weekend they will be able to implement some fixes to the Empty4 servers. I apologize for the inconvenience.

Jason
Author:  fx800 [ Fri Aug 31, 2012 7:29 pm ]
Post subject:  Re: An unhijacked helper for Evaluator's SAFT trading system

Jason Rogers wrote:
fx8000 wrote:It is a pity my FXCM demo is showing off quotes today.

There was a potential profitable trade on EURUSD this morning. The ea was trying to send a buy order with a break of trendline but failed with error warning "off quotes".

I also posted SAFT with LDHT's settings on FF http://www.forexfactory.com/showthread. ... ost5963371 post #235.

Peter
Hi Peter,

We have been having reports of tech issues on our Empty4 platform this week. Primarily it has been affecting demos, but some live accounts may also have been affected.

If anyone has a live Empty4 account with us that had a trade adversely affected due to a tech issue, please email me the details at jrogers@fxcm.com. The Trade Audit Committee can look into what happened and make a credit to your account for losses resulting from a tech issue on our end.

Our tech team is working to resolve this issue with our Empty4 platform. When the trading desk closes this weekend they will be able to implement some fixes to the Empty4 servers. I apologize for the inconvenience.

Jason
Thanks Jason. Fortunately, it was a demo acct.

Peter
Author:  SteveHopwood [ Fri Aug 31, 2012 9:33 pm ]
Post subject:  Re: An unhijacked helper for Evaluator's SAFT trading system

fx8000 wrote:Hi Steve

A "new toy" PM to attract more participants ?

I think SAFT shows great promise.

Peter
So so I, but I sent a board-wide pm drawing attention to it after my attention was drawn to it by one of our members.

Anyone interested will already have found their way here.

:D
All times are UTC Page 5 of 6