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

Rinse 'n Repeat
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4693
Page 33 of 56
Author:  kwchau [ Wed May 25, 2016 2:10 am ]
Post subject:  Rinse 'n Repeat

lwphoon » Wed May 25, 2016 10:00 am wrote:I switch off single side complex and my DD has been reduced significantly. It's working well at the moment.
May I ask for how long have you been turned it off ?
Author:  TraderJoeForex [ Wed May 25, 2016 2:28 am ]
Post subject:  Rinse 'n Repeat

FxFoil » Wed May 25, 2016 12:14 am wrote:Greetings
I was wondering what recovery controls anyone is finding useful in reducing DD, like what are the settings, or under what circumstances are they manually introduced etc, or is it mostly ootb.

Any ideas emerging?
I am currently testing HGBnG on the lower timeframes to run alongside RnR on one pair only with matching gridsize so that HGBnG is building a position on breakouts to counterbalance the drawdown and margin that RnR is creating. Trade report below starting yesterday .. have just added Rene's Margin Plot so will let this run and report back once I have some conclusions :youknow:
Author:  Gertje [ Wed May 25, 2016 4:51 am ]
Post subject:  Rinse 'n Repeat

kwchau » Wed May 25, 2016 2:10 am wrote:
lwphoon » Wed May 25, 2016 10:00 am wrote:I switch off single side complex and my DD has been reduced significantly. It's working well at the moment.
May I ask for how long have you been turned it off ?
I'm running a Side by Side test with CSSO on and off for 4 weeks now, DD with CSSO of is half of the DD with CSSO on.

Profit is also 50% higher using the CSSO off.
Author:  lwphoon [ Wed May 25, 2016 6:03 am ]
Post subject:  Rinse 'n Repeat

kwchau » Wed May 25, 2016 10:10 am wrote:
lwphoon » Wed May 25, 2016 10:00 am wrote:I switch off single side complex and my DD has been reduced significantly. It's working well at the moment.
May I ask for how long have you been turned it off ?
About 1.5 weeks.
Author:  kwchau [ Wed May 25, 2016 8:03 am ]
Post subject:  Rinse 'n Repeat

lwphoon » Wed May 25, 2016 2:03 pm wrote:
About 1.5 weeks.
Thank you Wphoon !
Author:  Gertje [ Wed May 25, 2016 6:40 pm ]
Post subject:  Rinse 'n Repeat

When testing for 4 or 6 trades before offsetting starts, I also tried a new pair; EURNZD.
Running with a dollup of 0.01/ 2.000 it generates 1% a day with minimal DD.
This is with the setting of 4 trades before offsetting. The version with 6 trades is doing far less regarding both profit and DD.

Below the TradeChart for the pair with 4 trades/ offsetting.
EURNZDH1.png
It's still early day's, and I'll keep testing this pair.
It differs from the usuall suspect in the way that it has big swings every day, closing the DD on the way back instead of leaving a trail of open orders in the opposite direction.
.
Author:  SteveHopwood [ Wed May 25, 2016 7:41 pm ]
Post subject:  Rinse 'n Repeat

Gertje » Wed May 25, 2016 6:40 pm wrote:When testing for 4 or 6 trades before offsetting starts, I also tried a new pair; EURNZD.
Running with a dollup of 0.01/ 2.000 it generates 1% a day with minimal DD.
This is with the setting of 4 trades before offsetting. The version with 6 trades is doing far less regarding both profit and DD.

Below the TradeChart for the pair with 4 trades/ offsetting.


It's still early day's, and I'll keep testing this pair.
It differs from the usuall suspect in the way that it has big swings every day, closing the DD on the way back instead of leaving a trail of open orders in the opposite direction.
.
Nice one. I have changed my mind about the pairs to trade wanting small volatility. Time and again I see the psychotic GJ leave umpteen trades behind then clear them out in minutes. Big swings is what we need.

On a slightly different matter, I am about to post V 1j. Updating post 1 will take a few minutes, so watch this space.

:xm:
Author:  SteveHopwood [ Wed May 25, 2016 8:22 pm ]
Post subject:  Rinse 'n Repeat

V 1j is in post 1. Please read "EDIT: 25/5/16" for details.

Bloop-spotters, the order of events is:
Lines:
23+ defines some HGI constants.
35 defines the comment to send with the defensive hedge trade.
272+ is the inputs and variables definition block.
594 is the idiot check.
1649 in CountOpenTrades() initialises the variables and they are filled during the function.
3102 sees the return of ReadIndicatorValues() to read HGI.
3242 removes the ea if the user has failed the idiot check.
3378 calls ReadIndicatorValues() to read HGI.
3381+ calls the functions that look to place the hedge and delete it. Our old friend LookForTradeClosure() is back at line 1118. DoWeNeedDefensiveHedge() is at line 3201.

Best not to put this on our live accounts just yet.

:xm:
Author:  Gertje [ Wed May 25, 2016 8:22 pm ]
Post subject:  Rinse 'n Repeat

SteveHopwood » Wed May 25, 2016 7:41 pm wrote: Nice one. I have changed my mind about the pairs to trade wanting small volatility. Time and again I see the psychotic GJ leave umpteen trades behind then clear them out in minutes. Big swings is what we need.

:xm:
I couldn't agree more.
I trade the GBPJPY (and EURAUD) on my live account since 16-5 market opening.
In the past 8 trading day's, GBPJPY made me $325,60 using 0,01 lots...... :yahoo:
Max DD has been $495-ish, so I suggest to be a little more conservative than 0.01/ 2.000 equity or set a higher partialSL than the OOTB 20%.....

EDIT: during the same TF, EURAUD made $304,96 with 0,03 lots.
Author:  TraderJoeForex [ Wed May 25, 2016 10:17 pm ]
Post subject:  Rinse 'n Repeat

SteveHopwood » Wed May 25, 2016 8:22 pm wrote:V 1j is in post 1. Please read "EDIT: 25/5/16" for details.

Bloop-spotters, the order of events is:
Lines:
23+ defines some HGI constants.
35 defines the comment to send with the defensive hedge trade.
272+ is the inputs and variables definition block.
594 is the idiot check.
1649 in CountOpenTrades() initialises the variables and the are filled during the function.
3102 sees the return of ReadIndicatorValues() to read HGI.
3242 removes the ea if the user has failed the idiot check.
3378 calls ReadIndicatorValues() to read HGI.
3381+ calls the functions that look to place the hedge and delete it. Our old friend LookForTradeClosure() is back at line 1118. DoWeNeedDefensiveHedge() is at line 3201.

Best not to put this on our live accounts just yet.

:xm:
Didn't expect this so soon.. thank you Steve :clap:
All times are UTC Page 33 of 56