A short description of my situation:
- I implemented a drawing tool "Custom Fibonacci Retracements".
- This drawing tool inherits from the default Fibonacci Retracements.
- The custom part of the drawing tool is that the PriceLevel lines are drawn till the end of session and not till the right end of chart if "extend right" is checked.
- This drawing tool is drawn by an Indicator for specific time frame which is entered as parameters.
- The indicator also excepts a template name for the drawing tool.
- I exported the Indicator and the drawing tool.
- The export was imported both on five different PCs. 4 of them have no problems. 1 Throws the following exception:
- System.ArgumentException: The value "NinjaTrader.NinjaScript.DrawingTools.PriceLev el" is not of type "NinjaTrader.NinjaScript.DrawingTools.PriceLev el" and cannot be used in this generic collection.
- The Exception is thrown when the user tries to add a new price level or edit an existing one (e.g. change color).
Any ideas or suggestions would be very welcome.
Thank you all in advance.

Comment