@MAYissues There is no need to modify the code. Just disable the extended hours from your chart settings and also exclude it from the scanner and it should work.
Can someone help my alerts are not working no sound. Can someone add an alert to this study for me
how do i change the agg period to suit ticks chart? i trade specifically on 1000 ticks, would this be possible?
Ah! Got it now!@Playstation There is no notion of time on Tick charts, so what you're suggesting is not possible
Just add the following 2 lines to the end of the study I posted above - it will give alerts when the arrow prints
Code:Alert(buySignal, "MACD Buy Signal", Alert.BAR, Sound.Ring); Alert(sellSignal, "MACD Sell Signal", Alert.BAR, Sound.Bell);
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.