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

A script for showing the swap value on a financial instrument. The texts of positive and negative swaps are shown in different colors.

I have been regularly using it for long. For some reasons, it has turned out to be more optimal for me as a script than as an indicator. I'm publishing it since I suppose it may be useful not only for me.

Along with swap values, it displays on the chart:

  • Name of the financial instrument. This may be helpful when the chart symbol changes subsequently.
  • Date and time of when the values were defined. There can be that swap may changes sometimes, so it may be necessary to run such a script on the chart again.

swap


Inputs

  • i_delete_text_only - if you choose true, then this script will only delete the text set before using the script, and it will not set a new one;
  • i_color_plus - color for the text of a positive swap;
  • i_color_minus - color for the text of a negative swap;
  • i_font_size - font size;
  • i_y - distance for the text along the y axis in pixels (referencing from the chart top).

inputs

Note: Using this utility, if necessary, is combined with using another one (SD Swap), using which you can show the swap on the Expert Advisors tab either for all symbols or for the symbols selected in the Market Watch window. Utility SD Swap can also show the swap only for the symbols, where swap long or swap short is positive.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/20681

AlliHeik AlliHeik

Trading on indicator Heiken Ashi Smoothed Oscillator. Settings for placing Stop Loss, Take Profit, and Trailing the positions.

Surefirething Surefirething

Working with pending Buy Limit and Sell Limit orders. Trailing the positions is possible.

McClellan_Oscillator McClellan_Oscillator

Sherman and Marian McClellan Oscillator.

AD_Indicator AD_Indicator

Sherman and Marian McClellan Advances/Declines Indicator.