runwiseFX

groundbreaking functionality for the MetaTrader platform

Alert/Open when Candle Closes with Sufficient Body Size (in Pips) - Quick Load Code: c-cc

Will signal trade when the body size of the previously closed candle is >= the number of pips specified in a control panel text box labeled 'Candle Pips'. The candle has to also be in the correct direction also, unless the 'Reverse' tick box is ticked, in which case the opposite direction, i.e. meant for entering trade after candle retracement. Another tick box 'Live Candle' will open a trade when the body of the current live candle has reached the required size. Optionally, a time of day can be specified where is will only trade on the candle of that time. Time is specified in 24 hour clock server time, e.g. 8:00.

Alert/Open If Candle Opens pips Above/Below High/Low- Quick Load Code: c-ohl

Will signal if open price is X pips above high for buy or open price is X pips below low. Can set X pips with 'H/L X pip' text Box.

Alert/Open when Heiken-Ashi Candle Closes with Sufficient Body Size (in Pips) - Quick Load Code: c-cc2

This is same as c-cc but for Heiken-Ashi candles. Will signal trade when the body size of the previously closed candle is >= the number of pips specified in a control panel text box labeled 'Candle Pips'. The candle has to also be in the correct direction also, unless the 'Reverse' tick box is ticked, in which case the opposite direction, i.e. meant for entering trade after candle retracement. Another tick box 'Live Candle' will open a trade when the body of the current live candle has reached the required size. Optionally, a time of day can be specified where is will only trade on the candle of that time. Time is specified in 24 hour clock server time, e.g. 8:00. Optionally, can handle exit where candle body is sufficiently large in the opposite direction.

This rule can also be used in Multi-Trade mode where can allocate extra magic numbers to manage multiple trades when multiple candles appear

Alert/Open on Heiken Ashi Smoothed With Optional Confirmation on Upper Time Frame and Heiken Ashi Smoothed Exit - Quick Load Code: c-has

This requires the Heiken_Ashi_Smoothed indicator to be installed on your platform. Will signal entry when a smoothed Heiken Ashi candle closes in the correct color (chart time frame) and has done do so in an upper time frame (D1), as well. The upper time frame check can be turned off by setting User_configBool1 EA input to true.

Alert/Open on Moving Average and Heiken-Ashi On Different Timeframes - Quick Load Code: c-hama

Looks at Exponential Moving Average (period 89) on the timeframe of the chart that the EA is running on and will only trade if agrees with Heiken-Ashi candle color on H1 timeframe. Also, checks that moving average (period 5) hasn't moved too far from close of the Heiken-Ashi candle.

Customization: Change period=H1 to look at Heiken-Ashi on a different timeframe, where period=0 would be timeframe of the chart the EA is running on. The EMA periods are 89 and 5, but this can be changed by changing the corresponding values in the inputProperties=... lines. The rule checks that the MA isn't more than 10 pips beyond the close price of the Heiken-Ashi candle. This can be changed by changing the value 10 in the line that read .....,<=,10,TRADE_OPEN,....

Heiken-Ashi Exit on Opposite Candle - Quick Load Code: c-hax

Will exit when Heiken-Ashi candle of the opposite color is closed.