Pipcruiser's Pipmasher 'n' Grid

Post your derivatives/discussion threads here.
User avatar
patmontes
Trader
Posts: 367
Joined: Wed Apr 23, 2014 10:42 pm

Pipcruiser's Pipmasher 'n' Grid

Post by patmontes »

This is Version 1 H4
Setfile attached... :good:
Haven't had the chance to test on Daily yet
You do not have the required permissions to view the files attached to this post.
bazze

Pipcruiser's Pipmasher 'n' Grid

Post by bazze »

I get loooots of these error, using patmontes set file?
You do not have the required permissions to view the files attached to this post.
User avatar
patmontes
Trader
Posts: 367
Joined: Wed Apr 23, 2014 10:42 pm

Pipcruiser's Pipmasher 'n' Grid

Post by patmontes »

Oh I'm still using version 1
bazze

Pipcruiser's Pipmasher 'n' Grid

Post by bazze »

patmontes » Thu Mar 03, 2016 5:25 pm wrote:Oh I'm still using version 1
Could you please share it?
User avatar
Gertje
Trader
Posts: 1936
Joined: Mon Dec 12, 2011 1:17 pm
Location: Middle of the Netherlands

Pipcruiser's Pipmasher 'n' Grid

Post by Gertje »

patmontes » Thu Mar 03, 2016 3:24 am wrote:This is Version 1 H4
Setfile attached... :good:
Haven't had the chance to test on Daily yet
What currency is your account?
Peepaws
Trader
Posts: 121
Joined: Thu Nov 27, 2014 11:19 pm

Pipcruiser's Pipmasher 'n' Grid

Post by Peepaws »

OH MY GOD, move over Steve! I managed to fix the Arraysort error myself :yahoo:
Arraysort.jpg

I searched Arraysort in crapeditor and found only one entry, and it had to do with FIFO, which I do not need. Commented it out, compiled and no more error and the pairs that were giving errors will now trade!

Line 3195 ArraySort(FifoTicket, WHOLE_ARRAY, 0, MODE_DESCEND);

changed to

Line 3195 //ArraySort(FifoTicket, WHOLE_ARRAY, 0, MODE_DESCEND);

So anyway if you're not in the US this should work for you. I'm ready to be shot down now! 8-)
You do not have the required permissions to view the files attached to this post.
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.

Pipcruiser's Pipmasher 'n' Grid

Post by SteveHopwood »

Peepaws » Fri Mar 04, 2016 4:06 am wrote:OH MY GOD, move over Steve! I managed to fix the Arraysort error myself :yahoo:

I searched Arraysort in crapeditor and found only one entry, and it had to do with FIFO, which I do not need. Commented it out, compiled and no more error and the pairs that were giving errors will now trade!

Line 3195 ArraySort(FifoTicket, WHOLE_ARRAY, 0, MODE_DESCEND);

changed to

Line 3195 //ArraySort(FifoTicket, WHOLE_ARRAY, 0, MODE_DESCEND);

So anyway if you're not in the US this should work for you. I'm ready to be shot down now! 8-)
Fantastic to see you work this out for yourself. :clap: :clap: :clap: :clap: I love seeing people delving under the bonnet.

Can you do me a favour please? Can you try this:

Code: Select all

if (ArraySize > 0)
         ArraySort(FifoTicket, WHOLE_ARRAY, 0, MODE_DESCEND);
to see if the error arises because there were no ticket numbers to sort? A zero size array would probably throw up the error.

: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.
Peepaws
Trader
Posts: 121
Joined: Thu Nov 27, 2014 11:19 pm

Pipcruiser's Pipmasher 'n' Grid

Post by Peepaws »

Can you do me a favour please? Can you try this:

Code: Select all

if (ArraySize > 0)
         ArraySort(FifoTicket, WHOLE_ARRAY, 0, MODE_DESCEND);
to see if the error arises because there were no ticket numbers to sort? A zero size array would probably throw up the error.

:xm:
Didn't work fully but isn't causing errors in the expert tab.
You do not have the required permissions to view the files attached to this post.
User avatar
martyw
Posts: 3
Joined: Mon Dec 15, 2014 12:36 am
Location: the Netherlands

Pipcruiser's Pipmasher 'n' Grid

Post by martyw »

Peepaws » 04 Mar 2016, 14:51 wrote:
Can you do me a favour please? Can you try this:

Code: Select all

if (ArraySize > 0)
         ArraySort(FifoTicket, WHOLE_ARRAY, 0, MODE_DESCEND);
to see if the error arises because there were no ticket numbers to sort? A zero size array would probably throw up the error.
Didn't work fully but isn't causing errors in the expert tab.
try

Code: Select all

if (ArraySize(FifoTicket) > 0)
         ArraySort(FifoTicket, WHOLE_ARRAY, 0, MODE_DESCEND);
 
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.

Pipcruiser's Pipmasher 'n' Grid

Post by SteveHopwood »

martyw » Fri Mar 04, 2016 8:14 pm wrote:
try

Code: Select all

if (ArraySize(FifoTicket) > 0)
         ArraySort(FifoTicket, WHOLE_ARRAY, 0, MODE_DESCEND);
 
Please try this on Monday. It was what I intended to type but missed out the important bit. Thanks martyw. :clap:

: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.
Post Reply

Return to “Pipcruiser's Pipmasher forum”