거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 조회수:
- 3119
- 평가:
- 게시됨:
- 업데이트됨:
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
There are six different type of active or closed orders which is
- OP_BUY
- OP_SELL
- OP_BUYSTOP
- OP_SELLSTOP
- OP_BUYLIMIT
- OP_SELLLIMIT
This script will find the count of active /closed orders based on the types
Find the current winning / losing streak in MT4
Find the current winning / losing streak in MT4 based on filters
CCI with dynamic channels
a very convenient way to filter out unnecessary signals of crossing levels
Sequentially Close all trades in MT4
This script will close all active trades sequentially. following the order in which they were opened
Close or delete orders based on type in MT4
This script will close all active trades and delete pending orders based on the order type passed on the input.