Комментарии:
Pity it doesn't work for labels
ОтветитьIT'S ABOUT TIME!!! OMG, I have a lot of coding to do! Thanks for showing this!
ОтветитьGreat job 👏
ОтветитьThanks a lot for that important info.
BUT... is is also possible in the opposite direction?
I have a big script and I would have to change all possible plots.
like.. overlay= false and this plot will shown in the external window.
I tried it, but doesn´t work in this way.
thanks
Could you please make a video on Maps, Matrix and how these are different than array?
ОтветитьOmg, does it work in strategies?
ОтветитьThanks Matt! At last! This has been a long time coming!
ОтветитьAwesome vid! Though, don't stop saying "Like this video" LOL... I know we're all sick of hearing it and you're sick of saying it, but the truth is, as soon as a video is coming to an end - I'm already looking to close or go to another video and I forget to LIKE, even if the vid was good. I know weird, but true
ОтветитьHi guys i am trying to make the shortest strategy code...
copy and paste;
strategy("IO"), v=low
strategy.entry("S",strategy.short,when=v<v[1])
strategy.entry("B",strategy.long,when=v>v[1])
works on BTCUSD 15m
Great Video, and thanks for sharing! HOWEVER, I think I’ve found a bug in the force overlay function! At least on Mac using Chrome. I did a Bollinger Band overlay (just copied the default TV BB code into my script, and deleted the “indicator” first line. Works great UNTIL you do a right click “Reset Chart View”. Suddenly the price bars disappear! Actually I think they scrunch into a line (like an aberrant zoom out). Nothing I do can bring it back, EXCEPT to refresh my TV window. Then it all comes back as expected. Scrolling and everything seems to work: just can’t Reset your view with the popup menu selection. Hopefully this gets fixed quick (if enough complain: hint, hint)
Ответитьhow to handle scaling issue if I want to plot a rsi with stock value 22000 index with force oveelay
Ответитьthanks for sharing this! you're right, this should've been a thing YEARS ago but at least somebody's catching up on their backlog over at tradingview
Ответитьdo you hare any tutorials that cover scaling in and scaling out of positions? thanks
ОтветитьIs it also working for strategies?
ОтветитьHow do you add more than one sub window ?
Ответить