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?
• 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?
Rename
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.
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.
Thank you.
Your Response
Post
Edit Post
Login is required