♥ 0 |
Hello Pete, What is the code to display red or blue arrows when Kijun Sen & Tenkan Sen crossed? Please advise. Thanks!
Marked as spam
|
Private answer
This was already covered in a video we published right here on the website: https://www.hahn-tech.com/thinkorswim-alert-ichimoku/ Be sure to watch the video to learn how each of the signals function and how to adjust the settings.
Here are the two lines of code you might want to modify:
.... and here is how you would modify them to remove the requirements for Cloud and close:
Marked as spam
|
Please log in to post questions.
No, it's still not correct. Just delete the original two lines and replace them with the last two lines in the answer I provided. In you comment above, the only new line you added was this:
def trendContinuationShort = (Tenkan Kijun[1]);
And it does absolutely nothing at all. Not to mention it is not even close to the code I provided in my answer.