Attachments forums

List of attachments posted on this forum.


All files on forums: 135525

Re: MT4 Divergence indicators List: How good are Divergences and Convergences?

Tsar, Sun Dec 31, 2017 5:01 am

AIO Divergence [= All In One Divergence]

This indicator is based on code from the original author Petr

As per users' requests in comments, some improvements were made, specifically :

Trading alerts (Alerts in MetaTrader 4 terminal, Email notifications, Push notifications).
Inputs to enable/disable each alert type separately.
Dropdown list of 30 indicators with real names instead of numbers.
Signal buffer (Indicator output value).

Indicator is compatible with Universalis MT4.
You can import it, create your own automated strategy and backtest with high precision (step-by-step guide).

Adjustable Parameters :

1. Osc=29* - the number of the Oscillator.
2. TH=true - bearish divergence.
3. TL=true - bullish divergence.
4. trend=true - support/resistance lines.
5. convergen = true - hidden divergence.
6. Complect = 1 - the distinguishing index of the indicator on the chart.
7. BackSteph = 0 - number of steps back h.
8. BackStepl = 0 - number of steps back l.
9. BackStep = 0 - number of steps back.
10. qSteps = 1 - number of displayed steps, no more than three.
11. LevDPl = 5 - DeMark level points (2 = the central bar will be above (below) the two bars on the left).
12. LevDPr = 1 - DeMark level points (2 = the central bar will be above (below) the two bars on the right).
13. period = 8 - period for iADX, iATR, iBearsPower, iBullsPower, iCCI, iDeMarker, iForce, iMomentum, iMFI, iRVI, iStdDev, iRSI, iRSI, iWPR.
14. ma_method = 0 - averaging method for iStochastic, iStdDev, iForce.
15. ma_shift = 0 - MA shift for iStdDev.
16. applied_price = 4 - applied price for iRSI, iRSI, iStdDev, iOBV, iOsMA, iMACD, iMomentum, iForce, iCCIiBullsPower, iBearsPower, iADX.
17. mode=0 - line index for iStochastic, iRVI, iMACD, iADX.
18. fast_ema_period = 12 - fast MA period for iOsMA, iMACD.
19. slow_ema_period = 26 - slow MA period for iOsMA, iMACD.
20. signal_period = 9 - signal line period for iOsMA, iMACD.
21. Kperiod = 13 - K line period for iStochastic.
22. Dperiod = 5 - D line period for iStochastic.
23. slowing = 3 - slowing for iStochastic.
24. price_field = 0 - applied price for iStochastic.
25. showBars = 1000 - if = 0, the indicator is displayed for the entire chart.
26. Trend_Down = true - resistance lines.
27. Trend_Up = true - support lines.
28. TrendLine = true - support/resistance lines.
29. HandyColour = true.
30. Highline = Red - HL channel color.
31. Lowline = DeepSkyBlue - LL channel color.
32. ChannelLine = false - channels parallel to trend lines.
33. Trend = 0 - 1 = only for UpTrendLines, -1 = only for DownTrendLines, 0 = for all TrendLines.
34. Channel = false - channels.
35. Regression = true - Linear Regression Channel, false - Standard Deviation Channel.
36. RayH = true - ray for the High channel.
37. RayL = true - ray for the Low channel.
38. ChannelH = Red - color of the High channel.
39. ChannelL = DeepSkyBlue - color of the Low channel.
40. STD_widthH = 1.0 - deviation size for the CHANNEL High object.
41. STD_widthL = 1.0 - deviation size for the CHANNEL Low object.
42. comment = false - display comments.
43. code = 159 - character code of the Wingdings font to display the extremums.
44. BuyStop = false - BuyStop levels.
45. SellLimit = false - SellLimit levels.
46. SellStop = false - SellStop levels.
47. BuyLimit = false - BuyLimit levels.
48. Alerts = false - Enable/Disable trading alerts.
49. Email = false - Enable/Disable email trading alerts.
50. Push = false - Enable/Disable push trading alerts.


Recommendations :
Change the Complect parameter when attaching more than one indicator to the chart.
All files in topic