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

Smart Forex System Open Version - MetaTrader 4용 expert

조회수:
14330
평가:
(32)
게시됨:
2021.01.04 15:23
업데이트됨:
2021.01.09 21:03
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동


How it's working?

The premise is simple. The entrance looks like this ...

           

 Force=((Bid-close)/close)*10000;


example:

Force > 10% (see input parameters)  Opening Buy

Force < -10% ( see input parameters  Opening Sell

Simple Open Order script with simple money & trade management feature Simple Open Order script with simple money & trade management feature

Script that opens 2 orders - one set to close percent of position when profit equals stoploss, another set to close at TP

Relative volume trend Relative volume trend

Relative volume trend

Send a message from metatrader to telegram Send a message from metatrader to telegram

With this script, you can send a message from MetaTrader 4 to Telegram.

The intersections of two lines The intersections of two lines

In MetaTrader 4, we intend to calculate the intersection coordinates of two straight line objects with different slopes using MQL4.