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

EASY TREND - MetaTrader 4용 지표

조회수:
16176
평가:
(8)
게시됨:
2023.01.07 16:01
업데이트됨:
2023.01.07 16:03
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

EASY TREND INDICATOR

(You need use Heiken Ashi to see the graph or change the parameter ti put the graph in front of the indicators)


So I choose a H1 PERIOD to have a strong trend, I write a histogramme whith appropriate colors, and I put the all in MTF to have a better view in M1 or M5 PERIOD

EASY -> Green = UpTrend // Orange = not defined  // Red = DownTrend


The Bollinger inverse is just a bollinger Band inicator whith lower-mode parameter for the upperBB line and upper-mode parameter for the lowerBB. 

When a very fast Ma cross the upperBB, is probably a uptrend and when is crossing the lowerBB, is probably a downtrend.


(bollinger inverse + MA  + Heiken Ashi)

So I choose a H1 PERIOD to have a strong trend, I write a histogramme whith appropriate colors, and I put the all in MTF to have a better view in M1 or M5 PERIOD

when MA > UPPERBB -> Grenn, MA < UPPER && MA > LOWERBB -> Oraange, MA < LOWERBB -> RED


(a-TENDANCE-H1-chart-window + Heiken Ashi)

and I put the histogram in a MaxMinBand channel.

So you have to ajust the parameters of BBinverse, period, deviation and shift, and the parameters of the fast MA 

and the Time Frime .

I prefere 

extern int TimeFrame=60;


//---- input parameters Bollinger-inverse

extern int ainpperiod = 10;

extern double ainpdeviation =1.25 ;

extern int ainpshift = 1;


//---- input parameters Ma

extern int aperiodma = 3;

extern int ashiftma = 0;

extern int amethodma = 3;

extern int apricema = 5;

//---- input parameters MaxMinChannel

extern int Band_PeriodMM = 90;

extern int SiftMM = 1;


But please, let me know your let me know your parameters preferences .











    Auto Fibonacci Indicator (Auto Fibos) Auto Fibonacci Indicator (Auto Fibos)

    - indicator for MetaTrader 4

    Time Segmented Volume (TSV) Time Segmented Volume (TSV)

    Based on the original “Time Segmented Volume (TSV)” developed by Worden Brothers, Inc.

    XP Forex Trade Manager Grid MT4 XP Forex Trade Manager Grid MT4

    Forex Trade Manager Grid MT4 helps you to managing orders and achieve the goal.

    XP Forex Trade Manager MT4 XP Forex Trade Manager MT4

    Forex Trade Manager MT4 simplifies managing open orders in MetaTrader 4.