Alerts and Notifications (206)

Votes
Answers
Views
Question
1
vote
1
answer
839
views
asked 7 years ago by
Hi Mr. Hahn I have tried to set up alerts for EMA crossings and strategies on a TOS Range Chart and nothing seems to work. Do you have a solution to this problem?  
1
vote
4
answers
13075
views
asked 7 years ago by
Currently when I am in a trade looking on my charts tab, the only way I know to check the current P&L is to click over to the monitor tab. Is there a way to view the P&L on the charts tab or some alternative that would allow me to see both at...
1
vote
2
answers
287
views
asked 6 years ago by
I find that time sneaks up on me during the day. The market acts differently near the close. I want to change the background color from 15:45 to 16:15 so that it is a visual reminder to me. How do I do that?
1
vote
1
answer
172
views
asked 5 years ago by
Hi Pete, I was hoping to add an alert to this study. Also hope to add it to the chart with up and down arrows if it cross to the upside or downside. def ema1 = ExpAverage(close, 50); def ema2 = ExpAverage(close, 9); def emaCrossingAbove = ema1[1] <...
1
vote
1
answer
462
views
asked 5 years ago by
How do I add my custom indicators to the MarketWatch/StudyAlert/thinkscript editor, not seting alerts on the indicator itself. My custom indicators show up under the condition wizard but then it popes up error (rec usage is not allowed in this contex...
1
vote
1
answer
573
views
asked 5 years ago by
Thank you so much Pete for sharing your knowledge I have made a contribution and I’ll continue sending contributions as you help me with my many questions! I asked this question yesterday “How do I add my custom indicators to the MarketWatch/StudyAle...
1
vote
1
answer
148
views
asked 3 years ago by
I'm trying to set an alert that's equivalent to a trailing-stop order.  I found this study elsewhere but I'm not sure it's doing what I want, so I thought I'd ask you for your opinion. input Period = 12; input Price = close; def HP = Highest(Price,Pe...
1
vote
1
answer
96
views
asked 3 years ago by
Hello, Currently I use a Custom Condition Wizard Study (for an MA crossover) combined with the built in Price Change Study for a Custom Scan. It searches for a displaced MA Crossover to occur first (either 0 bars or 1 bar ago) then lets me know when ...
1
vote
2
answers
346
views
asked 3 years ago by
Hello, I have some thinkscript code that is looking at the value of a momentum oscillator across several time frames and will return a "1" if conditions are right to take a long entry and some other code that returns a "1" when time is right to exit....
0
votes
1
answer
210
views
asked 7 years ago by
I followed your instructions to a T but are unable to successfully get the code to work.  I have not tried using it live, only by changing the symbol.  Occasionally it will ring and enter a message into the message log but never display the log in th...