Sample Expressions

Expression Type Description
IND1 CrossUp IND2 Logical Check if Ind1 crosses up ind2
IND1 CrossDown IND2 Logical Check if Ind1 crosses down ind2
IND1 CrossUp 1.28234 Logical Check if Ind1 crosses up 1.28234
Close[1] > Ind1 AND Open[1] < Ind1 Logical Check if Candle shift 1 (one before current candle) crosses up Ind1
MathABS[Ind1-Ind2] > 50points Logical Check if distance between Ind1 and Ind2 is greater than 50 points
Ask[0] > Ind1 AND Ask[1] < Ind1 Logical Check if price touches Ind1 from bottom
Hour > 14 AND Hour < 17 Logical Check if current time is between 2pm and 5pm
DayOfWeek = 0 Logical Check if it is Sunday
MathABS[LastSignalPrice[0]-Ask] > 100points Logical Check if distance between current price and last signal is greater than 100 points

 

Sample Plans

Title Description Type Level Download Link
MA9 Crosses MA26 A simple plan for crossing two moving averages
(Just mark on chart)
Indicator basic Download (MT4)
3 Candles Mark 3 same direction candles using 6 indicators Indicator basic Download (MT4)
3 Candles Mark 3 same direction candles using 2 indicators Indicator basic Download (MT4)
3 Candles Mark 3 same direction candles without using indicators Indicator basic Download (MT4)
3 Candles Mark 3 same direction candles using functions Indicator basic Download (MT4)
10 Candles and 1 Opposite Mark 10 same direction candles with maximum 1 opposite candle Indicator basic Download (MT4)
MA9 Cross MA26 and RSI Cross of Moving 9 and 26 and RSI Indicator basic Download (MT4)
ZZ Martingale Do Martingale on Extermum of ZigZag
Martingale with Manual SLs
Martingale Medium Download (MT4)
Log Ask, Bid, Spread in file Logging Ask, Bid and Spread in file for creating history file for ticks Data Logger basic Download (MT4)
Buy/Sell on RSI cross buy when rsi crosses up 30 and sell when rsi crosses down 70 and close them in cross of 30 and 70. put SL and TP on previous candle high/low Buy and Sell basic Download (MT4)
Grid on touching trendline if candle touches lower trend line do buy grid and if candle touches upper trend line do sell grid. close grid for 3% of profit or 1.5% of loss Grid Basic Download (MT4)
Grid (by Brad Nicholson) as start ESB, it starts a grid’s rally for upper and lower limit orders Grid Basic Download (MT4)
buy/sell on manual trend line draw a trendline on chart and rename it to “mytrendline” and then load ESB. it will detect this object and waits for cross of this line by candles. SL will be on trendline and TP will be 30 pips Buy/Sell Basic Download (MT5)
buy/sell on dema cross here we use custom indicator DEMA. It opens order as dema 26 crosses dema 144. SL and TP are 30 pips. For any custom indicator just copy them in indicators folder and use same as this sample Buy/Sell Medium Download (MT5)

 

Real Plans

Title Symbol (TimeFrame) Description Type Level Graph Download Link
buy/sell on set of Moving Averages EURUSD (H1) using a set of 4 moving averages to buy/sell with SL on high/low previous candles and trailing by lock of 70% of profit Scalping (Buy/Sell) Medium Download (MT4)