Hey all. I asked this on reddit but I wanted to get more eyes on it just to see if its doable.
For starters, Im not a coder (played with php when I was younger but not well versed at all). So I know the sytax is wrong but I think the coders here will get the jist of what Im trying to achieve.
I want to create a watchlist that has only a single custom script in it, and it would be trying to interpret a halt situation. Example.
if(currentVol-3 > 5mil && currentVol-2 == 0 && currentVol-1 == 0){
halted = true;
}
Trying to see if it would read that the stock WAS trading high, but then all of the sudden within 2 one minute candles went to zero volume indicating a likely halted situation. I was told on reddit that its not possible to set an alert such as:
Alert "$ticker may be halted!";
Where it would dynamically insert the ticker that is triggering the conditions. Any help would be appreciated.
For starters, Im not a coder (played with php when I was younger but not well versed at all). So I know the sytax is wrong but I think the coders here will get the jist of what Im trying to achieve.
I want to create a watchlist that has only a single custom script in it, and it would be trying to interpret a halt situation. Example.
if(currentVol-3 > 5mil && currentVol-2 == 0 && currentVol-1 == 0){
halted = true;
}
Trying to see if it would read that the stock WAS trading high, but then all of the sudden within 2 one minute candles went to zero volume indicating a likely halted situation. I was told on reddit that its not possible to set an alert such as:
Alert "$ticker may be halted!";
Where it would dynamically insert the ticker that is triggering the conditions. Any help would be appreciated.
Last edited: