Forum

Who can I trust (different results in backtests)?

Hello, I am developing an EA but when I run a backtest , I can see a big different result between Meta Trader 5 and my broker (it got its own software). Both of them have a 99-100% history quality and the modeling is "Every tick based on real ticks". Who can I trust regarding my backtests? How can I

Host EAs on my computer and not use VPS

Hello, I developed some EAs and they are alive but to do it, I currently rent VPS and I have to pay 15$ by month. The point is if I have 10 EAs (it's an example), it means I have to pay 150$/month (15$ * 10 VPS). My question is: is there a way to not rent a VPS but to host my EAs on my computer and

[MQL5] Invalid stops to buy

Hello, I develop an EA but sometimes, I get the error message: failed market buy 0.1 BTCEUR sl: 772.10 tp: 795.63 [Invalid stops] CTrade::OrderSend: market buy 0.10 BTCEUR sl: 772.14 tp: 795.67 [invalid stops] I try to buy 0.1 BTCEUR and below are all informations I have about the BTCEUR: ask

Invalid stop loss with order send

Hello, I am developping an EA and sometimes when I try to buy or send, I get the error message (sometimes, the transaction is OK) : failed market sell 4.71 #TSLA sl: 42.86 [ Invalid stops ] CTrade::OrderSend: market sell 4.71 #TSLA sm: 42.86 [invalid stops] I understand than my stop loss is wrong