Author Topic: Display CASHOUT  (Read 2352 times)

Tags:
  • All members
  • Posts: 21
  • Gender: Male
Display CASHOUT
« on: 27 Feb 2018, 13:12 »
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.

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Display CASHOUT
« Reply #1 on: 27 Feb 2018, 14:19 »
Yes. Just switch to Engineer Mode and use the Tradeout button (see the screenshot attached).
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

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

  • All members
  • Posts: 21
  • Gender: Male
Re: Display CASHOUT
« Reply #2 on: 27 Feb 2018, 16:12 »
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?

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Display CASHOUT
« Reply #3 on: 27 Feb 2018, 17:52 »
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".
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

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

  • All members
  • Posts: 21
  • Gender: Male
Re: Display CASHOUT
« Reply #4 on: 28 Feb 2018, 13:37 »
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?

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Display CASHOUT
« Reply #5 on: 28 Feb 2018, 14:57 »
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.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

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

  • Guest
Re: Display CASHOUT
« Reply #6 on: 28 Feb 2018, 17:23 »
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 :)  

  • All members
  • Posts: 21
  • Gender: Male
Re: Display CASHOUT
« Reply #7 on: 28 Feb 2018, 17:53 »
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?

  • Moderator
  • Posts: 3597
*
Re: Display CASHOUT
« Reply #8 on: 28 Feb 2018, 22:14 »
Hi
Have a look in your settings > general options > market settings > show markets in engineer mode > edit default values
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.

  • Moderator
  • Posts: 3597
*
Re: Display CASHOUT
« Reply #9 on: 28 Feb 2018, 22:26 »
 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
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.

  • Guest
Re: Display CASHOUT
« Reply #10 on: 01 Mar 2018, 11:56 »
 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

  • All members
  • Posts: 21
  • Gender: Male
Re: Display CASHOUT
« Reply #11 on: 02 Mar 2018, 13:17 »
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?

 

Please note, BetFair is seems to be currently OFFLINE