Search found 83 matches

Go to advanced search

by Matthew
Thu Sep 30, 2021 12:41 am
Forum: General Trading Discussions
Topic: Update Alerts
Replies: 2
Views: 4515
 
Jump to post

Re: Update Alerts

Hi Seabass! Unfortunately I don't believe this is possible. You will need to re-set all of your alerts using the new script code. I know it's a pain and I have to do this from time to time myself, but once an alert is set the only thing you can modify on it is the alert conditions in the alert setti...
by Matthew
Thu Sep 30, 2021 12:39 am
Forum: Pine Script Q&A
Topic: Undeclared identifiers
Replies: 2
Views: 1430
 
Jump to post

Re: Undeclared identifiers

Hi grdnryn! The problem here is due to the if statement scope. Under "if(TuesC)" you create the label variables and they only exist within that scope. What you need to do is remove them from the scope first, like this: //@version=4 study(title=" Weekly Initial Balance", shorttitle="WkIB", overlay=tr...
by Matthew
Thu Sep 30, 2021 12:30 am
Forum: Introductions
Topic: Hallo everybody and thanks for this Forum! :happy3:
Replies: 2
Views: 1570
 
Jump to post

Re: Hallo everybody and thanks for this Forum! :happy3:

That's awesome to hear Dark_Trader! Welcome to the group my friend :) I hope you achieve your goals. Pine Script is a great language to learn and once you master it you'll be able to learn Python even easier I would think. And even if you don't end up learning Python, you can still create some prett...
by Matthew
Thu Sep 30, 2021 12:27 am
Forum: Request Scripts
Topic: minimum value of a set of candles around a crossover of moving averages and plot the candle with this minimum value
Replies: 3
Views: 2083
 
Jump to post

Re: minimum value of a set of candles around a crossover of moving averages and plot the candle with this minimum value

Hi Dark_Trader! Unfortunately I don't have time to help with this as it would take me at least half an hour or maybe more to figure out what you're trying to do with your script and how to add this functionality to it, but hopefully someone here who has taken my Mastery Course will be able to help y...
by Matthew
Fri Sep 24, 2021 6:14 am
Forum: Introductions
Topic: Hi Guys & Girls
Replies: 1
Views: 1375
 
Jump to post

Re: Hi Guys & Girls

That's epic Guan Hor! Welcome to the group my friend. I think you are going to love Pine. I didn't start trading until 2017 so I can't relate to trading back in 2008, but I was coding back then and I can definitely say that coding has become SIGNIFICANTLY easier and more simple since then. Pine is a...
by Matthew
Fri Sep 24, 2021 6:11 am
Forum: Pine Script Q&A
Topic: Multiple crossing MA:s as indicator
Replies: 1
Views: 1244
 
Jump to post

Re: Multiple crossing MA:s as indicator

That's an interesting challenge! Unfortunately I don't have time to take it on myself, but here is some code that might help you get started with the idea if you can't find someone to help - this is one way to detect if an MA has crossed over two others: // This source code is subject to the terms o...
by Matthew
Thu Sep 16, 2021 8:49 am
Forum: Introductions
Topic: Hi Matthew and others, strategy invite...
Replies: 1
Views: 1233
 
Jump to post

Re: Hi Matthew and others, strategy invite...

Hi Inboxmover! Welcome to the forum :) thank you for the kind words and best of luck with your trading my friend! And good luck with your projects, you're right - it can be a rabbit hole with no light at the end of the tunnel sometimes, but with perseverance and journaling and improving on each iter...
by Matthew
Thu Sep 16, 2021 8:46 am
Forum: General Trading Discussions
Topic: What is your opinion ...
Replies: 1
Views: 3615
 
Jump to post

Re: What is your opinion ...

Hi Inboxmover! To be honest I can't make heads or tails of that screenshot and have no idea what's going on with so much random stuff on the chart, so I don't really have an opinion haha. What is that all about?
by Matthew
Tue Jul 20, 2021 4:07 am
Forum: General Trading Discussions
Topic: Hola everyone
Replies: 1
Views: 4042
 
Jump to post

Re: Hola everyone

Hi pineapple! Sorry for the late reply my friend, I've been extremely busy working on new material (and improving my own trading lol - it's a never-ending job). I'm not sure I understand the problem you're having properly, but if you mean when you click on your alerts the TradingView platform loads ...
by Matthew
Tue Jul 20, 2021 4:03 am
Forum: Share Your Scripts
Topic: My first public script
Replies: 1
Views: 3887
 
Jump to post

Re: My first public script

That's awesome Phoenix! Well done mate, the script looks great. I love the aesthetic of your color scheme and interface, very sleek. Good luck with your coding and trading journey my friend :)

Go to advanced search