JedeyeFX allows you to set condition-based alerts, just like it is done with the Buy/Sell Open/Close Order Conditions for opening and closing orders. Since the conditions mechanism is exactly the same, just follow the same instructions as for Indicators Setup , Condition Functions and Condition Actions .
Example | iMACD(BAR)>VAL(0.0012),OPENED_ORDERS(SELL)>VAL(0) |
---|---|
This example makes JedeyeFX to send an alert everytime the iMACD bar value gets higher than 0.0012 while, at the same time, at least one sell order is open. |