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
Need mq4 ? trade for any really consistently profitable EA
Where and what did you describe? There is no access to and analysis of history in the EA. Is that what you are afraid of? Or is something described before? Sorry, I was too lazy to read. Tell me in a nutshell. As a programmer, I understand, as they say, from the word go
where and what has been described? There is no access to and analysis of history in the EA. Is that what you are afraid of? Or has something been described before? Sorry, I was too lazy to read. Tell me in a nutshell. As a programmer - I understand, as they say, from the word go
Where and what did you describe? There is no access to and analysis of history in the EA. Is that what you are afraid of? Or is something described before? Sorry, I was too lazy to read. Tell me in a nutshell. As a programmer - I understand, as they say, from the word go
Well, in a nutshell.
If you put 0 spread, then any reversal martin fixing profit on every tick will show this result, algorithm below.
The strategy behaviour can often be understood by equity, that is why only equity reports are posted here, not a screenshot from the tester :)
1. open a random trade, you can use an indicator to reduce the drawdown
2. if the loss is -0.00001, then close the trade, roll over with a double lot
3. close the deal at +0.00001
4. if you want to avoid showing drawdowns in МТ Report, then do not close loss-making trades, but cover them with a bigger volume, and close them with the total profit
5. in the tester, it always works because price is guaranteed to pass 0.00001, so the profit will be on every bar, or rather forex, on the stock exchange dead mini-bars the size of one tick
6. To make it closer to real life, simply introduce a spread or commission, then you won't even trade at 0, because then you need to predict the price behaviour on the spread, say 0.00030, and the mathematical expectation is flying below the Mariana Trench
I saw once at one Robo pair the Bid was bigger than Ask immediately at trade opening, i.e., I opened - closed and I got everything good, I even did not need to wait till the price passed 0.00001, however, the next day the bug was fixed :)
There is a completely different strategy
Download and test it. But specifically limited to EURUSD and only 2017 and early 2018Thinking like this, let's take a MA with a period of 1 on the closing price and it will show us the closing price of the day? But then it should be like this on the real as well... Let's rejoice and get rich!!! Or is it different in real life, and the tester is stupid?
The site engine has been updated - some of the messages are lostThere is a small error in your reasoning - at any time and for any period Close[0] = Bid
Thinking like this, let's take a MA with a period of 1 on the closing price and it will show us the closing price of the day? But then it should be like this on the real as well... Let's rejoice and get rich!!! Or is it different in real life, and the tester is stupid?
The site engine has been updated - some of the messages are lostThere is a small error in your reasoning - at any time and for any period Close[0] = Bid