- ago
In Wealth Lab 6.9 there was a "Gap Down" condition, where you could set the percentage for the gap.

Is this possible in WL 7.0? I mean, "Indicator % Above/Below to Indicator" would only work if I could refer to yesterdays low. So, comparing todays high with yesterdays low.

Or is there another way to do it?

Best regards
Werner
2
1,144
Solved
12 Replies

Reply

Bookmark

Sort
- ago
#1
Currently there is no Gap condition in Blocks but we're discussing how to implement it best because the Indicator conditions you just mentioned are not sufficient for the purpose.

If you wish to backtest gaps, for now you might want to resort to the included "Gap Closer" strategy (code-based, in "Sample Strategies" folder).
0
- ago
#2
I think it would be great to have the following variables available for the conditions:

high (yesterday)
low (yesterday)
open (yesterday)
close (yesterday)

That would enable to identify gaps and would make many other criterias possible.
0
- ago
#3
"Indicator compare to Indicator" has "How many bars ago" which implements exactly this comparison to yesterday or whatever bars ago you set. Also there's a more general Qualifier block called "N Bars Ago".
0
- ago
#4
Eugene, thanks. So, with this a gap condition can be created? Comparable to the function in WL6.9 - where you could require a specific amount - e.g. a 5% gap?

Best regards
Werner
0
Glitch8
 ( 10.94% )
- ago
#5
No, we would need to add a "How Many Bars Ago" parameter to the "Indicator % Above/Below Indicator" Condition Block, just like the one in "Indicator Compare to Indicator". Once we did this, gaps could be realized with this Block. We should be able to make this handy addition ASAP!
0
Best Answer
Glitch8
 ( 10.94% )
- ago
#6
It is in place for Build 12.
1
- ago
#7
Updated the WL6 to WL7 cheat sheet!
https://wl6.wealth-lab.com/Forum/Posts/Rules-WL6-gt-Building-Blocks-WL7-40617/
0
- ago
#8
OK, thanks everybody!
1
- ago
#11
Let's also have a simple gap condition in PowerPack's build 8:
0
Glitch8
 ( 10.94% )
- ago
#12
Also don’t forget that Gaps can already be modeled in standard Building Blocks as described on Post #5.
0

Reply

Bookmark

Sort