거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 조회수:
- 2264
- 평가:
- 게시됨:
- 2024.05.04 10:55
- 업데이트됨:
- 2024.05.05 05:04
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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 based on filters

a very convenient way to filter out unnecessary signals of crossing levels

This script will close all active trades sequentially. following the order in which they were opened

This script will close all active trades and delete pending orders based on the order type passed on the input.