Hi Nicolas, yes I agree. I already wrote them, but couldn’t hurt to ask if anyone experienced similar problem. I compared the code to a a similar one, that does execute, and only thing I could find is I have coded a time frame for trading. A very simple one. Seem very odd that is should generate a rejection, but let’s see what the reply will be. It’s on demo account.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
IF(Time>=08000ANDTime<=220000)then// OR (Time >= 130000 AND Time <= 170000) THEN // no trading during lunch
What IG refer as an EPIC is their own ISN code, so I think the problem came from a server that do not understand what instrument your strategy is willing to trade.. You are not the first to have this kind of error. Look on other forums thread:
Thanks Nicolas. IG came with a respond. I will post it here for future references.
“The issue you are having is if a product code that is used to reference an instrument in your watchlist or platform is out of date. The solution is very simple and all you need to do is go to the IG platform and then search for the product in the finder and then once you have found it please can you add this to a watchlist”
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue