Is there a way to add an email Alert to the .efs code? So an email will be sent to the email address already established in the Application Properties of eSignal 11? Or by including the email address in the code?
Alert.addToList(getSymbol(), "Price is > " + Length + " Bar " + Type, Color.black, Color.green);
Alert.playSound("swoosh.wav");
Alert.addToList(getSymbol(), "Price is > " + Length + " Bar " + Type, Color.black, Color.green);
Alert.playSound("swoosh.wav");
Comment