Pages:
Actions
  • #16 by racepro on 30 May 2020
  • Is there a way of adding the bet amount to the text file ?
  • #17 by MarkV on 31 May 2020
  • If the bet amounts are in the next column in Excel, save the Excel file as Tab Delimited text. Triggering will be different to selections name is in file as above.

    The text file will need to be imported into MFP (can be automated). The bet amount is then accessible in a variable imported_1 

    This article describes it and shows how to write a trigger using the imported values
    https://marketfeeder.co.uk/learn/articles/automating-betting-tips/ 

    in your trigger you would put imported_1 in the amount field
  • #18 by racepro on 01 Jun 2020
  • A tricky thing configuring it to bet via Excel to txt file.
    I failed in several attempts.
    Here's what I did.
    1)  Saved an Excel file to Tab Delimited File contained names in one column and bet amount in the other.
    2)  list in file saved to user owner mfp 8
    3)  imported_1 in back amount

    It worked if I just used the text file no bet amounts and names in "" 

    Where am I going wrong ? any idea ? 

    I was unsure what you meant by  "Triggering will be different to selections name is in file as above".  
    Condition is: FALSE.
    12:25:26Checking condition and Selection's Name is in file C:\Users\IAN\MarketFeeder Pro 8\Bets.txt.
  • #19 by MarkV on 01 Jun 2020
  • The trigger posted earlier will work if just the selections names are in the file. To be able to use data linked to specific selections e.g. bet amounts, the text file needs to be imported to MFP as described in this article
    https://marketfeeder.co.uk/learn/articles/automating-betting-tips/


    • settings > monitoring options > market refresh > start monitoring 3 to 4 (ish) minutes before beginning
    • get tab delimited text file ready, "selection name"<tab>bet amount
    • load markets for the day into my markets
    • press the button: import selections for auto-trading, you will get a message saying how many were imported and you will see the non-imported selections greyed out in the markets
    • use the trigger below

    back
    price: back_price
    amount: imported_1
    all matching selections
    once per market
    conditions:
    markets minutes before the off is less than 2.00
    and selections back price is greater than 2.40

  • #20 by racepro on 02 Jun 2020
  • The importing of selection works okay.
    However still getting the FALSE message from the trigger. (below)
    The location is correct
    I tried with and without quotes without success.
    I then removed bet amounts with names still enclosed in quotes and bets were placed.
    For some reason it doesn't like the bet amounts.


    Condition is: FALSE.
    02:40:23Checking condition and Selection's Name is in file C:\Users\IAN\MarketFeeder Pro 8\Bets.txt.
    "Tough Remedy"   5
    "Jackstar"   1
    "Fahad"   4
    "Lord Of The Sky"   1
    "Arcanada"   5
    "Sandret"   2
  • #21 by MarkV on 02 Jun 2020
  • The import process identifies the selections to bet on. Please remove the condition selections name is in file. See screenshot in reply #18, it shows the trigger.
  • #22 by racepro on 02 Jun 2020
  • aah that's where I went wrong. Sorry for being such a dumb cluck. I tested it and all working perfectly now.
    Thanks again Mark for your extreme patience.  Ian
  • #23 by racepro on 02 Jun 2020
  • After a market is settled is there a way that it will move onto the next race without deleting settled markets ? I looked in settings but couldn't see anything.
    Can you kindly confirm
    Thanks
    Ian
  • #24 by MarkV on 02 Jun 2020
  • Hi
    untick: settings > general options > delete settled events automatically
  • #25 by racepro on 02 Jun 2020
  • I was hoping the next race would open automatically after the previous one finished but it doesn't. Seems it can only be done manually by clicking on race. 
    I was just exploring all possibilities. I'm completely sold on the bet placement system. Easy peasy :)
  • #26 by racepro on 05 Jun 2020
  • I'd like all unmatched bets to be placed at 'SP'
    I already ticked option in settings but on race screen it shows 'cancel' button depressed. Will the bets still be placed at SP ?
  • #27 by MarkV on 05 Jun 2020
  • In the trigger next to the amount you will see "cancel". Click on that and choose Take SP and save the trigger. 
  • #28 by racepro on 05 Jun 2020
  • Oh of course, why didn't I think of that (don't answer:))
    For some reason I was fixated on settings.
    Thanks
    Ian
  • #29 by racepro on 10 Jun 2020
  • When a bet has been imported for auto trading how can I delete the bet if I later decide it is not required. ?
    Thanks
  • #30 by MarkV on 10 Jun 2020
  • Hi
    Edit the text file (remove that selection and save the text file) and re-import

     
Pages:
Actions