- ago
Hi,

I'm probably making some rookie error so please correct if I am.

Selecting building block strategy, TQQQ 1 day data for 1000 days, Buy at Market if falling above trendline based on peaks, linear and sell if rising below peaks linear gives the back test error: no executor error.

Its the same with 15 minute data and using the the Trendline break advanced.
0
438
Solved
5 Replies

Reply

Bookmark

Sort
- ago
#1
Hi,

I can duplicate the "No executor" error. Let me see what's wrong.
0
- ago
#2
Found it. The Block generators inserts a duplicate line:
CODE:
ChartDisplaySettings cds = new ChartDisplaySettings();

Workaround: If you open it as a C# coded strategy and delete the duplicate, the strategy should work.
0
- ago
#3
Fixed this for B13.
0
Best Answer
- ago
#4
Just confirming that worked thank you.
0
- ago
#5
BTW, the "No Executor" error will be spelled in a more user friendly manner in B13 and up.
0

Reply

Bookmark

Sort