Simple Question.
HOW DO I RETURN ALERT PRICE IN TO THE ALERT LIST?
I use Formula Wizard to write my EFS. I get the desired alerts and the shape on my chart appears. Great. However, The alert signal do not return the price of the alert on alert list (nor anywhere).
This is my Alert line entry:
Alert.addToList(getSymbol(), "Buy Now", Color.RGB(160,160,164), Color.RGB(0,255,0))
HOW DO I RETURN ALERT PRICE IN TO THE ALERT LIST?
I use Formula Wizard to write my EFS. I get the desired alerts and the shape on my chart appears. Great. However, The alert signal do not return the price of the alert on alert list (nor anywhere).
This is my Alert line entry:
Alert.addToList(getSymbol(), "Buy Now", Color.RGB(160,160,164), Color.RGB(0,255,0))
Comment