Recent Posts

Pages: « 1 2 3 4 5 6 7 8 9 10 »
21
Fórum Português / Re: Duvida sobre valor das apostas
« Last post by Oxa (WellDoneSoft) on 17 Apr 2024, 12:37 »
Quote
Minha duvida é: apostando no modo real, qual é o menor valor de aposta lay que eu consigo fazer sem ativar as apostas de compensação?

Isto depende da sua moeda, mas em geral, a regra é que a responsabilidade da sua aposta (ou seja, tamanho da aposta para apostas BACK e tamanho da aposta * (preço - 1) para apostas LAY) deve ser algo superior a 0,02 - 0,05 de uma unidade de moeda.

Quote
Outra duvida: no modo teste, o marketfeeder da uns bugs, como por exemplo entrar em duas apostas consecutivas, valor das apostas as vezes alteram do nada, tipo, eu configuro o gatilho para 1 mercado simutaneo apostando 1 dolar, aí do nada no modo teste o gatilho faz duas entradas simultaneas apostando 5 dolares. No modo real tem essas inconsistencias?

Provavelmente não são bugs. Você precisa examinar seus gatilhos e ver quais condições podem estar causando esse comportamento. Pode levar algum tempo para depurar seus gatilhos corretamente.

Por exemplo:

Quote
valor das apostas as vezes alteram do nada

Se o tamanho da sua aposta a favor ou contra for definido por uma variável de gatilho, você precisará encontrar um gatilho que possa alterar essa variável.
Em seguida, você lê os logs desse gatilho para ver quais condições levaram à modificação da variável. Se as condições estiverem erradas, você precisará corrigi-las. Às vezes são as ordens dos gatilhos que importam.

Se precisar de ajuda com gatilhos, você pode fazer uma solicitação aqui:


https://community.welldonesoft.com/marketfeeder-ptr-make-me-a-trigger/
22
Triggered betting / Re: trigger request
« Last post by Oxa (WellDoneSoft) on 17 Apr 2024, 12:28 »
Hello!

The triggers are set to correctly reset profit on each restart of the program and every time the day changes.

The fact that the trigger flipped the value of stop_all in the middle of the day needs investigating.

Please provide program logs from that day. The logs will show P/Ls from all bets placed on that day, so it will be possible to add them up.
23
General discussion / Re: Support??????????????????????????
« Last post by Oxa (WellDoneSoft) on 17 Apr 2024, 12:20 »
Hello!

I have reviewed your settings and did not find anything that could cause repeated crashes. The only thing I noticed is that your Market Locator is set to search markets every 9 minutes. I recommend increasing that to at least 30 minutes, especially if your Market Locator search criteria are very broad. A market search is a very resource-consuming operation, so do not overwhelm your PC's CPU and memory by running it too often.

You will need to to have a closer look at your program setup:
For example:

- Test the program without running any triggers. Does it keep crashing? If not, then the problem is somewhere in your triggers. Check for special characters in the trigger names. 

- In the triggers check whether all the variables you are creating are resolving to valid values. If you are using an IF function anywhere in your triggers or an arithmetic expression with a trigger variable that was not resolved to any value, the triggers will eventually crash as the expression will grow endlessly.

- Try clearing up your logs: sometimes the old logs can be the problem. Go to this folder and remove it, then restart MF Pro:

c:\Users\%username%\MarketFeeder Pro 8\profiles\%profile name%\logs

- Check Program Log for any error messages that could give you a clue as to what is happening and why. 

Also, take a look at this article and try optimizing your program settings accordingly:

https://marketfeeder.co.uk/learn/articles/mf-pro-optimal-configuration/
25
Triggered betting / Re: Imported picks bettings
« Last post by Oxa (WellDoneSoft) on 17 Apr 2024, 10:56 »
Hello!

Judging from the screenshot, only one selection's name was imported successfully.

Check your import file and make sure all the selections' names are spelled correctly, exactly one name per line, and all of them have a Tab character between the name and the imported price.
26
Troubleshooting / Re: Green up trigger
« Last post by goodyflyer on 16 Apr 2024, 15:06 »
Cheers
27
Добрый день. У вас есть триггер

https://marketfeeder.ru/learn/triggers/fibonacci/

Помогите переписать его (или условие в триггере) чтобы он работал по последовательности 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 ...., а не 1, 2, 3, 5, 8, 13, 21, 34, 55 ... , то есть начинался с 1 - 1 - 2, а не как сейчас 1 - 2.
28
Troubleshooting / Re: Problem with now_time_datestr
« Last post by MarkV on 16 Apr 2024, 13:10 »
Hi
Yes it does seem to be parsing the date forward slashes as division.

My suggestion here is to use INTEGER(now_time). The decimal part of now_time is hrs, mins, secs so if the decimal is removed then you can compare the date.

set user variable dateString value: INTEGER(now_time)
and then in the condition:
or favourite's trigger expression dateString is not equal to INTEGER(now_time)
    
29
Troubleshooting / Re: Green up trigger
« Last post by Tim (WellDoneSoft) on 15 Apr 2024, 18:26 »
30
Troubleshooting / Re: Problem with now_time_datestr
« Last post by andyock on 15 Apr 2024, 17:55 »
Sorry wrong attachment!! Attached here the two correct files apologies.
Pages: « 1 2 3 4 5 6 7 8 9 10 »
Please note, BetFair is seems to be currently OFFLINE