In today's update:
IMPROVEMENTS
1. New trigger variables:
- event_finished - the time at which the event was declared finished or "closed" on BetFair. By comparing this time to now_time (e.g. (now_time - event_finished)/mf_minute), you can find out how much time has passed since the event's finish.
- min_stake - the minimum allowed bet size in your currency.
2. The ability to bet at best available price with one click. Just press Ctrl + left button on the back or lay bet button in any market view, and the program will place your bet at the best available price (1.01 for back bets and current lay price + certain number of ticks - for lay bets). This will greatly improve the chances for your bet to be matched.
3. The football match minute is now displayed and recorded when a goal is scored by one of the teams.
Bugfixes and issues addressed
1. We have reduced the response time for the Time Machine event tree: the tree would take too much time to load, sometimes dropping the connection and failing to load all purchased markets. We have worked on this issue and believe that it has been rectified.
2. The problem with the traded trigger variable was that it did not resolve if you added the r_ticks function next to it (i.e. traded_r_ticks(back_price, 2)). Although it is not the kind of behaviour that is provided by the MarketFeeder Pro's trigger expression parser, still we decided to make an exception and add the support for this structure. You can now construct the following expressions:
s_1_traded_r_ticks(s_1_lay_price, -2) - the amount traded on the first selection in the list at its best lay price minus 2 ticks;
r_2_traded_r_ticks(r_2_back_price, 2) - the amount traded on the second favourite at its best back price plus 2 ticks;
traded_r_ticks(back_price, -1) - the amount traded on the current selection (the one that the expression relates to) at its best back price minus 1 tick.
3. Market Locator did not look for the First Half Goals 2.5 markets, now it does.
4. The P/Ls in Total Goals markets are now calculated correctly in Test Mode (although BetFair does not display any P/L for this kind of market on their website).
You can choose to download and install this new version (use the standard download link) or you can keep using the previous version which is also available.
We will keep improving MF Pro. Thanks for your help and contribution!