Setting Up Moving Average Crossover Alert? - Forex Factory You only need to set up your moving averages' type (sma, ema, wma), period (this one has 5 and 20 by default, they are my favorites), and price mode (in this case, close price is default)
RSI, ADX System - Forex Factory 2 SLOW SMA=100 3 RSI (14 Period) 4 ADX (14 Period) For Buy: When FAST SMA (20) Cross above SLOW SMA (100) and ADX >=25 And RSI >=50 to Enjoy a long term trend add trailing stop The Sell is When FAST SMA (20) Cross below SLOW SMA (100) and ADX >=25 And RSI <50 This Strategy will only buy Sell only if there is a CrossOver and all other conditions
Displaying iMA () during backtesting - Forex Factory Also would suggest using 1 as the shift value as 0 is the current bar and value of the MA changes from tick to tick and will continue to until the bar closes MA_Left = iMA (NULL,0,9,3,MODE_SMA,PRICE_TYPICAL,1); If you want to use -3 then something like this would work but not sure will return the