The script is ment to only be used on a day view.
I guess when you want to use it on a week view it must be changed to crossover of weekly price with previous month high and low.
But it has to be backtested to see if that is profitable.
Thanks for your effort. I follow your reasoning, it makes sense. I need to look deeper into it, because there is still going something wrong.
The script is usable, but in some occasions, the signals are not correct,
Hi Mark, Thank you for your help. The conditions are slightly different. Long Setup: Day 1 : The high price crosses above the previous week high. Any day after day 1 : The high price crosses above the previous week high again (or stays there from the previous day). If these conditions are met, a lon...
I created this script to indicate moments to go long or short: https://pastebin.com/2eJ21fqx When the price crosses above the previous week high, and then the second day, if the price stays above or crosses again the previous week high, the signal is given. The problem I have is that the signal is n...
Just finished the master course.
Very good course, but you lost me on strategy scripts.
I'm now experementing with some own scripts, and I'm gonna start the course allover again to have a more in dept understanding.