Topic: Bar Closing ,day closing and week closing

Hello Pop

i noticed that i need either bar closing or day closing or week closing indicators checked-in in the closing point indicator list for the generator to run!!!!  why is that
Regards

Re: Bar Closing ,day closing and week closing

It is because you don't have other indicators that allow "Closing Logic Conditions".

You can workaround this by setting Max number of closing logic slots = 0.

Re: Bar Closing ,day closing and week closing

Thanks Pop  But if i need generator to escape any strategy that use the three mentioned indicators as a closing point what can i do !!!!

Re: Bar Closing ,day closing and week closing

ahmedalhoseny wrote:

Thanks Pop  But if i need generator to escape any strategy that use the three mentioned indicators as a closing point what can i do !!!!

Uncheck these indicators in "Indicators" list of Generator window and set
Max number of closing logic slots = 0.

http://s10.postimg.org/ofkok2erp/screenshot_119.jpg

Re: Bar Closing ,day closing and week closing

Popov wrote:
ahmedalhoseny wrote:

Thanks Pop  But if i need generator to escape any strategy that use the three mentioned indicators as a closing point what can i do !!!!

Uncheck these indicators in "Indicators" list of Generator window and set
Max number of closing logic slots = 0.

http://s10.postimg.org/ofkok2erp/screenshot_119.jpg


You may use "bar closing" i think.

Re: Bar Closing ,day closing and week closing

Popov wrote:
ahmedalhoseny wrote:

Thanks Pop  But if i need generator to escape any strategy that use the three mentioned indicators as a closing point what can i do !!!!

Uncheck these indicators in "Indicators" list of Generator window and set
Max number of closing logic slots = 0.

http://s10.postimg.org/ofkok2erp/screenshot_119.jpg

Hello pop
i followed your instructions but not working . still generator not start when unchecked the three indicators and with max closing logics=0

Re: Bar Closing ,day closing and week closing

pop Could you add Min Number of closing logic slots in common window

Thanks in advance

Re: Bar Closing ,day closing and week closing

Dear Ahmed,
I'm loosing time to check and answer one and the same thing several times.
What do you want?

You see - Generator is working.

http://s10.postimg.org/kxda1f39h/screenshot_120.jpg

Probably the reason for the rejected start is other.

Re: Bar Closing ,day closing and week closing

Popov wrote:

Dear Ahmed,
I'm loosing time to check and answer one and the same thing several times.
What do you want?

You see - Generator is working.

http://s10.postimg.org/kxda1f39h/screenshot_120.jpg

Probably the reason for the rejected start is other.

ok I will double check again for the reason

Thanks

Re: Bar Closing ,day closing and week closing

And What about adding  Min Number of closing logic slots option  in common window

Re: Bar Closing ,day closing and week closing

ahmedalhoseny wrote:

And What about adding  Min Number of closing logic slots option  in common window

Generator tries to find strategies that complies with the settings and criteria with minimum indicators and parameters that are near to their default values. This logic reduces the chance of overoptimization.

If we introduce "Min Number of ...  slots" option, it may lead to a case that Generator will not accept a better strategy only because it doesn't have enough indicators. Or in the best case, Generator will put one meaningless indicator that is never (or allays) satisfied only because it has to put some indicator.

However, you are always able to make such option for yourself by changing the program's code.