Win/Lose History Variables

Top  Previous  Next

Variable

Type

Description

consec_wins

integer

The number of consecutive wins in the channel. Read here more.

consec_losses

integer

The number of consecutive losses in the channel. Read here more.

last_wl

floating point

The latest amount you won or lost in the channel. Read here more.

last_won

floating point

The amount you have won in the channel since the last time you lost money or since the start of the session. Read here more.

last_lost

floating point

The amount you have lost in the channel since the last time you won money or since the start of the session. Read here more.

total_won

floating point

The total amount you have won or lost in the channel since the start of the trading session.

wl_sequence

string

The comma-separated win/loss sequence for the given channel. Read here more.

wlz_sequence

string

The comma-separated win/loss/zero sequence for this channel. Read here more.

hist[z]_count

integer

The total number of games you have played in the channel since you opened the software. This also can be described as the "depth of the history" of your wins and losses in this channel.

The prefix [z] indicates that the games where you did not win or lose money should be included. If you omit this prefix, only the games where you had winnings or losses will be taken into account. For example:

 

Game 1: won 6 EUR

Game 2: lost -4 EUR

Game 3: zero P/L

Game 4: won 17 EUR

Game 5: zero P/L

 

hist_count = 3, histz_count = 5

hist[z]_[number]_[m/s]pl

floating point

The amount won or lost in the channel [number] games ago. The [number] defines the index of the game, starting from 1, which indicates the previous game, then 2 for the game before the previous and so on. The first game in the history of the channel will have the index of hist_count. Example:

 

Game 1: won 5 EUR

Game 2: lost -2 EUR

Game 3: won 20 EUR

Game 4: lost -4 EUR

Game 5: lost -3 EUR

 

hist_count = 5

hist_1_pl = -3

hist_2_pl = -4

hist_3_pl = 20

hist_4_pl = -2

hist_5_pl or hist_hist_count_pl = 5

 

The prefix [z] can be added to stress that you need to include the games where you neither won nor lost anything (for example, the games where you did not bet). For instance:

 

Game 1: won 3 EUR

Game 2: zero P/L

Game 3: lost -4 EUR

Game 4: zero P/L

 

In this case:

histz_1_pl = 0.0, hist_1_pl = -4

histz_2_pl = -4, hist_2_pl = 3

histz_3_pl = 0.0, hist_3_pl undefined

histz_4_pl = 3.0, hist_4_pl undefined

 

The prefix [m] or [s] can be added to address to a particular type of market (either "Main Bets" or "Side Bets"). For example, hist_4_mpl will return the amount you won/lost 4 games ago, in "Main Bets" market of the channel.

hist[z]_[number]_[m/s]backa

floating point

The amount of the last back bet that was settled [number] games ago. If there were no back bets, the variable will return zero.

You can apply the same prefixes as in the previous variable. For example, histz_1_sbacka = the amount of the last back bet settled in the previous game.

hist[z]_[number]_[m/s]backp

floating point

The price of the last back bet that was settled [number] games ago.

hist[z]_[number]_[m/s]laya

floating point

The amount of the last lay bet that was settled [number] games ago.

hist[z]_[number]_[m/s]layp

floating point

The price of the last lay bet that was settled [number] games ago.

wins_[number]

integer

The number of times you've won money in the given [number] of latest games. For example:

 

Game 1: won 3 EUR

Game 2: zero P/L

Game 3: lost -4 EUR

Game 4: zero P/L

Game 5: won 2 EUR

 

wins_5 =  2.

losses_[number]

integer

The number of times you've lost money in the given [number] of games. For example:

 

Game 1: won 3 EUR

Game 2: zero P/L

Game 3: lost -4 EUR

Game 4: zero P/L

Game 5: won 2 EUR

 

losses_5 = 1