B
Posts made by bartcuijpers
-
RE: custom indicator with ENUM as optimazation variableposted in Questions & Answers
@jstap This returns the following error on compilation:
Compilation errors 'fromCluster' - identifier already used ambiguous access, can be one of: 'c' is not a class, struct or union 'fromCluster' - some operator expected 'c' is not a class, struct or union 'fromCluster' - some operator expected -
RE: custom indicator with ENUM as optimazation variableposted in Questions & Answers
@jstap Take a look here;
https://fxdreema.com/shared/mtyMiHVEI want the 'fromCluster' parameter to be a user defineable paramater, just like the other paramaters.
-
RE: custom indicator with ENUM as optimazation variableposted in Questions & Answers
Take a look here;
https://fxdreema.com/shared/mtyMiHVEI want the 'fromCluster' parameter to be a user defineable paramater, just like the other paramaters.
-
custom indicator with ENUM as optimazation variableposted in Questions & Answers
I created a custom indicator which uses a custom ENUM.
How can I use this ENUM parameter as input for optimazation? -
Get value from 'check'-blocksposted in Questions & Answers
I was wondering if it's possible to get the actual value from a check block, like 'Check profit (period of time)' and store the examined profit in a variable.