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

 
MrSerj:

Checked out your profile. You love Scrooge cartoons ) I grew up on him too, McDuck is my childhood idol )))

Now to the point: Just so I'm not disturbed by questions. Google"In general account about probability, options and base". There will be an article at the top of the list )

Thanks, I'll read it now ))

 
MrSerj:


And so, as far as I have superficially understood you recognise the third impulse wave from any chart, and at different time intervals, and you trade it boldly.

mdas.... i tried to think of a code that analyses waves on different timeframes.... it's not a small code, but if it works, i will most likely write it to check .... The only thing I can't figure out is why I would even put a take profit????

 
ara66676:

And so, as far as I have superficially understood you recognise the third impulse wave from any chart, and at different time intervals, and you trade it boldly.


Exactly. One of the ways is the Matryoshka model. Search there. ) I used it to make my first record of 10,000%. in 3.3 months. This is one of the ways. )
 
MrSerj:

For a stable mat. expectation. )

Can you measure the angle of development of the equity graphs from my pictures? Determine, then continue...

I'll try....
 
MrSerj:
Exactly. One way is through the Matryoshka model. Look it up there too. ) I used it to make my first record of 10,000%. in 3.3 months. This is one of the ways. )
That's funny. Ah the old memories, noooooooo - mollya...., I've definitely heard that somewhere before, about the %%%.
 
Geograff:
That's funny. Ah, old memories, noooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo, I've heard that somewhere before, about the %%%%.

There's no place in our world without memories.) I used to be able to, but now I can't do it again, but I'd like to )))

 
Geograff:
That's funny. Ah, old memories, no - jeez...., I've definitely heard that one before, about the %%%.

You're right. I'm here for nothing. And why didn't I realize it right away. I'm tired of showing all kinds of simulations. And I only showed you so people would finally pay attention to the Matryoshka model.

The pictures have done their job. I'm leaving now. Who needs to learn matryoshka, those who do not, no. Thank you all. Good luck ))) The circus is leaving.

Note: People, do not be fooled by empty pictures. In fact, I wanted to show.

1. That the empty pictures are just pictures.

2. and the second is that long ago laid out a working model of "Matryoshka. For which I personally trade and made large percent once. But if you do not turn up your nose, it is possible to make 200-500% stably.

In general welcome to my trading school, trader's club. )))

 

Read another one of my articles:http://invest.rinica.net/forum/threads/Биржа-или-Казино.91/

You will see that the market cannot be taken by mathematics. Matryoshka will help you understand where to enter and where to exit to take profits. )

 

Okay. I'll let you in on the secret of where I got these pictures from. Just be warned, it doesn't work in the real market. This grail is only applicable to a random number generator.

The formula is as follows. The formula is as follows: calculate the median for each new number and then if the number is below the median, we open up. The fact is that it works using the generator and not on the market)))

If you want to check it, please follow the code below.) For MT4.

#property  show_inputs
extern int count = 50;

void init() {
   MathSrand(1);
}

void start()  {
   double median,trade,rnd,rnd_prev;
   int Direction;
   double sum = 0;
   double balance = 100;
   rnd = MathRand();
   for (int cnt = 1; cnt <= count; cnt++) {
      rnd_prev = rnd;
      sum = sum+rnd_prev;
      median = sum/cnt;
      if (rnd_prev < median) Direction = 1;
         else if (rnd_prev > median) Direction = -1;
      rnd = MathRand();
      if (cnt > MathMin(10,count/2)) {
         trade = Direction*(rnd-rnd_prev);
         balance = balance + trade;
         Print(cnt," Trade = ",trade," Sum = ",balance);
      }
   }
   Alert("# = ",count,"  Balance = ",balance);

Finally, once again I urge you not to believe my pictures, don't believe Nichollen's, Joker's pictures or anyone else's pictures. It is all bullshit. Believe only the facts that you can check. Model Matryoshka is a fact, a public fact which anyone can check... Now it's all....

 

It's very simple (I repeat myself):

- Whatever the source of the trade signal, you will always, at the end of some series, get the Transaction Outcome Statistics.

- It is this, realistically and without miracles, that tells you what to do next. And to lose in this case - well, it is impossible: the statistics is positive - you trade by the signals; the statistics is negative - you trade AGAINST them; the statistics is 50/50 - you trade on this pattern.

How you can lose money here - I just don't understand

Reason: