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

Breakeven Line Indicator - MetaTrader 4용 지표

조회수:
1371
평가:
(1)
게시됨:
2025.01.29 15:03
업데이트됨:
2025.01.29 15:11
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Breakeven Line Indicator is a MetaTrader indicator that calculates breakeven level based on all open positions and displays it on your chart as a horizontal line. Additionally, it will calculate the total number trades, the total number of lots, and the distance to the breakeven line in points and profit/loss. The indicator is available for both MT4 and MT5.

You can press the  Shift + B  keyboard shortcut to hide or show the breakeven line. The indicator supports multiple input parameters to configure the calculations and the looks.

Input parameters

  • IgnoreLong (default = false) — if true, the indicator will ignore long positions and will only calculate the breakeven line based on short positions.
  • IgnoreShort (default = false) — if true, the indicator will ignore short positions and will only calculate the breakeven line based on long positions.
  • line_color_buy (default = clrTeal) — the color for the breakeven line when the total cumulative position is long.
  • line_color_sell (default = clrPink) — the color for the breakeven line when the total cumulative position is short.
  • line_color_neutral (default = clrSlateGray) — the color for the breakeven line when the total cumulative position is neutral.
  • line_style (default = STYLE_SOLID) — the breakeven line style.
  • line_width (default = 1) — the breakeven line width.
  • font_color (default = clrSlateGray) — text color.
  • font_size (default = 12) — text size.
  • font_face (default = "Courier") — text font face.
  • ObjectPrefix (default = "BEL") — the prefix for chart objects' names. It lets the indicator avoid conflicts with other chart tools.

Negative Volume Index indicator Negative Volume Index indicator

Negative Volume Index (NVI) is a free technical indicator for advanced chart analysis in MT4, MT5 platforms. It is based on tick volume (can be substituted with real volume in MT5) and has two useful features added:

EA CloseAll EA CloseAll

CloseAllOrdersEA for MetaTrader 4 closes all existing orders upon initialization. It works by: OnInit: Calls CloseAllOrders to shut down all market and pending orders. OnDeinit: Only logs deinitialization. OnTick: No action needed as orders are closed on start. CloseAllOrders: Loops from last to first order, retries up to 3 times to close/delete orders with error handling, uses current price for market orders, and deletes pending orders. Error Handling: Logs detailed errors for unsuccessful operations.

3rd Generation Moving Average MT4 3rd Generation Moving Average MT4

3rd Generation Moving Average is an advanced version of the standard moving average (MA) indicator for MetaTrader. It implements a rather simple lag-reducing procedure based on the longer MA period. The method was first described by M. Duerschner in his article Gleitende Durchschnitte 3.0 (in German). The presented version uses λ = 2, which provides the best possible lag-reducing. Higher λ increases similarity with the classic moving average. The indicator is available for both MT4 and MT5. It does not require using any DLL

Aroon Up, Down MT4 Aroon Up, Down MT4

Aroon Up & Down MetaTrader indicator — detecting the local tops and bottoms of the chart it was applied to, this indicator provides the signals for buying and selling the currency pairs when they rise up from the bottom and fall from the top. The cross of the indicator lines provide a good signal to take the profit or to exit with a minimum loss. This indicator can send sound and e-mail alerts on the cross. It is available in both MT4 and MT5 versions.