Rinse 'n Repeat

Post Reply
xfactornos
Trader
Posts: 115
Joined: Fri May 23, 2014 5:43 pm
Location: Where I am...

Rinse 'n Repeat

Post by xfactornos »

TraderJoeForex » Mon Apr 25, 2016 4:23 pm wrote:
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 spread eats into the 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:
Nice TraderJoe. My results so far running OOTB on GJ. so 5pip
2016-04-25_1628.png
I am going to fire up a 2 pip demo and see what does better.
You do not have the required permissions to view the files attached to this post.
John 3:16
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Rinse 'n Repeat

Post by SteveHopwood »

SteveHopwood » Mon Apr 25, 2016 8:22 pm wrote:
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:
I spoke too soon. Looking into this solution instead.

:xm:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Rinse 'n Repeat

Post by SteveHopwood »

V 1e is in post 1. It contains the fix that Bruster suggested to the endless loop thingy. This is an essential download folks. You may not have experienced the thingy yet, but you will.

I loaded up RnR onto a GJ chart on my live account earlier today. I understand the risks of doing so with code at a relatively early stage in development, and so traded 0.01 lots, a fraction of a realistic trade size. I am up so far 155 pips even with the hiccups.

And yes, I have loaded each update onto my live account. I try hard not to be an idiot. There will be those here desperately clinging on to 1b or some such because the problems with it have yet to bite them on the bum. They are dimwits.

:xm:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Rinse 'n Repeat

Post by SteveHopwood »

V 1f is in post 1.

I have reached the wrist-slashing stage and cannot be bothered to explain. Just take it from me ok? You need the update.

I am going to bed.
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
szfxtrader
Trader
Posts: 377
Joined: Sun Feb 10, 2013 9:36 am

Rinse 'n Repeat

Post by szfxtrader »

SteveHopwood » Mon Apr 25, 2016 11:19 pm wrote:V 1f is in post 1.

I have reached the wrist-slashing stage and cannot be bothered to explain. Just take it from me ok? You need the update.

I am going to bed.
GN, and thank you.
szfxtrader
Trader
Posts: 377
Joined: Sun Feb 10, 2013 9:36 am

Rinse 'n Repeat

Post by szfxtrader »

Hi Steve,

I would like to let you know what a noticed today about the baseline, after the EA has closed "all the positions", and kept just one(short) opened, the price of the baseline(160.750) wasn't the same as the open position(160.699), I don't know if it is right or not, just would like to let you know. All the best.
User avatar
Gertje
Trader
Posts: 1936
Joined: Mon Dec 12, 2011 1:17 pm
Location: Middle of the Netherlands

Rinse 'n Repeat

Post by Gertje »

szfxtrader » Tue Apr 26, 2016 5:39 am wrote:Hi Steve,

I would like to let you know what a noticed today about the baseline, after the EA has closed "all the positions", and kept just one(short) opened, the price of the baseline(160.750) wasn't the same as the open position(160.699), I don't know if it is right or not, just would like to let you know. All the best.
The baseline has the value of the last opened position, not necessary the last remaining open position.
szfxtrader
Trader
Posts: 377
Joined: Sun Feb 10, 2013 9:36 am

Rinse 'n Repeat

Post by szfxtrader »

Gertje » Tue Apr 26, 2016 5:41 am wrote: The baseline has the value of the last opened position, not necessary the last remaining open position.
OK, thanks for your reply. It creates a small gap, I don't know if it should be updated to price of the last remaining open position.
spymez
Trader
Posts: 18
Joined: Wed Feb 29, 2012 1:33 pm

Rinse 'n Repeat

Post by spymez »

From my reading and re-reading am I to assume this EA is time-frame independent? I see some are using M5 and H4 TF. What if any is the difference? Thanks
szfxtrader
Trader
Posts: 377
Joined: Sun Feb 10, 2013 9:36 am

Rinse 'n Repeat

Post by szfxtrader »

spymez » Tue Apr 26, 2016 6:34 am wrote:From my reading and re-reading am I to assume this EA is time-frame independent? I see some are using M5 and H4 TF. What if any is the difference? Thanks
Any TF is fine, pick one! : )
Post Reply

Return to “Automated trading systems”