[SQ4 B5] Although I´ve unselected both components in "Strategy Control", they still get used in Strategies.

As I absolutely want to avoid trade chain dependency, I will never
used
the "No Trade Recently Closed" and the "Trade Recently Closed" building blocks in "Strategy Control". Both are unselected, yet SQ4 still generates strategies that use it, see:


--------------------------------------------------------------------
Pseudo Source Code of Strategy 0.7817


  Generated by StrategyQuant 4.0 Beta 5 for MetaTrader
  at 09/01/2017 15:08
--------------------------------------------------------------------



Main chart = Current Symbol / Current TF


====================================================================
==== Trading Rules
====================================================================
==== Rule: Long entry ====
if (Is Bar Open
   and (No Trade Recently Closed
   and (DeMarker(Main chart,8)[10] > Aroon(Main chart,42).Down[2])))
{
    // Action #1
..............................................



Attachments
No attachments
  • Votes 0
  • Project StrategyQuant X
  • Type Bug
  • Status Refused
  • Priority Normal

History

?
#1

anonymous

01.09.2017 17:21

Task created

MF
#2

Mark Fric

02.09.2017 08:29

Status changed from New to Refused

No Trade Recently Closed block is used in the default strategy template exactly to avoid trades chain dependency. It will not open new trade if the last trade just closed.


So it is hardcoded in the template, you cannot turn it off. Do you stil get strategies with chain of trades?


But we'll be improving the strategy template in Beta 6, and we'll introduce a new default one based on signals. 

?
#3

anonymous

04.09.2017 01:42
OK, maybe I am confusing this block then. All I want is that there is no dependency on previous trades in my strategies. Each entry should only be based on an indicator, not if a trade closed X bars ago or not. And of course, there should be only 1 trade at a time. If that block does exactly that, then it´s fine:)

Votes: 0

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please