📄 combo.afl
字号:
//------------------------------------------------------------------------------
//
// Formula Name: COMBO
// Author/Uploader: Sceptic or optimist?
// E-mail:
// Date/Time Added: 2002-07-14 20:00:54
// Origin:
// Keywords:
// Level: semi-advanced
// Flags: exploration,indicator
// Formula URL: http://www.amibroker.com/library/formula.php?id=206
// Details URL: http://www.amibroker.com/library/detail.php?id=206
//
//------------------------------------------------------------------------------
//
// Excuse my English. Text is write for programme PC TRANSLATOR.This indicator
// not given clear purchase and selling signals. Signals is necessary take
// only like possible turning point. Already long time investigation different
// indicator and get I am to findings, that movement stock isn't forward
// possible estimate along none of they.Beyond even any share go up and no go
// down, as long as oneself near she there were no signal indicator. Growth
// stock is that is dependent only for mood investors and stag and for her no
// indicator there's not.
//
// Indicator show only possible turning point. It if turn faces to turn trend,
// correction and or go about false signal can be find out only by return.
// Nevertheless yourself I think, that is important indicator track.
// Experience oneself that is appreciation signal value do good and as far as
// have you in addition needed dues luck, you can drive a good bargain.
//
// Indicator: This indicator work with very short RSI, long SSO and simple
// moving average. RSI be instrumental to conciliation signals. STOCHASTIC is
// there together with moving average take like indicator trend. Below graph
// are band which reflect signals and trend along SMA.
//
// 1.Band : Common signals RSI and SSO (have not major weight than independent
// signal from RSI)
//
// 2.Band : Signals RSI
//
// 3.Band : Signals SSO
//
// 4.Band : Trend along MA ( green light = weak bullish trend, green = strong
// bullish trend, light red % = weak bear trend -possible turnover bullish
// trend for bear, red = strong bear trend )
//
// Isn't right in trades ranges.
//
// PS : According to the of my is needless look for perfect strategy because
// simply any there's not. To good deals faces only experienced eye, good
// smell , arrogance and self-assured. If those so it has not been, no live
// would businessmen in stress and it has not been would from broker firm
// leakage. Hope that by means of these indicator, and isn't necessary use
// just me election indices, you can get good eye, It the others is for you.
// God preserve madman, who oneself decision make money for exchange.
//
// !!!Scaling: CUSTOM -40 and 110; Gird lines 50 !!!
//
//------------------------------------------------------------------------------
//XXXXXXXXXXXXXXXXXXX COMBO XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
//!!!Scaling: CUSTOM -40 and 110; Gird lines 50 !!!
MaxGraph=200;
graphxspace=1;
//XXXXXXXXXXXXXXXXXXX Podm韓ky grafu XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
TI = 3 ; TS = 10 ; // D閘ka RSI (long for RSI and MA RSI)
D3 = 50 ; // SSO (long for SSO)
//_________Graf 1___________________________________________________________________
IND = RSI ( TI ) ; SIG = MA ( RSI ( TI ) , TS ) ;
IND2 = StochK(D3); SIG2 = StochD(D3);
//==================== Buy conditionsN醟upn
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -