Search results [condition]Search results [condition]
- Betting in Blackjack when other players have stood
The third condition counts the number of selections that have actually stood. If one player is still being dealt cards, and other players not, then this number should be exactly 3.
- Tracking the points of a player in the previous game
Whenever a selection is declared the winner or is eliminated from the game, the program will remember its points. In the next game you can refer to this number either in a trigger condition, like shown above, or through a corresponding trigger variable called prev_points. So, to get the points for the players and Dealer in Blackjack you would use the following variables:
- Stopping channels when Profit/Loss limit is reached
If you want to check each game's total P/L rather than the total P/L, you can change the condition of this trigger to this:
[an error occurred while processing this directive] - Stopping channels when Profit/Loss limit is reached [an error occurred while processing this directive]
- Stopping channels when Profit/Loss limit is reached [an error occurred while processing this directive]
- Stopping channels when Profit/Loss limit is reached
Удаление, копирование и вставка условий
- Auto-Greenup
The following settings determine the conditions on which the first bet is never placed till the end of the game.
- General Options
You may receive notifications on your email address on certain conditions listed below.
- Terminology
Trigger Variables are special keywords that you may use to identify certain market's and/or selection's parameters, such as volume, price, matched amounts etc. Using trigger variables you can make your trigger conditions and bet price/amount specifications more universal and flexible. For the full list of trigger variables and their definitions please read this section.
- Triggered Betting
- Analysing Cards Structure
In round 3 the condition should be different, as three more cards are dealt in the game:
- Trigger Conditions
- Condition Body and Parameter
Condition body options can be divided into several groups based on the type of object they refer to. For a quick hint on a particular option take a look at the area coloured in yellow.
- Channel-Related Conditions
This option allows you to count the number of games that have passed since a certain moment or event. See more details here.
- Channel Parameters
Therefore even if the pattern you specified can be found inside the sequence, the condition may not be met, for the patterns must exactly match the end of the sequence.
- Current Time Condition
You can apply the usual comparative operators to the current time, except for the is maximum and is minimum. See examples below:
- Selection-Related Conditions
You will need to set the trigger's Selections to all matching selections. Then add the following conditions:
- Selection Parameters
If you want to check if the selection lost in the last 3 games or tied with another selections, and in the end won, here's the correct condition:
- User Variable Condition
You can check whether the user variable has been already assigned a value. The syntax of the condition is:
- Getting Started
Conditions: Selection's Back Price is less than 3.5 AND Selection's Matched Back is equal to 0 AND All Other Selections' Successive Wins is equal or greater than 10 AND All Other Selections' Cads do not contain values 10 AND All Other Selections' Cads do not contain values J AND All Other Selections' Cads do not contain values Q AND All Other Selections' Cads do not contain values K
- Introduction
However, if you have a basic knowledge of mathematics (mainly, the laws of proportion and general knowledge on games' rules), you can extend the power of your triggers by adding conditions based on trigger expressions, which may contain arithmetic expressions, functions and trigger variables.
- Operators and Functions Supported
IF(expression, value_if_true, value_if_false). Returns value_if_true if the condition in the expression is met (is true), and value_if_false otherwise. Example: IF(56, 30, 0) returns 0, because 5 is not less than 6.
- Trigger Fields
Execute: layChannel: POKERSelection: FavouriteAmount: default lay amountPrice: current best priceExactly in round 2Repeat action: once per gameIf Conditions are not met:
- Action
Show a message box with the details of the trigger, if its conditions were satisfied by at least one selection. You will have to press an OK button to remove the message box, and until you do so the program won't do anything else.
- Channels
For example, you want to lay Natural Win in Baccarat if both Player and Banker have zero points in the second round. In that case you can set the channel and market to Baccarat, Side Bets and selection to Natural Win. Then add the following trigger conditions:
- Repeat Action
The trigger will be executed in each game, but only once: as soon as the conditions of the trigger are satisfied. This can happen in any round according to the round settings defined next to When, the program will wait for the first opportunity.
- Round (When)
The trigger will be evaluated in all rounds until the specified round inclusive, and if the conditions are met, the trigger will be executed one or more time, according to the Repeat Action settings. For example, no later than in round 3 means X-Feeder will check the trigger in rounds 1, 2 and 3, and then stop until the next game.
- Selections
If you want to bet on any of the above selections, you must describe them as clearly as possible in the trigger conditions, always starting the first condition with Any Selection's. This will give the program a command to start looking for eligible selections, and the first condition will be the rule by which X-Feeder will select the necessary items.
- Trigger Variables
Execute: backAmount: back_size/(hilo_cards*0.7)Price: current bestChannel: HILOSelection: favouriteNo sooner than in round 2Repeat Action: once per roundConditions: Selection's Back Matched is equal to 0.0andHiLo Cards is less than 6
- If Triggers Don't Work
4. Check the trigger log files. They contain a detailed explanation of what calculations X-Feeder undertakes for each trigger. Through analyzing these logs carefully you can find the reason why the triggers are not being executed. In most cases it is one or more conditions set up incorrectly or forming a contradiction.
- Download X-Feeder
Please, review the System Requirements before using our software.By clicking on this link you confirm that you agree to our Terms and Conditions. Attention for Windows Vista Users! If you are running Windows Vista, please DO NOT install X-Feeder into the PROGRAM FILES folder! Install it in any other folder outside Program Files. Vista does not let programs write into that directory, so X-Feeder won't be able to function correctly.-->
- 02/03 - Program Update
They will detect situations when only one card is lacking for the hand to have flush or straight. These conditions make sense only in Poker and Omaha channels, and only starting from round 3.
- 02/11 - Update Available
Using this condition you can filter out selections that have been eliminated or settled as a winner.
- 03/05 - Update Available
You can use them to locate a selection which has - or has not - the minimum or maximum parameter value (out of all other selections in the channel). For example, you want to lay on the selection with the maximum number of consecutive losses. This became easy, just add the condition:
- 13/08 - Update Available
New Trigger Conditions:
- 15/05 - Update available
In triggered betting you can add the conditions searching for Blackjack and 5 Cards Charlie without having to add numerous conditions based on the card values. For example, in order to back on the player holding the Blackjack you only need to add the following condition:Any Selection's Cards contain values Blackjack.
- 22/02 - Update & Fix Available
Please note!!! The structure of the trigger condition body has changed. If you had triggers with conditions that referred to specific selection names, such as Player, Hand 2, Dealer wins or ties all etc., you will need to revise your triggers, because the old value will now point to a different selection.If you did not mention specific selections in your triggers' conditions, you should be able to use them without any editing.
- X-Feeder 1.4
Read more..." -->
- 25/10 - Update Available
We have added the following two trigger conditions:
- 26/10 - Program Update & Fix
In triggered betting: new buttons for copying trigger conditions and condition blocks into the clipboard and pasting them from the clipboard. Also, it is now possible to move conditions up and down, thus changing there position among other conditions in the block. See new help file's chapter Triggered Betting - Trigger Conditions - Delete, Copy Paste Conditions.
- 28/03 - Version 1.2
New Condition Options: - Poker Community Cards - Favourite's and Probable Loser's properties - Previous Result (Winner, Loser or Tied) - Price in the Previous Round
- 31/10 - Update Available
Please beware: the new trigger conditions have been inserted between the Bets Placed In the Game and the name of the first selection in a channel. So if your triggers contain a condition that starts with a name of a particular selection (for example, Hand 2 Back Price is less than 2.0 or Card 2 or further Consecutive Losses is greater than 0), then you need to update your triggers accordingly.
- X-Feeder 2.6 - Now with Bull's Eye Roulette
The online manual has been updated. Please read the new topics carefully. Pay attention to the new variables and trigger conditions.
- Version 1.5 - Introducing Trigger Variables
Trigger Variables are special keywords that you may use to identify certain market's and/or selection's parameters, such as volume, price, matched amounts etc. Using trigger variables you can make your trigger conditions and bet price/amount specifications more universal and flexible. The examples of trigger variables available in X-Feeder are given below:
- Update 2.0.4.2
They can be used when you want to quickly key in several user variables with fixed values, for example, the initial and maximum bet sizes, the profit percentage, the price limit of the hand you're betting on etc. That is, you know what these values are at the beginning of your trading session, and don't want to spend time on adding a separate trigger for each of them and specifying the conditions.
- 18/12 - Version 1.6
Please note!!! The structure of the trigger condition body has changed. If you had triggers with conditions that referred to specific selection names, such as Player, Hand 2, Dealer wins or ties all etc., you will need to revise your triggers, because the old value will now point to a different selection.If you did not mention specific selections in your triggers' conditions, you should be able to use them without any editing.
- Laying on Dealer wins or ties all if up card is less than 7 pts
It is easy to edit the parameters of this strategy. All critical conditions are stored in the second trigger, named Laying on Dealer. Just open it and edit the values of the conditions according to your needs.
- Laying on the second favourite, greening up with loss recovery
This strategy is very much like the similar one for betting in Poker channel, only it lays on the second favourite, without any particular conditions.
- Back-Dutching the first two favs at Preflop
It is recommended that you add more conditions to the backing trigger, as in general this strategy, if left to always back in the second round, is not quite profitable.
- Backing to leave the fav with profit and second fav with zero P/L
You will notice two conditions in each trigger which check the same criteria:
- Backing on all hands except the one that has won 2 times in a row
The trigger has three conditions. The second condition checks the number of times the hand has won in a row. You can change that number by entering a different value in the text box. I don't recommend you to change other conditions, especially the one with the formula. The formula calculates the amount the program needs to back in order to secure equal profit.
- Laying then greening up, with multi-step loss recoupment
Note: you can lay on a different hand if you choose. Just adjust the selections of the laying trigger and add conditions to it if needed.
- Laying on the hand with the lowest kicker, if not suited and there are 9+ outs
According to the conditions the program will bet on Hand 2, because the total number of outs is 11: three kings + three aces + three jacks + two fours.
- Laying on a hand if its cards are among the lowest cards of other hands
Laying on a hand in Poker, at Preflop, if its price is less than 20.0, and it does not hold suited cards. Plus the following condition should be met: there must be another two hands whose lowest cardsare the same as the cards of this hand. For example:
- Laying on the favourite that holds a pair
It is worth mentioning that the required conditions can be met very seldom. I.e. the situation where a hand having two 2s or 3s is the favourite, is quite rare. You might broaden the range of cards that the hand may have if you want to increase the number of bets placed by the trigger.
- Fast loss recovery in cycles
These triggers are easy to configure. All the parameters that you may want to change are located in the top of the screen, among the constants. Each constant has its description, but you only need to change two: cycles which defines the length of the recoupment cycle, and max_bet which denotes the maximum bet size, after which the bet will return to its initial value. You can also change the channel and the selection on which the triggers should be laying. To change the conditions of the laying trigger, scroll down to the trigger called laying on 2 card run.
- How to apply staking plans to your triggers
4.If you want tokeep the staking plan, but change the way it places the bets or the conditions on which the bets are placed, then you'll need to create your own betting triggers.The triggers in the downloadablefile usually consist of two parts. The first part does not do any betting, it may have one or more triggers that manipulate the size of the bet orassign different user variables. That's the key part of the staking plan.The second part is usually one or two triggers that actually place a back or lay bet. This can be done directly through back or lay action, or indirectly, through green up or distribute loss for example. That is the part that can be replaced with your own triggers. Betting triggers ALWAYS stand in the end of the trigger block, because they are executed in the last turn.So you need to delete all the triggers that place bets, and add your own betting triggers. Make sure they are added to the end of the block. Move them there if needed, using the drag-n-drop method.
- Lay Kelly Staking Plan
The trigger in the example lays on the favourite in the second round of Poker, if that hand does not hold a pair. But you certainly can replace it with your own laying trigger. To do that, modify the parameters of the last trigger in the block, called laying on some selection. You can change any field of this trigger and its conditions, but remember to keep the Amount field unchanged:
- Betting according to wins advantage
Find the Playerwho has the least number of wins since the start of the channel's refresh, and that number of wins is at least 4 games less than the next lowest number of wins of other Players. Back on that Player until its number of wins is no more than 2 games less than the next lowest number of wins. Example: in the last 20 games Player 1 and Player 2 have both won 12 times, Player 3 has won10 times and Player 4 - only 5 times. So back on Player 4, until4 games later Player 1 and Player 2 still have won only 12 times, Player 3 has won 11 times and Player 4 -9 times. Since 11 - 9 = 2, the backing stops until the next opportunity that meets the conditions.
- Terms and Conditions
8. Changes to the Service and Amendments to These Terms and Conditions8.1. Tutte le rettifiche a Termini e condizioni verranno pubblicate sul nostro sito web. I cambiamenti, quando possibile, verranno comunicati ai clienti via e-mail. Rimane comunque responsabilit del cliente la conoscenza corretta e aggiornata di Termini e condizioni. Ogniqualvolta ci sar una differenza fra la versione inglese dei Terms e la versione tradotta in tutte le altre lingue, prevarr la versione inglese.
WellDone Creative Software
© 2005-2012 WellDone Creative Software. All rights reserved
Terms and conditions. Site map.
BetFair® and the BetFair Logo are registered trade marks of The Sporting Exchange Limited.
BetFair® and the BetFair Logo are registered trade marks of The Sporting Exchange Limited.
