[Archive] Learn how to make money villagers! - page 663
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
Here you can just put any multiplier you like. Set it smaller and it will be the same arithmetic progression)
But the machine will calculate everything for us and we don't need to make a lot of lines.
Here you can just put any multiplier you like. Set it smaller and it will be the same arithmetic progression)
But the machine will calculate everything for us and we don't need to make a lot of lines.
That's for sure. Let him count. At least check your calculation in Excel - the formula, the amount needed for trading will be clear))) If the progression is arithmetic, then it's a drain.
Roman, it's easier to calculate the lot in one line, by exponentiation (by the number of open positions), like in Ilan:
Lots - initial lot.
LotExponent - multiplier.
NumOfTrades - number of open positions in series.
Lotdecimal - lot increment (1 or 2 digits).
More specifically, LotExponent is the base of the degree.
Yeah, that's right. The degree itself is the number of trades.
The formula for arithmetic progression is as follows: Lots+deltaLot*NumOfTrades.
Yes, there are also higher order progressions, there are options.
Although I still like it better with a coefficient. You can pick any one there. And pure arithmetic, as a rule, shows the worst results. It loads the depressions harder, but pulls the series slower.
Why don't you start coding? You know so much, but you don't want to do the obvious?
WHY?
Because no one will realize your idea in all its details and nuances, better than you, and no one will realize my idea better than me. At first I also asked all the programmers I know to write what I want, but no one really reacted, and then I studied MQL in less than a month, and now I don't need to ask anyone for a new idea, and considering that I have many ideas and almost all are just an illusion, it is even better to experiment by yourself.
The structure of the language is very simple, and you don't have to do everything from scratch, for example, there are already a bunch of ready-made time-tested functions for all occasions.
https://www.mql5.com/ru/code
Yes, there are also higher order progressions, there are options.
Although I still like it better with a coefficient. You can pick any one there. And pure arithmetic, as a rule, shows the worst results. It loads the depressions more heavily, but pulls the series slower.
Well, it depends on the particular Expert Advisor. I had a variant that worked with a constant lot.