COMBO.afl
上传用户:shiqiang
上传日期:2009-06-12
资源大小:1289k
文件大小:13k
源码类别:

金融证券系统

开发平台:

Others

  1. //------------------------------------------------------------------------------
  2. //
  3. //  Formula Name:    COMBO
  4. //  Author/Uploader: Sceptic or optimist? 
  5. //  E-mail:          
  6. //  Date/Time Added: 2002-07-14 20:00:54
  7. //  Origin:          
  8. //  Keywords:        
  9. //  Level:           semi-advanced
  10. //  Flags:           exploration,indicator
  11. //  Formula URL:     http://www.amibroker.com/library/formula.php?id=206
  12. //  Details URL:     http://www.amibroker.com/library/detail.php?id=206
  13. //
  14. //------------------------------------------------------------------------------
  15. //
  16. //  Excuse my English. Text is write for programme PC TRANSLATOR.This indicator
  17. //  not given clear purchase and selling signals. Signals is necessary take
  18. //  only like possible turning point. Already long time investigation different
  19. //  indicator and get I am to findings, that movement stock isn't forward
  20. //  possible estimate along none of they.Beyond even any share go up and no go
  21. //  down, as long as oneself near she there were no signal indicator. Growth
  22. //  stock is that is dependent only for mood investors and stag and for her no
  23. //  indicator there's not.
  24. //
  25. //  Indicator show only possible turning point. It if turn faces to turn trend,
  26. //  correction and or go about false signal can be find out only by return.
  27. //  Nevertheless yourself I think, that is important indicator track.
  28. //  Experience oneself that is appreciation signal value do good and as far as
  29. //  have you in addition needed dues luck, you can drive a good bargain.
  30. //
  31. //  Indicator: This indicator work with very short RSI, long SSO and simple
  32. //  moving average. RSI be instrumental to conciliation signals. STOCHASTIC is
  33. //  there together with moving average take like indicator trend. Below graph
  34. //  are band which reflect signals and trend along SMA.
  35. //
  36. //  1.Band : Common signals RSI and SSO (have not major weight than independent
  37. //  signal from RSI)
  38. //
  39. //  2.Band : Signals RSI
  40. //
  41. //  3.Band : Signals SSO
  42. //
  43. //  4.Band : Trend along MA ( green light = weak bullish trend, green = strong
  44. //  bullish trend, light red % = weak bear trend -possible turnover bullish
  45. //  trend for bear, red = strong bear trend )
  46. //
  47. //  Isn't right in trades ranges.
  48. //
  49. //  PS : According to the of my is needless look for perfect strategy because
  50. //  simply any there's not. To good deals faces only experienced eye, good
  51. //  smell , arrogance and self-assured. If those so it has not been, no live
  52. //  would businessmen in stress and it has not been would from broker firm
  53. //  leakage. Hope that by means of these indicator, and isn't necessary use
  54. //  just me election indices, you can get good eye, It the others is for you.
  55. //  God preserve madman, who oneself decision make money for exchange.
  56. //
  57. //  !!!Scaling: CUSTOM -40 and 110; Gird lines 50 !!!
  58. //
  59. //------------------------------------------------------------------------------
  60. //XXXXXXXXXXXXXXXXXXX COMBO XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  61. //!!!Scaling: CUSTOM -40 and 110; Gird lines 50 !!!
  62. MaxGraph=200;
  63. graphxspace=1;
  64. //XXXXXXXXXXXXXXXXXXX Podm韓ky grafu XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  65. TI  =   3 ;              TS  = 10 ;  // D閘ka RSI (long for RSI and MA RSI)
  66. D3  =   50 ;                         // SSO   (long for SSO)
  67. //_________Graf 1___________________________________________________________________
  68. IND   = RSI ( TI  ) ;             SIG   = MA ( RSI ( TI ) , TS  ) ;                               
  69. IND2  = StochK(D3);               SIG2  = StochD(D3);
  70. //==================== Buy conditionsN醟upn