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
Hi i am new to coding and MQL5 i have successfully build a project with no errors when compiling but when i try to run it in strategy tester it doesn't work as intended.
the way its meant to work is use fractals, when a fractal open below it creates a buy position and then closes all positions and opens a new position when the opposite signal is shown (vice versa).
When i run the script it seems that every mili second i am receiving errors as follows:
2023.12.14 14:39:12.150 2023.12.01 11:02:08 failed prices for US_TECH100 0.001 [Invalid request]
2023.12.14 14:39:12.150 2023.12.01 11:02:08 CTrade::OrderSend: unknown action 0 [invalid request]
2023.12.14 14:39:12.150 2023.12.01 11:02:08 failed market unknown 0.001 US_TECH100 sl: 15918.50 tp: 16018.50 [Invalid request]
2023.12.14 14:39:12.150 2023.12.01 11:02:08 CTrade::OrderSend: market unknown order type 16 0.00 US_TECH100 sl: 15918.50 tp: 16018.50 [invalid request]
Any help greatly appreciated.