Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Linear Regression Channel - MetaTrader 5 için gösterge
- Görüntülemeler:
- 20622
- Derecelendirme:
- Yayınlandı:
- 2011.01.07 10:22
- Güncellendi:
- 2016.11.22 07:32
- Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
The indicator plots a channel using the linear regression model: y=b+a*x.
When calculation of regression coefficients (a and b) it uses only completed bars. The number of bars should be greater than 2 (and less than total bars in history-1), it is specified in InChPeriod input parameter. The indicator values for the last (uncompleted) bar is calculated using the values of calculated regression coefficients.
It's assumed, that:
- not less than 68.26% of price values are located between the "Up" and "Down" lines.
- not less than 95.44% of price values are located between the "High" and "Low" lines.
The recalculation of the regression coefficient is performed when total bars in the history has changed, for example, for the case of a new bar.
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/249
The ZigzagColor_Channel plots a channel by connecting the ZigZag peaks and ZigZag bottoms.
Grr-alThe Expert Advisor is profitable only if the "Open prices" only or "1 minute OHLC" modes used in Strategy Tester.
Trade signals based on price crossover with moving average indicator (CSignalMA from MQL5 Standard Library) is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
MQL5 Wizard - Trade Signals Based on Three Moving AveragesTrade signals based on three moving averages is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.