General Discussion · Country or type in filter
|
jmp23834 msg #149279 |
10/3/2019 7:45:27 PM
Is there a way to test for symbol type or country?
Example:
type = Common Stock
country = USA
|
General Discussion · MyRating with watchlist
|
jmp23834 msg #148040 |
6/4/2019 1:51:15 PM
I have a 3 watchlist that I am scanning. When I add a myrating statement I only get hits from the first watchlist. If I remove the myrating statement I get hits on all 3 lists. What am I doing wrong?
apply to watchlist(A, B, C)
myrating not hold
Close crossed above SAR in the last 2 days
|
General Discussion · Display watchlist name
|
jmp23834 msg #147944 |
5/28/2019 12:17:02 PM
pa247 Thanks. That gives me what I want without any code.
|
General Discussion · Display watchlist name
|
jmp23834 msg #147924 |
5/25/2019 5:15:23 PM
Is it possible to display the watchlist name in a column? I use 3 watchlists and want to display the name so I know where the symbol was.
Ex:
apply to watchlist (A, B, C)
add column watchlist name //Should show A, B, or C
|
General Discussion · Custom date in watchlist
|
jmp23834 msg #147796 |
5/15/2019 2:52:39 PM
This is where I'm headed but I want the date to equal the date I set myrating to hold. Or I can add a date to the watchlist. Each symbol will have a different date
|
General Discussion · Custom date in watchlist
|
jmp23834 msg #147780 |
5/12/2019 4:08:57 PM
I have a watch list of stocks I trade. When I purchase a stock I turn on the "Myrating" to hold. Is there a date associated with when this is turned on? Or can I add a date to the watch list and enter it when I open a position?
Ultimately I want to create a script that calculates a stop based on the ATR on the day I purchased. For example:
set {Risk, DATE(PurchaseDate, ATR(14)*3)}
set {Stop, High since PurchaseDate - Risk}
I have look at the chandelier exit but it acts differently and is not tied to purchase.
|
General Discussion · Watch lists
|
jmp23834 msg #146997 |
3/18/2019 6:20:29 PM
Venice, works great. It also allowed me to eliminate the Open watchlist. For the buy filter I use this:
show stocks where myrating is not hold
apply to watchlist(potential)
For the sell filters I just dropped the not:
show stocks where myrating is hold
apply to watchlist(potential)
Thanks
|
General Discussion · Watch lists
|
jmp23834 msg #146973 |
3/17/2019 7:44:31 PM
Great idea except it is a global setting. I have other filters for the Open watchlist that look for exits so I don't want to ignore them.
|
General Discussion · Watch lists
|
jmp23834 msg #146953 modified |
3/16/2019 5:31:24 PM
I have a watchlist of stocks I frequently trade and use a filter to identify entry points. Sometimes I already have a position and would like to ignore those stocks. I created a second watchist of open positions. Is there a way to exclude those?
Example: apply to watchlist (Potential) but exclude (Open)
|
General Discussion · I am new to this site need Filter help
|
jmp23834 msg #144909 |
10/10/2018 9:00:27 PM
Four, how do you create the grid and mini charts below your filter. I don't see that on any of my filters?
|