I have been using the Generic Broker Functions in v10.6 to trade through Interactive Brokers, and these have worked fine.
If I use the same efs code in v11.5, I receive error messages such as:
C:/Users/hp/Documents/Interactive Data/Formulas/My Formulas/H.efs, line 4422: Error: Function 'buyStop': is invalid exchange for this contract
C:/Users/hp/Documents/Interactive Data/Formulas/My Formulas/H.efs, line 4523: Error: Function 'sellShortStopLimit': is invalid exchange for this contract
C:/Users/hp/Documents/Interactive Data/Formulas/My Formulas/H.efs, line 4413: Error: Function 'buyLimit': is invalid exchange for this contract
No orders are sent to IB and the efs code blows up. What should I be doing differently? Is there documentation?
If I use the same efs code in v11.5, I receive error messages such as:
C:/Users/hp/Documents/Interactive Data/Formulas/My Formulas/H.efs, line 4422: Error: Function 'buyStop': is invalid exchange for this contract
C:/Users/hp/Documents/Interactive Data/Formulas/My Formulas/H.efs, line 4523: Error: Function 'sellShortStopLimit': is invalid exchange for this contract
C:/Users/hp/Documents/Interactive Data/Formulas/My Formulas/H.efs, line 4413: Error: Function 'buyLimit': is invalid exchange for this contract
No orders are sent to IB and the efs code blows up. What should I be doing differently? Is there documentation?
Comment