Hi,
I have been using the RealTimeSwings.efs (attached) that was posted.
How can I get an alert with the close-price, if the swing is change between long and short? ->>
Alert.addToList(getSymbol(), "go long, price is "+close()+"", Color.black, Color.green);
Alert.playSound("swoosh.wav");
Alert.addToList(getSymbol(), "go short, price is "+close()+"", Color.black, Color.red);
Alert.playSound("train.wav");
Where I have insert the rows?
Can anybody help me?
Torso
I have been using the RealTimeSwings.efs (attached) that was posted.
How can I get an alert with the close-price, if the swing is change between long and short? ->>
Alert.addToList(getSymbol(), "go long, price is "+close()+"", Color.black, Color.green);
Alert.playSound("swoosh.wav");
Alert.addToList(getSymbol(), "go short, price is "+close()+"", Color.black, Color.red);
Alert.playSound("train.wav");
Where I have insert the rows?
Can anybody help me?
Torso
Comment