- ago
Hello, I would like to implement this strategy with b.blocks:

• Moving average length of Bollinger Bands: 100 days (SMA100)
• Entry point (top band): 3 standard deviations above SMA100
• Exit point (bottom band): 1 standard deviation below SMA100

what is the best way to do this?
1
69
Solved
2 Replies

Reply

Bookmark

Sort
Cone8
 ( 6.32% )
- ago
#1
You shouldn't have any problem building that after watching the WealthLab U. videos:
https://www.youtube.com/playlist?list=PLcYQ6caO-N5yiSXsCqbDoAHDIdxTgFOEQ

Use the Indicator Crosses Indicator condition.
Use Close, BBUpper and BBLower for the indicators and set the period and stdDevs parameters as required (100, 3.0) etc.
1
Best Answer
- ago
#2
Thank you.
0

Reply

Bookmark

Sort