♥ 0 |
Hi Pete. Can you help me with creating a scan in TOS that will show stocks that has an EMA(9)crossover VWAP. I would like to have the scan to show stocks with EMA crossing above or below the VWAP.
Marked as spam
|
Please log in to post questions.
Hi Pete. I’m getting an error when I attempt to load the code in TOS scan. Below are the details:
No such function: ExponentialMovingAverage at 2:11
No such function: ExponentialMovingAverage at 2:11
Identifier Already Used: scan at 8:6
No such function: ExponentialMovingAverage at 2:11
Incompatible parameter: close at 2:5
No such function: ExponentialMovingAverage at 2:11
Incompatible parameter: 9 at 2:5
Already assigned: scan at 8:6
No such function: ExponentialMovingAverage at 2:11
No such function: ExponentialMovingAverage at 2:11
Identifier Already Used: scan at 8:6
No such function: ExponentialMovingAverage at 2:11
Incompatible parameter: close at 2:5
No such function: ExponentialMovingAverage at 2:11
Incompatible parameter: 9 at 2:5
Already assigned: scan at 8:6
Sorry, did that from memory and missed something. I just updated the code in my answer. Try it now.
Sorry, there are two scan signals at the bottom of the code. I forgot to add a “#” comment mark in front of one of them to turn it off. I updated my answer to correct this. You can only run one scan signal at a time. Move the “#” mark to switch between them.
Thank you very much!