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

Rinse 'n Repeat
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4693
Page 5 of 56
Author:  roman01 [ Mon Apr 25, 2016 4:29 pm ]
Post subject:  Rinse 'n Repeat

Thank you Cyberevil for the answer.
Author:  SteveHopwood [ Mon Apr 25, 2016 6:29 pm ]
Post subject:  Rinse 'n Repeat

V 1c is in post 1. Somehow, an important edit I made earlier got lost. :arrrg: Don't try to do this for yourselves. Download the latest version.

:xm:
Author:  szfxtrader [ Mon Apr 25, 2016 6:47 pm ]
Post subject:  Rinse 'n Repeat

SteveHopwood » Mon Apr 25, 2016 6:29 pm wrote:V 1c is in post 1. Somehow, an important edit I made earlier got lost. :arrrg: Don't try to do this for yourselves. Download the latest version.

:xm:
Thank you!
Author:  SteveHopwood [ Mon Apr 25, 2016 7:34 pm ]
Post subject:  Rinse 'n Repeat

Here is one for enthusiastic bloop spotters. During Craptesting, RnR enters an endless loop where it is trying to close a trade that no longer exists, and is not allowed to exit the loop until the trade is closed. Ludo tells me that his has happened to him several times on demo today.

I cannot find it. Anyone here up for the challenge?

:xm:
Author:  SteveHopwood [ Mon Apr 25, 2016 7:44 pm ]
Post subject:  Rinse 'n Repeat

Damn, bollocks, buggery, crap fuck and any other expletive you guys want to add. Some of the code I added this afternoon has gone missing. Not a clue how. It just did.

V 1d is in post one with the fix for something or other that got unfixed whilst I was fixing something else.

This bloody EA worked perfectly until I started messing with it. :arrrg: :arrrg: :arrrg: :arrrg: :arrrg: :arrrg: :arrrg:

:xm:
Author:  SteveHopwood [ Mon Apr 25, 2016 7:46 pm ]
Post subject:  Rinse 'n Repeat

It probably didn't work perfectly. Still making shed loads of pips from it. :clap: :clap: :clap:

:xm:
Author:  Gertje [ Mon Apr 25, 2016 8:02 pm ]
Post subject:  Rinse 'n Repeat

It sure is fun to watch. :yahoo:
RnR isn't shy of trading either, it did 112 trades on 1 single pair today and made over 5% doing it's thing.
This way it pays for my VPS and lunch as well... :mrgreen:
Author:  Bruster400 [ Mon Apr 25, 2016 8:19 pm ]
Post subject:  Rinse 'n Repeat

SteveHopwood » Mon Apr 25, 2016 8:34 pm wrote:
Anyone here up for the challenge?

:xm:
Had the same thing earlier - so here's my tuppence worth. I think it's the "while"s in the simple offset :

Code: Select all

  
while (!result)
{
     result = CloseOrder(LowestBuyTicketNo);               
}//while (!result)
So could add a counter like:

Code: Select all

while (!result)
                  {
                     CloseAttempts++;
                     if (CloseAttempts >= 15)
                      {
                      CloseAttempts = 0;
                      return;
                      }
                     
                     result = CloseOrder(HighestSellTicketNo);
                                    
                  }//while (!result)
Or would "break" rather than "return" get you out of it so you don't miss anything else?
Author:  SteveHopwood [ Mon Apr 25, 2016 8:22 pm ]
Post subject:  Rinse 'n Repeat

Bruster400 » Mon Apr 25, 2016 8:19 pm wrote:
SteveHopwood » Mon Apr 25, 2016 8:34 pm wrote:
Anyone here up for the challenge?

:xm:
Had the same thing earlier - so here's my tuppence worth. I think it's the "while"s in the simple offset :

Code: Select all

  
while (!result)
{
     result = CloseOrder(LowestBuyTicketNo);               
}//while (!result)
So could add a counter like:

Code: Select all

while (!result)
                  {
                     CloseAttempts++;
                     if (CloseAttempts >= 15)
                      {
                      CloseAttempts = 0;
                      return;
                      }
                     
                     result = CloseOrder(HighestSellTicketNo);
                                    
                  }//while (!result)
Or would "break" rather than "return" get you out of it so you don't miss anything else?
The latest version with the replaced fixes hasn't stalled yet in craptesting. The counter thingy always works but I could not see where to add it. Let's just see what happens for now.

:xm:
Author:  TraderJoeForex [ Mon Apr 25, 2016 8:23 pm ]
Post subject:  Rinse 'n Repeat

TraderJoeForex » Mon Apr 25, 2016 7:44 am wrote:..... testing 2pip grid on demo and 5pip grid on cent account :jump:
Round 1.... 2pip vs 5pip

.. 2 pip = 1631pips (GP demo)

vs

5pip = 117pips (RF cent Live)

.. the (fixed) spread eats into my cent account a chunky chunk or two but huge difference none the less and both very positive for one day's hands off trading!!

Draw-down was only about 2 x with 2pip amazingly so going to reverse the test tomorrow :mrgreen:
All times are UTC Page 5 of 56