I want both mt4 and mt5 indicator. MQ4 and MQ5 files of indicator needs to share after demonstration. There should not be performance issue. all below 3 points buy/sell arrows signals should be defined in buffer with color. So I could feed buffer values in EA. Distance of buy/sell signal arrow from candle height needs to define. 1. Price crossover (signal arrow should be non-repaint) It will work on opening value of the HTF candle's opening price, if LTF candles gets close above/below of this HTF's opening price then only needs to take the action as below. if price of LTF candle closes above the price of HTF's opening price (raise buy signal arrow) and price of LTF candle closes below the price of HTF's opening price (raise sell signal arrow). signal should appear after closing the LTF candle and should be non repaint. HTF should be defined to choose from (Current and 1M to monthly). HTF's horizontal line should be visible on the chart with Price. LTF candles will be of live running TF chart [Any LTF (1 min to daily) candle can be used to cross the HTF's price to generate the signals.] 2. MA Crossover (signal arrow should be non-repaint) It will work on MA crossover. Exa. MA of 50 will be crossed by MA of 5. Like this any Lower MA can be used with any Higher MA. if MA of 5 crosses MA of 50 upside then buy signal needs to generate. if MA of 5 crosses MA of 50 downside then sell signal needs to generate. MA Type should be defined separately for both the MAs. BUY/Sell arrows should be visible on the screen. 3. RSI crossover (signal arrow should be non-repaint) It will work on RSI values. RSI's opening value of HTF will be considered as fix value until that HTF candle gets completed. if LTF's candle RSI value closes above the HTF's opening RSI value then buy signal needs to appear. if LTF's candle RSI value closes below the HTF's opening RSI value then Sell signal needs to appear. RSI crossover's Buy/sell signals arrow should be visible in subwindow and on screen Inputs Required. 1. Higher TF: (Current and 1 min to monthly) 2. Price/MA/RSI crossover: can be choosed any one at a time from Price/MA/RSI 3. Higher MA Type: should be choosed from (Exa. simple/exponential and others) 4. Higher MA: Exa. 50 5. Lower MA Type: should be choosed from (Exa. simple/exponential and others) 6. Lower MA:: Exa. 5 7. RSI Value: needs to define 8. Arrow Distance: Buy/Sell Arrow distance from candle's height 9. Alert: after closing LTF's candle.