Community Forums › Forums › Ready-to-use Robots › Prop Firm Robots › Prop Firm Robots: Errors and Solutions
- This topic has 782 replies, 1 voice, and was last updated 1 week, 1 day ago by
jordan6566.
-
AuthorPosts
-
August 18, 2023 at 5:40 pm #192161
Aleix Marti
ParticipantIn the backtest I get a lot of errors. Please help! I don’t know where the problem comes from.
August 18, 2023 at 5:45 pm #192156Aleix Marti
ParticipantThanks for answering me. But the question is, in which do you run the ea, mt4 or mt5 for FTMO account? Because in MT4 when you open the folder to put the EA it only gives the option to put the MT5 version, I don’t know if that will be a problem. Why does it have to do with the type of Hedge or Netting account, right?
Well let’s see if someone can clarify it for me so that I can get it ready to launch operations.
Thank you.
August 18, 2023 at 5:47 pm #192165Alan Northam
ParticipantIf you are using MT4 then you need to use EURUSD M1 FTMO Filter M30.mq4.
If you are using MT5 then you need to use EURUSD M1 FTMO Filter M30.mq5 (EURUSD M1 FTMO Filter M30).
August 18, 2023 at 6:05 pm #192170Aleix Marti
ParticipantExcuse me, the backtest is OK! Everything works! Thank you so much!
August 28, 2023 at 7:30 pm #194250Janek
ParticipantI was getting the same error in MT5 on demo account and strategy tester:

Press F4 (to get to MetaEditor), go to Search – find in files:


Find what: return ((ENUM_ORDER_TYPE_FILLING)OrderGetInteger(ORDER_TYPE_FILLING));
Replace with: return (ORDER_FILLING_IOC);
Press Replace in FilesNow compile all AE that you needed to change and restart MT5.
I am not sure what does this change do I am not developer. But it fixed my issues.Thanks,
JanekAugust 29, 2023 at 1:54 pm #194576Petko Aleksandrov
ParticipantThanks for sharing all of that!
Also, with the latest update of the FSB Pro, this problem should be solved. I updated the EAs as well.
August 30, 2023 at 2:07 am #194703Marisa Morabito
ParticipantHi, I have installed the robot, and have used them in the past with other companies so I am not a newbie by all means. But I am having a difficult time with this getting it to place a trade. The smily face is on, I made sure to select auto-trading prior to adding the chart, and the time-frames are accurate. Any other suggestions on why it isn’t working? I have it set on the M1 so I would have thought many trades should have been placed as it has been running non-stop since this morning and it is now evening here. Looking forward to getting this to start trading, thanks! 🙂
August 30, 2023 at 2:12 am #194712Alan Northam
ParticipantI back-test the FTMO Robot on an FTMO Demo account. My results from Aug 1, 2023 through Aug 15, 2023 shows the robot took approximately one trade per day. My back-test from Aug 16, 2023 through Aug 29, 2023 shows the robot approximately one trade every other day. Here is a link to my back-testing:
August 30, 2023 at 9:49 pm #194871John Morey
MemberI have the same issue as Marisa. loaded properly with smiley face for 4 days now and still no trades have been opened. is this normal?
August 30, 2023 at 9:54 pm #194895Alan Northam
ParticipantWhat size is your account and lot size?
August 30, 2023 at 9:57 pm #194893Janek
ParticipantCould you go to Experts tab and see if you are getting any errors?
August 30, 2023 at 10:01 pm #194888Janek
ParticipantI am getting this error: ModifyPosition: OrderCheck: Position specified has already been closed
Is it anything that I should be worried about or it is not the error but a notification?
August 30, 2023 at 10:05 pm #194905Alan Northam
ParticipantLooks like you are trying to close a position that has already been closed. Remove EA from chart. Close MetaTrader and reload. Add EA back to chart. This should give you a fresh restart.
August 31, 2023 at 12:13 am #194906Janek
ParticipantDone, this has resolved the issue. Thanks! Hopefully is nothing to do with amount of advisers from you I have been
testing 🙂
August 31, 2023 at 12:14 am #194935Alan Northam
ParticipantShould be good to go as long as lot size is adjusted properly so you don’t go over the margin limit and you don’t have more than 100 EAs!
-
AuthorPosts
- You must be logged in to reply to this topic.