거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
23222
평가:
(5)
게시됨:
2008.12.18 07:07
업데이트됨:
2014.04.21 14:53
X-Pair.mq4 (17.66 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator has the informative character.

Input Parameters:

extern string BuySeLL_Settings0="--------------------------";
extern string GBPJPY="  ";
extern string EURUSD="  ";
extern string GBPUSD="  ";
extern string AUDUSD="  ";
extern string USDCAD="  ";
extern string USDJPY="  ";
extern string USDCHF="  ";
extern string DOW="  ";
extern string OIL="  ";
extern string GOLD="  ";
//----
extern int Jendela=0;
extern int Sisi=0;
extern string BuySeLL_Settings1="--------------------------";
extern int TF1=30;
extern int TF2=15;
extern int TF3=5;
extern string BuySeLL_Settings2="--------------------------";
extern int MAFastPeriod=2;
extern int MAFastMethod=3;
extern int MAFastApply_To=0;
extern int MAFastShift=0;
extern string BuySeLL_Settings3="--------------------------";
extern int MASlowPeriod=4;
extern int MASlowMethod=3;
extern int MASlowApply_To=1;
extern int MASlowShift=0;
extern string BuySeLL_Settings4="--------------------------";
extern color Cross_Buy =DodgerBlue;
extern color Cross_Sell=Tomato;
extern string TextColor_Settings="--------------------------";
extern color d1_Color=White;
extern color d2_Color=White;
extern color d3_Color=White;
extern color d4_Color=White;
extern color d5_Color=White;
extern color d6_Color=White;
extern color d7_Color=White;
extern color d8_Color=White;
extern color d9_Color=White;
extern color d10_Color=White;

X-Pair

MTrendLine is Very Convenient Autoregulator of Pendings in Reference to the Trend Lines MTrendLine is Very Convenient Autoregulator of Pendings in Reference to the Trend Lines

You often have to move the pending order every hour in reference to the trend line and it embarasses you concerning your time. That's why this EA (semi-automated) was developed, it totally relieves from tracking the trend line and from moving the pending

21hour 21hour

We place two pending orders at the specified time and delete one of them when another one triggers.

MultiOrders MultiOrders

The script for simultaneous placing of several orders by different symbols.

Price_Alert Price_Alert

Alert indicator that allows to move the signal via the mouse.