Author Topic: BUG ?  (Read 14632 times)

Tags:
  • All members
  • Posts: 490
  • Gender: Male
BUG ?
« on: 23 Nov 2013, 04:13 »
Please see attached trigger compilation.
There is one called Equipace 3
I want to change the sub block to an OR condition.
That is
AND
AND
AND
AND
AND-> OR

Everytime I change is and Save conditions it reverts to AND
Tried in outside the trigger in the Editor and same result.

It will not save the OR condition in the sub block???

Can some try and make the change as required. I ma using the lastest version.
 
Improvise Adapt Overcome

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: BUG ?
« Reply #1 on: 23 Nov 2013, 07:01 »
hi londolozi
i have tried and there is no problems.
for a sub block to be OR, there has to be 2 sub blocks not 1, you cannot have OR, if there is only 1 sub block, it is not logical.
you can have the 2 conditions in the sub block set to OR
if you want to have your first 4 conditions OR the second 2 conditions, then put the first 4 conditions in a block of there own.
so you would have 1 block with your 4 conditions and 1 block with the 2 conditions and the blocks set to OR.
i have altered the trigger for you to see.


mcbee

download the trigger below
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 490
  • Gender: Male
Re: BUG ?
« Reply #2 on: 23 Nov 2013, 07:44 »
Thanks mcbee.
Not a condition I have used much.
Improvise Adapt Overcome

  • All members
  • Posts: 490
  • Gender: Male
Re: BUG ?
« Reply #3 on: 23 Nov 2013, 07:51 »
But does that mean either the 4 conditions are OR the 2 conditions are met?
Improvise Adapt Overcome

  • All members
  • Posts: 490
  • Gender: Male
Re: BUG ?
« Reply #4 on: 23 Nov 2013, 07:57 »
Actually I think this is what I wanted
Improvise Adapt Overcome

  • All members
  • Posts: 490
  • Gender: Male
Re: BUG ?
« Reply #5 on: 24 Nov 2013, 01:30 »
The trigger image is in the previous msg.
here is the Excel and trigger log images.
Why won't this work?
Improvise Adapt Overcome

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: BUG ?
« Reply #6 on: 24 Nov 2013, 07:09 »
hi
why are you showing sheet1, when the trigger is calling for sheet querymarket_id
are they the same figures.


mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 490
  • Gender: Male
Re: BUG ?
« Reply #7 on: 24 Nov 2013, 07:26 »
Here's the cell_query sheet. It seems obvious why it failed. It appear MFPro has not transferred the data in the imported from sheet 1 on to the querymarket sheet. 29 should have gone to cell P16 and 0.0085 P17. As you can deduce from the other runners? I have not touched the sheet.
Improvise Adapt Overcome

  • All members
  • Posts: 490
  • Gender: Male
Re: BUG ?
« Reply #8 on: 24 Nov 2013, 08:07 »
I tested another race and the same thing happened, see image?

MFPro is not transferring to place market sheets correctly.
Improvise Adapt Overcome

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: BUG ?
« Reply #9 on: 24 Nov 2013, 08:45 »
hi
can you add a screenshot or/and list of your excel formulas from mfp


mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 490
  • Gender: Male
Re: BUG ?
« Reply #10 on: 24 Nov 2013, 09:08 »
This may be something for Oxa. I think I have found the issue.
I tested another race this time with the horse 'The Danehill Rose' which had the prior Excel data 6,9 in cols B & C

I changed this (B,C) to 29 & 0.0085. Pls see attached image what happened when the market started refreshing.

Prior to the last update I highlighted to Oxa how when you tick clear previous cells.
In the last update "5.   The setting “Clear previously imported cells” has changed its behaviour. It will now make the program delete all custom cells assigned to all selections in all markets before importing new ones from Excel. Moreover, the old imported cells will also be cleared from the corresponding market “queryxxxx” sheets."
http://community.welldonesoft.com/announcements-1/version-7-1-0-6/msg23438/#msg23438

Data seems to have  kept the 9 (orig Col C) and added the new data 29 and 0.0085 but in the wrong positions.

The import data work correctly and my data is Sheet1, A1:C500, Col: P

The error seems to only occur when I overwrite previous cells. 
Improvise Adapt Overcome

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: BUG ?
« Reply #11 on: 24 Nov 2013, 10:55 »
hi
i have emailed support about this problem.

mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: BUG ?
« Reply #12 on: 27 Nov 2013, 11:54 »
Hi londolozi,

Sorry for the delay, been abroad for several days.

I'm trying to tune in to this problem and doing some tests, but obviously I'm missing some particulars.

Please read what I do below and tell me whether it is the same thin that you're doing, or if there is anything else.

1. Click "Launch Excel", wait till a market appears in the sheet.
2. Rename one of the spare sheets from Sheet1 to MySheet.
3. Fill A1:A2 with the names of horses in the market. Fill B1:C2 with some random data, numeric and textual.
4. Open Settings, switch to Excel. Press "Import Selection Cells". Sheet name: MySheet, Range: A1:C2, Output starting column: P. "Clear previously imported cells" is ON.
5. Program says it's imported data for 2 horses, ok. Checking that the new values appeared in the market sheet after the first refresh.
6. Getting back to MySheet and changing the values in B1:C2.
7. Doing steps 4-5. In both cases the new values appear in the first two cells of each selection in column P.

Can you tell me which steps go wrong in your case?
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 490
  • Gender: Male
Re: BUG ?
« Reply #13 on: 28 Nov 2013, 08:10 »
1. same
2. almost the same (I don't rename, I just import sheet1)
3. same
4. same
5. same
6. same
7. same

Up until step 5 it all works as expected.
When you change the data on a horse and import new data that when things go wrong. I have established the same happens in the win market as the place market. See the attached images.
Improvise Adapt Overcome

  • All members
  • Posts: 490
  • Gender: Male
Re: BUG ?
« Reply #14 on: 28 Nov 2013, 09:26 »
I'll test another race .
Albany AUS race 6

Original imported data.
TO MY EYE , 3 , 0.85%
SENTOKI , 29 , 0.50%

Here is the second data
TO MY EYE , 29 , 0.40%
SENTOKI , 2 , 0.70%

See image 1 (win market after first import)
There appears to already be a bug with Sentoki however it may be the No.29
Disregard other horses as I was using a race I imported early this day but you will note all other imports are ok expect where I have used 29)

Image 2 is the place market with teh same result. Error with Sentoki.

Now I change the import data.
Image 3 Sentoki is ok. Now To My Eye has the error with 29 and 0.004

Image 4 same as above.

Image 5 was the imported data

I have used number up to 25 before with no apparent errors. When I have started using 29 things have gone wrong. There may be other numbers. Good luck. I hope you find it quickly. In the mean time I will use another number.
 
 
Improvise Adapt Overcome

 

Please note, BetFair is seems to be currently OFFLINE