Pages:
Actions
  • #1 by Jr Galgos on 27 Feb 2018
  • Hello friends,

    At Betfair we have a CASHOUT tool that constantly shows the profit or loss that we will have if we push the button, at that moment ok?

    Is there any way to show this information from the main screen of the MFP, in a certain game selected, that the trigger has already made entries (back and / or lay)?

    If that is not possible, what would be the routine to write (say every 5 seconds) in the log file, the gain or loss that we would have in that event, if we ran the greenup command or the distribute loss command?

    Thank you.
  • #2 by Oxa (WellDoneSoft) on 27 Feb 2018
  • Yes. Just switch to Engineer Mode and use the Tradeout button (see the screenshot attached).
  • #3 by Jr Galgos on 27 Feb 2018
  • Yes. Just switch to Engineer Mode and use the Tradeout button (see the screenshot attached).
    Thank you Oxa

    One more thing: is there a variable in the MFP that represents this profit / loss amount that is being displayed on the Trade out button?
  • #4 by Oxa (WellDoneSoft) on 27 Feb 2018
  • Yes. The "what if" P/L, i.e. the P/L that the selection will have after the tradeout is tradeout_pl.
    The net winnings/losses in case of the tradeout is tradeout_net.

    See the manual, chapter "Selection Variables".
  • #5 by Jr Galgos on 28 Feb 2018
  • Yes. The "what if" P/L, i.e. the P/L that the selection will have after the tradeout is tradeout_pl.
    The net winnings/losses in case of the tradeout is tradeout_net.

    See the manual, chapter "Selection Variables".
    Thank you.
    Is there any way to display the value of a variable (created by me or the MFP itself) in the main MFP screen, for each event (game, race ...) selected?
    Or the only possibility would be to update a cell from an excel spreadsheet?
  • #6 by Oxa (WellDoneSoft) on 28 Feb 2018
  • To display your custom variables, use the cells provided in Engineer Mode (see the attached screenshot).

    To read from Excel, use Excel-Bound Variables (see the chapter with the same name in the manual). You can display those variables in the Engineer Mode cells just like any other variable/expression.
  • #7 by LarpHager on 28 Feb 2018
  • Hi,

    I can never seem to display in a variable exactly the TRADEOUT ALL button value when I have a few selections backed.

    I have tried several combinations using Ranks and Indexs, but I seldom can get a trigger to display the correct value of the TRADEOUT ALL button.

    Is this because the trigger may be slightly slower in processing the data from the API as the block may not be refreshing as quickly/rapidly as the Engineer Mode on its own.

    If I am refreshing the page at 0.25 Inplay, I need the trigger to display the exact value of the TRADEOUT ALL button, and then attempt to green-up (but with a maximum lay price attached).

    So I guess I am looking for a TRADEOUT ALL trigger to "PUSH" the TRADEOUT ALL button for me :)  
    • LarpHager
  • #8 by Jr Galgos on 28 Feb 2018
  • To display your custom variables, use the cells provided in Engineer Mode (see the attached screenshot).

    To read from Excel, use Excel-Bound Variables (see the chapter with the same name in the manual). You can display those variables in the Engineer Mode cells just like any other variable/expression.
    Great Oxa.
    But this is a manual operation and I have to do it for each selected event.
    How can I do this within the trigger? 
    What command will I give to write a variable in each of these available fields?
  • #9 by MarkV on 28 Feb 2018
  • Hi
    Have a look in your settings > general options > market settings > show markets in engineer mode > edit default values
  • #10 by MarkV on 28 Feb 2018
  •  So I guess I am looking for a TRADEOUT ALL trigger to "PUSH" the TRADEOUT ALL button for me :)
    Hi Larp
    Oxa posted a trigger showing how to do this on the Russian forum
    https://community.welldonesoft.com/marketfeeder-rus-triggers/akt-e-o-10240/msg57670/#msg57670

    though I've always found user variables to be lagging one market refresh behind said button
  • #11 by LarpHager on 01 Mar 2018
  •  though I've always found user variables to be lagging one market refresh behind said button

    Nice one. Thank you.

    I dont mind if its one or two refeshes behind. If I have 3-4 selections in-running and in contention near the end, then it is very useful to green out whatever is lowest amongst them and place unmatched greens on the others.

    Thanks.

    Larp
    • LarpHager
  • #12 by Jr Galgos on 02 Mar 2018
  • Hi
    Have a look in your settings > general options > market settings > show markets in engineer mode > edit default values
    Hello MarkV
    Thanks for the explanation, but I would like to know if there is a command (to be placed inside the trigger) that writes directly in these fields, as with the WRITE command that can write in the log file, in a cell of an Excel worksheet or in a archive?
Pages:
Actions