The indicator has a testing system that you can try out by downloading the demo version.
- MinSig – Minimum signal level(0-100)% – Minimum Signal (0-100)%
- Type of signal arrow – Signal arrow view
- Signal Arrow Dimensions – Dimensions of the signal arrow
- Shopping colors – Shopping colors
- Color for sales – Sales colors
- Text color – Text colors
- Text Font Size – Text font size
- Current signal level in the window – thecurrent signal in the window
- Maximum Historical Bars – Maximum of historical bars
[spoiler title=”Read More…”]
- Alert message in the terminal – Alert message in the terminal
- Sound File – The Sound signal file
- Signal to mail and mobile – Signal to email and mobile
- Profit level – Profit level
- Stop loss level – Stop level
- Save test result in file folder – Save the test in the file folder
- № 01 Use RSI: Use indicator “iRSI” for calculation
- № 03 Use CCI: Use indicator “iCCI” for calculation
…
Buffer 0-signals for BUY: iCustom(Symbol(), Period(), “SimSim arrow open up or down MT5”, 75, 0, 1)
If the value is not equal to EMPTY_VALUE, then a BUY signal is received on candle # 1 at MinSig = 75. The buffer contains the Low() value of candle #1.
Buffer 1-signals for SELL: iCustom(Symbol (), Period (), “SimSim arrow open up or down MT5”, 25, 1,1)
If the value is not equal to EMPTY_VALUE, then the SELL signal appears on candle # 1 at MinSig = 25. In the buffer, the High value of candle # 1 is displayed.
Version 2.4 added new buffer # 2
Buffer 2 – the current value of the Signal: Sig = iCustom (Symbol (), Period (), “SimSim arrow open up or down MT5”, 2, 1)
Sig value = -100% to 100%.
[/spoiler]