거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

madnessMA - MetaTrader 4용 지표

조회수:
18021
평가:
(3)
게시됨:
2011.06.20 12:31
업데이트됨:
2016.11.22 07:32
madnessMA.mq4 (6.26 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This indicator calculates correlation between MAs of different periods.

Lines:
  • Black/Red dots - Shows Open/Close signals (Above chart = BUY, below = SELL)
  • Silver Line - Trend corelation (100 = All MAs are UP trend, -100 = All MAs are DOWN trend)
  • Blue Line - Sort Degree (100 = All MAs are ASCENDING, -100 = All MAs are DESCENDING)
  • Blue Dashed Line - Rough Sort Degree between MAcheck, Higher MAs and Lower MAs (100 = All Higher MAs are above MAcheck and all Lower MAs are below MAcheck, -100 = Higher MAs < MAcheck < Lower MAs; Higher and Lower MAs don't have to be sorted)
Parameters (self explainable) :
//---- input parameters
extern string ________________01="List of MAs, eg form fiobo: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597";
extern string listMA="1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233";
extern string ________________02="MA to check SORT DEGREE";
extern int MAcheck=8;

extern string ________________10="MA sort type";
extern int MAmethod = 1;               // iMA moving average method:    
                                       //          0    Simple moving average,
                                       //          1    Exponential moving average,
                                       //          2    Smoothed moving average,
                                       //          3    Linear weighted moving average.

Image:

All Market Symbols and Data extraction script All Market Symbols and Data extraction script

Reads all available instruments and their characteristics and generates an HTML report. Positive Swaps are highlighted.

Trendline Price Alert Trendline Price Alert

This indicator will trigger an audio/visual alert when the symbol mid-price crosses one of two trendlines placed on the chart.

Smoothed RSI Inverse Fisher Transform by Sylvain Vervoort Smoothed RSI Inverse Fisher Transform by Sylvain Vervoort

An evolution of John Ehlers Inverse Fisher Transform of RSI.

InputResizer: edit indicator and EA settings comfortably InputResizer: edit indicator and EA settings comfortably

A small utility making MT4 input windows resizable.