SymbolNames as parameter input
Created at 14 Dec 2023, 08:45
SH
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