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

СloseAll - MetaTrader 4용 스크립트

조회수:
22229
평가:
(12)
게시됨:
2014.07.30 11:07
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

A collection of scripts for closing various types of orders.

  • closeall_comment - closes all orders based on a specific comment
  • closeall_loss - closes all orders that whose profit/loss goes over a specific loss threshold value
  • closeall_loss - closes all orders that whose profit/loss goes over a specific profit threshold value
  • closeall_magic - closes all orders by order magic number
  • closeall_market - closes all market orders
  • closeall_pending - closes all pendingorders
  • closeall_complete - contains all the features of the 6 scripts + option for closing for symbol

Ignored Parameters

When a parameter is ignored, the condition involving that parameter would automatically evaluate to true (as if it is not present on the script).

Parameters of string type (order comment and order symbol) are ignored by the script when their value is either NULL or empty string.

Parameters of real type (profit, loss, & magic) are ignored by the script when their value is -1.

Using Exact Match

In order to get an exact match, the parameter exact should be equal to true. When searching for an exact match, the script respects ignored parameters.

When exact=false, however, the script would an close order if at least one criterion is satisfied. This means that the script should not have ignored parameters. Otherwise, all orders would evaluate to true (closing the order).

MACD Momentum MACD Momentum

MACD Momentum indicator (The Red line is the Momentum 10 of the histogram MACD, smoothed 3).

MTF EMA 20 MTF EMA 20

This indicator helps to find possible support/resistance areas after a trend has developed.

DonForex MinInfo DonForex MinInfo

Some basic information which every trader needs.

Zero Lag Timer Zero Lag Timer

Implementation of zero lag countdown timer.