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

MT4 EA Template with all the basic features - MetaTrader 4용 expert

조회수:
18073
평가:
(29)
게시됨:
2021.01.27 15:26
Template EA.mq4 (199.49 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The buy and sell conditions go as 'bool' value parameters in the Direction function, as you can see in the default example.

   int signalConditions=3;
   DashKeys[openCloseConditionIdx+1-1]="BB Status";
   DashValues[openCloseConditionIdx+1-1]=Direction(ok(bbGreen) && bbGreen!=-1,ok(bbRed) && bbRed!=-1,canBuy,canSell, " at "+TimeToStr(Time[masterCandleIdx]), " at "+Time[masterCandleIdx]);

The canBuy and canSell variables will get out set as true or false based on these conditions.

That will trigger the sign to carry the signals further for trading purposes.


Make sure to increase these 2 array sizes if you need more lines on the dashboard.

string DashKeys[8];
string DashValues[8];
    Breakout Strength Meter - MT4 Breakout Strength Meter - MT4

    The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout

    The colored volumes (English Version) The colored volumes (English Version)

    Colored volumes at the bottom of the chart

    INDICATOR Breakout Strength Meter - MT4 INDICATOR Breakout Strength Meter - MT4

    The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout

    Currency Strenght Meter - MT4 Currency Strenght Meter - MT4

    The currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one period to the next.