Topic: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

hello

I want to use more thn 9 entry and exit filters.

If I change the config.xml :

  <MAX_ENTRY_FILTERS>25</MAX_ENTRY_FILTERS>
  <MAX_EXIT_FILTERS>25</MAX_EXIT_FILTERS>

there will be a warning when I try to use mor than 9 exit filters.

It says: InvalidArgument=Value for the Value '10' for SelectedIndex.

Is it possible to change the parametervalue for selectedIndex??

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

I cannot reproduce such warning. Can you please explain the steps leading to such warning.

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

another solution for my problem would be if I could say to the Indicators: be in group A, C and for example E, not onla A,B,C... or ANY.
would be nice
than I would`nt need to use that many exit, or entry filters

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

1.) I went to config.xml - changed :   <MAX_ENTRY_FILTERS>25</MAX_ENTRY_FILTERS>
  <MAX_EXIT_FILTERS>25</MAX_EXIT_FILTERS>
2.) started StrategieBuilder
3.) Buildet an new strategie and tried to use 10 exit idicators

than there was this message:

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

Setting multiple groups to an indicator is another interesting idea.
What if use "All" for a group in a combination with other indicators with different groups.
"All" means that indicator participates in all groups.

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

Do you use the latest version of FSB?

http://i.imgur.com/FpGdB.png


Using that much indicators is not recommended.

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

error !!!

Post's attachments

Warning.png 21.82 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

Can you click on "Details" and post first 20 lines.

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

the warning is the on exit filters

I use 2.77.0.0 Beta

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

I  copied/pasted it. Hope that works out.

Post's attachments

warning1.odt 16.97 kb, 3 downloads since 2012-12-19 

You don't have the permssions to download the attachments of this post.

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

Can you try with the current FSB 2.73
I do not remember version 2.77 Beta ?!

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

I m sorry
I mean FSB 2.73.0.0 Beta

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

I understand now. The bug is with user interface. It will be also in the newest version. Anyway, increasing number of indicators beyond the default limits is a hack and comes with its risks smile.

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

Hmmm. It must not be a Beta. I should bump the version number to 2.74.

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

So I can do nothing for now, right?
than I will wait for version 2.74.

thank you very much

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

Popov wrote:

Setting multiple groups to an indicator is another interesting idea.
What if use "All" for a group in a combination with other indicators with different groups.
"All" means that indicator participates in all groups.


That does not work out on my strategy, because no indicator can be used in all groups.
Its more like a matrix whith and/no/nor between the indicators

Re: Max_ENTRY_FILTERS // MAX_EXIT_FILTERS

Its more like a matrix whit and/no/nor between the indicators

I see.

About the crash,  FSB has hard codded the following letters for the closing filters.

CbxGroup.Items.AddRange(new object[] {"a", "b", "c", "d", "e", "f", "g", "h", "all"});

There is no elegant solution to the problem for now.