[Archive] Learn how to make money villagers! - page 582

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
... more money is needed ...
How much?
Writing so far, the parameters in the EA are disappearing ... clean, everything is interconnected.
If you compile in MetaEditor when the terminal is running, then EAs may initialize input parameters. The terminal should be closed before compilation and restarted after compilation.
Writing so far, the parameters in the EA are disappearing ... cleanly, everything is interconnected.
I did not quite understand your answer. That is, you have not yet made all the calculations, the program is at the stage of development and you do not know how much money you need to have in order not to go down the drain. Right? ))
Here is M1 period, 12 trades - maximum, depo (Sum, in quid) and Lot, Prof(expected profit from one trade, in quid) <- divide everything by minimum lot and get result. Statistics for the previous year. Padal/Rost (in units of exchange rate)--maximum drop/growth - 1/12 of the total, i.e. forecast per trade, the same and step between trades of the same size, otherwise the deposit must be recalculated!!! SMA-30 is used, on M1 at closing price. All calculations so far without taking into account the spread and I haven't had time to check it thoroughly.
Tell me, I still don't get it, have the villagers learned how to make money or not? )))
Here is M1 period, 12 trades - maximum, depo (Sum, in quid) and Lot, Prof(expected profit from one trade, in quid) <- divide everything by minimum lot and get result. Statistics for the previous year. Padal/Rost (in units of exchange rate)- maximum drop/rise - 1/12 part, i.e. forecast per trade. SMA-30 is used, on M1 at closing price
Thank you. Have you tried to implement it in MQL5?