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 I am, buying 1 quid with my money - and waiting for it to go up.
I like it, I bought 1 quid on loan, waiting for it to fall.
I get the impression that not everyone understands this.
To answer the subject: there are no trades. Well, no, not at all.
there's a delta between buying and selling
it moves the price, it is essentially the market price, let it become an open interest
the rest we will call the underlying asset, it is in the stock and it is out of the market and formed by the clearing procedure
It's encouraging.
You are so clever until you face the problem yourself...
This code will be rejected by the validator
Validator says 131 error, wrong volume...
Good afternoon, forum users. Please advise, I am struggling with validation for mt5 for the second week. It gives me an error
test on EURUSD,H1 (hedging) 2019.04.16 22:00:00 failed cancel order #73 sell stop 0.6 EURUSD at 1.12685 sl: 1.12851 tp: 1.11503 [Invalid stops]
2019.05.02 12:00:00 failed cancel order #136 sell stop 0.55 EURUSD at 1.11636 sl: 1.11814 tp: 1.10367 [Invalid stops]
2019.05.06 03:00:00 failed cancel order #147 sell stop 0.45 EURUSD at 1.11359 sl: 1.11578 tp: 1.09797 [Invalid stops]
2019.05.06 08:00:00 failed cancel order #148 sell stop 0.5 EURUSD at 1.11447 sl: 1.11645 tp: 1.10036 [Invalid stops]
2019.05.06 18:00:00 failed cancel order #151 sell stop 0.5 EURUSD at 1.11585 sl: 1.11783 tp: 1.10175 [Invalid stops]
2019.05.08 14:00:00 failed cancel order #167 sell stop 0.6 EURUSD at 1.11772 sl: 1.11938 tp: 1.10593 [Invalid stops]
2019.05.09 21:00:00 failed cancel order #175 sell stop 0.45 EURUSD at 1.11921 sl: 1.12138 tp: 1.10377 [Invalid stops]
2019.05.13 16:00:00 failed cancel order #181 sell stop 0.6 EURUSD at 1.12225 sl: 1.12390 tp: 1.11054 [Invalid stops] strategy tester report 5 total trades
I did all of the checks. The weird thing is that only on Sell Stop order deletion. I simply remove Sell Stop order placement from the code.
It works. What may be the problem?
Problem solved, but I think it's a validator bug. Took the price at tick.bid and the price OrderGetDouble(ORDER_PRICE_CURRENT).
And this error only applies to SellStop orders
Problem solved, but I think it's a validator bug. Took the price at tick.bid and the price OrderGetDouble(ORDER_PRICE_CURRENT).
And this error only applies to SellStop orders
New difficulty:
When publishing the Utility, the tester gives out
The utility does not have any trading functions.
How to pass such a validation?
New difficulty:
When publishing the Utility, the tester outputs
The utility does not have any trading functions.
How to pass such validation?
This is a validator bug, wait for it to be fixed...