Not the Grail, just a regular one - Bablokos!!! - page 114

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I suggest we move away from the eagle-reckoning topic as being malicious and focus on BP forex.
No eagles are not in a row, but total, a=3, b=4 (this is for example) then:
ororrro, rorrroorrro, oooh, rorrroorr, etc. eagle winnings
tails wins, orororrrr, ororrrrr, ororrrrr, etc.
need probability of tails winnings
Well, it's problematic to talk about anything without knowing the algorithm, I'll just say that I tried to make a robot on the rekill, implemented it on mt5. In the tester for months +, until the moment of failure.
Yes, a and b may be different
I wouldn't mind finding the topic harmful, but there is no proof of it being unprofitable other than speculative.
Got it...
Here is Avals' solution, but for martin we get non-zero expectation, i.e. probabilities of getting series of three tails and seven eagles are not equal, that is why we need to find error
the problem is quite difficult to calculate. We have to consider different series lengths and for each series calculate the probability of getting A of tails and 4 of eagles in a row. The minimum length of the series is 3 (no event will occur at smaller lengths). The maximum series length is 12, because after the series rororororr with any outcome there is no point in counting further.
for series length=3. Probability of 3 tails in a row p(ppp)=0.125, probability of 4 eagles p(4o)=0. Hence, the probability of going to series 4 without getting any of these events = (1-0.125)*(1-0)=0.875
for series length=4. p(ppp)=0.125, p(4o)=C(4,4)/2^4=1/2^4=0.0625, where C is the number of combinations. Probability of going to series length 5 =0.875*(1-0.125)*(1-0.0625)=0.7177....
For series length=5. p(ppp)=0.125, p(4o)=C(4,5)/2^5=0.15625. Probability of going to series length 5 =0.7177*(1-0.125)*(1-0.15625)=0.53
etc.
and then multiply series probabilities by probability p(ppp) and add up.
0.125*1 + 0.125*0.875 + 0.125*0.7177 + 0.125*0.53 +...