TradingView
A_Traders_Edge
12 okt 2022 20:14

[ChasinAlts] The Great Reset 

Bitcoin / TetherKuCoin

Beskrivning

Hello fellow tradeurs, "The Great Reset" just tracks the % change of a coin. For whichever reset hour is chosen,
once the reset time is reached the % changes of all the coins reset to 0. This is great to find which coins have
been moving the most and to be able to see how all of them are moving compared to the rest. Once the reset interval
is up and the % change resets to 0, you can see the "*" at the end of the plots and if you hover over it the coin's
name is shown in a tooltip. Lastly, if a threshold of 5 is selected and alerts are also used then it will alert you at that % change
level as well as threshold*2 and threshold*3 so you can be notified if a coin is going on a tear and pumping through those % change
levels (the threshold, threshold*2, and threshold*3 levels are also printed as Hlines on the chart)
There is also the Printed Bar Filter to only show the coins that have been moving the most according to the values set in the filter
(if you choose to use/select to use the filter). This is the same filter on many of my other scripts so as not to
clutter up the chart with coins that have not been moving much. Hope it comes of some use to anyone.
Peace and love people...peace and love. -ChasinAlts

Versionsinformation

Added the ability to view RSI Level next to the Coin's name label as well as change the length of RSI. Also, restructured a few small things for their organizational effect and for speed of load time. Reworked Total Market Avg calculation to get Avg from array that all % changes are now pushed to (was inaccurate for the 4th set of coins since there was not exactly 40 coins in that set)
Kommentarer
Anchovy1912
Dude, This indicator is simple and brillant. thankk youu
vanjeer88
Hi sir, I love this script a simple rework on the arrays would be appreciated. Because its so messy, when I turn on the financial labels name on the axis, it appears as coin1, coin2 ..., I hope you are able to show the actual coin name. This small change will help a lot! Thanks!
A_Traders_Edge
@vanjeer88, On lines 121-160. next to 'title=' is what will show up if your wanting to view the name labels. This title/name of the plot cannot be dynamically changed like the coin set can in the inputs so whatever you put there will stay there. if you want a particular set of coins to show up in the titles simply replace the 'coin01, coin02, coin03, etc' with the names of the coins you want. I had to keep them at the names I did because the coin01 can be any of 4 diff coins depending on the set you select in the inputs but again the title/name cannot change with the selection as the coin set can. Hope that makes sense. Lemme know if it doesnt.
vanjeer88
@chasinalts, yes it does, been trying to tweak the script to no avail and just decided a hacky join of coinames with a pipe |.
ttnoire5782
Hello sir, Is it possible to add a new pair of coins?? Like Agix, Cfx, etc...
A_Traders_Edge
@ttnoire5782, Sorry I didnt see this....Yes it is SUPER simple. on lines 78-117...the first column of coins on the left is coin set 1 and 2nd column is coin set 2 and same for 3rd and 4th column being coin set 3 and 4. Simply replace whichever coins you would like to with the ones you want. Simple as that.
relievedLeader63105
Loving this script! I was trying to make a slight amendment to it though and am struggling. I'd like the reset to happen at 8 or 9am (when I wake up!) so I can look at the indicators and see which are potentially moving. I can then place my trades whilst having breakfast and track them over the course of the day. I think it has something to do with the timeframe.period in the request security function:

[_chg, c] = request.security(_tID, timeframe.period,f_chg(time,high,low,close,hour),ignore_invalid_symbol=true)

but couldn't make it work!

Thanks in advance!
A_Traders_Edge
@relievedLeader63105, I really like the way you are using the indicator....though with how you are using it, I suggest you go a different route, needing a different indicator. One that you can select the time on the chart (after you add the indicator) and it will start all the plots at that point in time. Ive actually already created this one and have it backlogged (I've literally got at least 50-75 backlogged that Ive been meaning to add but it just hasnt landed in my "Immediate" bin as of recent. I will get to that one today or tomorrow hopefully. Now all of my scanners are Kucoin Margin Coins. Do you want to be able to view the market as a whole (like this indicator is doing) or JUST a few coins that you are trading?
relievedLeader63105
@chasinalts, I actually like the idea of pre-populated coin sets as I can never decide which ones to track! But I do have a list of about 20/30 that I follow (that fit the current narrative). It would be good to adapt the script so the user can choose their own coins via input rather than having to edit the code. There's a script by QuantNomad that allows you to do that (one of his multi screener scripts). Not sure whether you could incorporate that.

As for being able to select a time on the chart to start plotting, that sounds really interesting. The problem I find when kucoin top gainers table is it is difficult to track the coins as they move up into the table. Your indicator visualises the coin movement on the chart which is something I find really useful.

By the way, the current work around I have for setting up the indicator to start from 8am is just to select 8 hours for the reset time. It then splits the day into 3 with one of the sessions starting at 8am
A_Traders_Edge
@relievedLeader63105, Hey sorry, I started typing a response and forgot to go back and finish/submit it. Im slightly confused by your last msg as to what you exactly want the script to do. Can you be precise in what you are looking for and I'll take care of it the rest for you. If I could just ask for a few days worth of patience as I've got a few things going on in the immediate future.....but nonetheless I'll get it done because I can se how it would be helpful for others as well. I'll ding you on this comment thread and let you know when Ive submitted it. If you don't hear from me in the next 3-5 days send me a little reminder. Cool?
Mer