install missing namespace in cAlgo "using System.Windows.forms;"

Created at 13 Jun 2020, 16:34
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
ZuniSoft's avatar

ZuniSoft

Joined 11.03.2019

install missing namespace in cAlgo "using System.Windows.forms;"
13 Jun 2020, 16:34


Hi, I have a question regarding using some C# functionality, like windows form or other.
I would like to add this namespace in my EA & indicator

using System.Windows.forms;

but .forms class is missing. it would be a great help someone can guide me on how to install missing namespace classes in cAlgo. to use additional features.

Like we use in VisualStudio.


@ZuniSoft
Replies

PanagiotisCharalampous
15 Jun 2020, 09:44

Hi ZuniSoft,

Check here on how to add a reference in a cBot.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous