♥ 0 |
Not a coder, but following your vids. I am interested in building a custom TOS watchlist for futures only. I would also like to create a custom study to allow me to see only trades:
I have come up with the following script (top the high side only): close is greater than or equal to SimpleMovingAvg(“length” = 200).”SMA” and close is greater than PriceChannel().”UpperBand” and close from 1 bars ago is greater than PriceChannel().”UpperBand” from 1 bars ago and close from 3 bars ago is less than or equal to PriceChannel().”UpperBand” from 3 bars ago I am looking to create the watchlist that will only show futures that meet this criteria. Also, how would I incorperate the low side into a single script or would I need to build a second script for that? Thank you for the help.
Marked as spam
|
Please log in to post questions.