This indicator best for daily timeframe?
5m looks pretty good so far.
This indicator best for daily timeframe?
Attached is the pic of the setting for Savage uparrow signal. Not sure, it does not look like I got anything. Not sure if I did anything wrong.Let me give it a shot. Thanks BenTen!
Is that it? Just the value of bull? Want certain coloring when under or over a certain value?I would like to add a simple custom column in my watchlist that shows me the "bull" value. If anyone could help me attain this, I would be grateful!
This seems to me that your trying to use it as a scanner, TOS shouldnt be telling you that "AddLabel" is not Allowed if your using it as a custom watchlist column. Are you sure your trying to add as a watchlist column?Bear.assignValueColor(color.red);
Bull.assignvalueColor(color.green);
addLabel(yes, if Bull > Bear then "Bullish" else "Bearish", if Bull > Bear then Color.Green else color.red);
assignpriceColor(if Price_Color AND Bull > Bear then color.green else color.current);
assignpriceColor(if Price_Color AND Bull < Bear
This is part of the watchlist code where I am getting error
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
Start a new thread and receive assistance from our community.
useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.
We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.
If you are new, or just looking for guidance, here are some helpful links to get you started.