Strategy Question

I want to set a variable with it’s value in CME Resources Annex tab, so that the value can be used in strategy. Does anyone know what function I need to use in strategy to get the value that I set in CME?

I thought I have to use getconfigoption… i could be wrong.

thanks in advance.

Hi Vivek,

The function you’re looking for is “GetConfigOption”. Keys/values have to be stored in the section corresponding to the name of URS application or in the section named “ROUTER” on Annex tab of Routing Point, URS application, tenant or TServer application.

R.

1 Like

Have you considered using List Objects - they are a much cleaner way of storing reference data than within the applications themselves.

1 Like

The purpose of my question is, if I kept the data in CME application, then the CME administrator can change the data any time on the fly. For example a threshold value. If not every time I need to make change in the strategy.

2 Likes

If you use List you also have access to modify it through CME - it is accessable in transactions folder (the type of objects ‘List’). All parameters are set in the annex tab of the transactions properties.

Regards
jbobinsk

1 Like