SymbolNames as parameter input

Created at 14 Dec 2023, 08:45
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!
SH

Shares4UsDevelopment

Joined 14.10.2018

SymbolNames as parameter input
14 Dec 2023, 08:45


Make the available symbolnames available as parameter like:

[Parameter(DefaultValue = SymbolName)]
public Symbol MySymbol { get; set; }

You can ofcourse use a string but that restarts the indicator everytime a character is input (UGLY!!)


cTrader Automate
@Shares4UsDevelopment