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

The indicator calculates and shows in the panel in the price chart:

  1. Size of the current profit from all the open positions on the account, as well as the number of the current Buy and Sell positions;
  2. Size of the profit from closed positions over the last day, as well as the number of the closed Buy and Sell positions over the last day;
  3. Size of the profit from closed positions over the last week, as well as the number of the closed Buy and Sell positions over the last week;
  4. Size of the profit from closed positions over the last month, as well as the number of the closed Buy and Sell positions over the last month;
  5. Size of the profit from closed positions over the last year, as well as the number of the closed Buy and Sell positions over the last year;
  6. Size of the profit from closed positions over the entire account life, as well as the number of the closed Buy and Sell positions on the account;

It has ten input parameters:

  • Start day of the week - start day of the week:
    • Monday - Monday;
    • Sunday - Sunday.
  • Panel corner - chart corner, to which the panel is anchored;
  • Panel X offset - horizontal shift of the panel from the anchoring corner;
  • Panel Y offset - vertical shift of the panel from the anchoring corner;
  • Panel transparency - panel transparency (255 means complete opacity)*;
  • Panel background color - panel color;
  • Panel border color - panel border color;
  • Panel text color - panel text border;
  • Loss value text color - fixed loss value text color;
  • Profit value text color - fixed profit value text color.
* Panel transparency cannot be set to less than 48.

For more convenience, this panel showing the current and fixe profit can be combined with the indicator of possible losses at closing open positions by a Stop order (SL_Calculator):

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

RSI_STARC RSI_STARC

RSI + STARC Bands (Stoller Average Range Channels).

Volatility_Ratio Volatility_Ratio

Indicator Volatility_Ratio.

Trend_Angle Trend_Angle

The indicator calculates the inclination angle of the last segment of moving average and shows it in the chart together with the MA line and the line drawn from the last segment of moving average.

BrainTrend2_V2_x10 BrainTrend2_V2_x10

Indicator BrainTrend2_V2x10 shows the color of the BrainTrend2_V2 indicator candlesticks from ten different timeframes.