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

Steve's 10.6 EA manual trading aids
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3273
Page 10 of 15
Author:  SteveHopwood [ Fri Dec 13, 2013 4:38 pm ]
Post subject:  Re: Steve's 10.6 EA manual trading aids

matt_32 wrote:Great tools, helped me improve my trading greatly!

Does anybody experiance any freezing using these EA's ?

Matt
Me.

:D
Author:  SteveHopwood [ Fri Dec 13, 2013 6:41 pm ]
Post subject:  Re: Steve's 10.6 EA manual trading aids

V 1a of the Flexible Stoch EA's is in post 1.

I decided to delete irrelevant code from the trade decision process. Doing so lead me to a bloop in the indi reading code.

You can force the ea's to send a trade whilst the markets are still open. Go to line 979 insert into the buy version:
StochVal[1] = 0;
StochVal[0] = 30;

Recompile and the ea will send the trade. Use, say, 100 and 70 in the sell version.

Whichever version is on the wrong side of the moving averages will then immediately send the trade, then close the trade and suspend itself.

Don't forget to remove the trade-forcing code once you have finished - I am always doing that. :oops:

:D
Author:  SteveHopwood [ Sat Dec 14, 2013 2:49 pm ]
Post subject:  Re: Steve's 10.6 EA manual trading aids

fxozgirl wrote:
Steve...I have been demo trading 10.6 Edsel manually by just setting pending trades (so not using your helper EA's), but have been trying to implement as required a mini recovery system similar to what you have described above, however on occasions have missed being able to close out trades as they reach break even or better by not being at the pc at the time.

Is it possible (and if you have time) for you to write a 'recovery only' management EA that can be placed on a chart that could take over management of multiple trades of the same pair. Simplified user inputs to include close at break even, close at x pips above breakeven?
So to be clear the EA wouldn't take trades, only manage those trades (by currency pair) already open.

:?:

Thanks :D
Post 1 Shelley; you can't miss it.

:D
Author:  kwchau [ Sun Dec 15, 2013 12:45 pm ]
Post subject:  Re: Steve's 10.6 EA manual trading aids

SteveHopwood wrote:V 1a of the Flexible Stoch EA's is in post 1.

I decided to delete irrelevant code from the trade decision process. Doing so lead me to a bloop in the indi reading code.

You can force the ea's to send a trade whilst the markets are still open. Go to line 979 insert into the buy version:
StochVal[1] = 0;
StochVal[0] = 30;

Recompile and the ea will send the trade. Use, say, 100 and 70 in the sell version.

Whichever version is on the wrong side of the moving averages will then immediately send the trade, then close the trade and suspend itself.

Don't forget to remove the trade-forcing code once you have finished - I am always doing that. :oops:

:D
Thank you Steve, will test it out !

I understand that as it is coded right now, all the Stoch EAs do not check the prevailing trend. I may be wrong but this is my observation of past testing results. One safety feature which could be useful for all Stoch EAs including the Flexible EAs is that the EA will be disabled when it is put on a chart with the wrong trend. It could prevent a trader may accidentally put on a Stoch Sell EA on a chart where PA is in an UT or vice versa. Hopefully some costly silly mistake can be avoided.
Author:  fxozgirl [ Sun Dec 15, 2013 8:05 pm ]
Post subject:  Re: Steve's 10.6 EA manual trading aids

SteveHopwood wrote:
fxozgirl wrote:
Steve...I have been demo trading 10.6 Edsel manually by just setting pending trades (so not using your helper EA's), but have been trying to implement as required a mini recovery system similar to what you have described above, however on occasions have missed being able to close out trades as they reach break even or better by not being at the pc at the time.

Is it possible (and if you have time) for you to write a 'recovery only' management EA that can be placed on a chart that could take over management of multiple trades of the same pair. Simplified user inputs to include close at break even, close at x pips above breakeven?
So to be clear the EA wouldn't take trades, only manage those trades (by currency pair) already open.

:?:

Thanks :D
Post 1 Shelley; you can't miss it.

:D
thanks Steve, much appreciated :clap:
Author:  SteveHopwood [ Sun Dec 15, 2013 8:40 pm ]
Post subject:  Re: Steve's 10.6 EA manual trading aids

fxozgirl wrote:
SteveHopwood wrote:
fxozgirl wrote:
Steve...I have been demo trading 10.6 Edsel manually by just setting pending trades (so not using your helper EA's), but have been trying to implement as required a mini recovery system similar to what you have described above, however on occasions have missed being able to close out trades as they reach break even or better by not being at the pc at the time.

Is it possible (and if you have time) for you to write a 'recovery only' management EA that can be placed on a chart that could take over management of multiple trades of the same pair. Simplified user inputs to include close at break even, close at x pips above breakeven?
So to be clear the EA wouldn't take trades, only manage those trades (by currency pair) already open.

:?:

Thanks :D
Post 1 Shelley; you can't miss it.

:D
thanks Steve, much appreciated :clap:
Just remember I coded it without the ability to test it. Granted, all I really had to do was strip out the trading code from one of the helper ea's, so it should be ok, but do the usual and test it on demo first.

:D
Author:  Jemook [ Mon Dec 16, 2013 1:06 am ]
Post subject:  Re: Steve's 10.6 EA manual trading aids

Hi Steve, testing out the flexies today, will let you know how I go!
Author:  fxozgirl [ Wed Dec 18, 2013 10:24 am ]
Post subject:  Re: Steve's 10.6 EA manual trading aids

SteveHopwood wrote:
fxozgirl wrote:
SteveHopwood wrote:
fxozgirl wrote:
Steve...I have been demo trading 10.6 Edsel manually by just setting pending trades (so not using your helper EA's), but have been trying to implement as required a mini recovery system similar to what you have described above, however on occasions have missed being able to close out trades as they reach break even or better by not being at the pc at the time.

Is it possible (and if you have time) for you to write a 'recovery only' management EA that can be placed on a chart that could take over management of multiple trades of the same pair. Simplified user inputs to include close at break even, close at x pips above breakeven?
So to be clear the EA wouldn't take trades, only manage those trades (by currency pair) already open.

:?:

Thanks :D
Post 1 Shelley; you can't miss it.

:D
thanks Steve, much appreciated :clap:
Just remember I coded it without the ability to test it. Granted, all I really had to do was strip out the trading code from one of the helper ea's, so it should be ok, but do the usual and test it on demo first.

:D
Working just fine thanks Steve :clap:
Author:  SteveHopwood [ Wed Dec 18, 2013 11:11 am ]
Post subject:  Re: Steve's 10.6 EA manual trading aids

fxozgirl wrote:
SteveHopwood wrote:
fxozgirl wrote:
SteveHopwood wrote:
fxozgirl wrote:
Steve...I have been demo trading 10.6 Edsel manually by just setting pending trades (so not using your helper EA's), but have been trying to implement as required a mini recovery system similar to what you have described above, however on occasions have missed being able to close out trades as they reach break even or better by not being at the pc at the time.

Is it possible (and if you have time) for you to write a 'recovery only' management EA that can be placed on a chart that could take over management of multiple trades of the same pair. Simplified user inputs to include close at break even, close at x pips above breakeven?
So to be clear the EA wouldn't take trades, only manage those trades (by currency pair) already open.

:?:

Thanks :D
Post 1 Shelley; you can't miss it.

:D
thanks Steve, much appreciated :clap:
Just remember I coded it without the ability to test it. Granted, all I really had to do was strip out the trading code from one of the helper ea's, so it should be ok, but do the usual and test it on demo first.

:D
Working just fine thanks Steve :clap:
Great.

:D
Author:  kwchau [ Thu Dec 19, 2013 7:13 am ]
Post subject:  Re: Steve's 10.6 EA manual trading aids

Steve, glad to report that in the last few days, test results of the new Flexible Stoch EAs are fine. They are really useful to automate the trading process. Thank you !
All times are UTC Page 10 of 15