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

Fibo For Yesterday and Last Week - MetaTrader 4용 지표

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

Using Golden Section Analysis of the market for yesterday and last week.

The core is to calculate the start and end times of yesterday or last week. A week of market begins at 17:00 EST (USA EAST UTC -5) on Sunday, the market continues till Friday 17:00.

Input parameters:
  • startWeekDayOfWeek — first day of the week, 1 for East, 7 for West
  • minTimeFrames — minimum timeframe
  • maxTimeFrames — maximum timeframe

Color settings:

  • TimeRangeColor — time range line
  • PriceRangeColor — price range line
  • PriceMarkColor — price value mark
  • GoldenSectionColor — golden section line

Update 2015.06.26:

  • Input Parameters:
    • showFibo — show golden section
    • init_YesterdayFibo, init_LastWeekFibo — indicator initialization complete. Limit index is only initialized once, if the date has not changed, it's easy to change the target object, such as increase the proportion of modified golden ratio.
  • Added description information(OBJPROP_TEXT) for an object.
  • YesterdayFibo on AUDUSDPro M30:

  • Chart AUDUSDpro, M30, 2015.06.18 13:09 UTC, GAIN Capital - FOREX.com UK Ltd., MetaTrader 4, Real

  • LastWeekFibo on AUDUSDPro H4:

    Chart AUDUSDpro, H4, 2015.06.18 13:10 UTC, GAIN Capital - FOREX.com UK Ltd., MetaTrader 4, Real

MetaQuotes Ltd에서 중국어로 번역함.
원본 기고글: https://www.mql5.com/zh/code/13256

Daily Balance Sheet Daily Balance Sheet

This indicator allows you to plan your financial balance.

LacusTstopandBE LacusTstopandBE

This Expert Advisor places Stop Loss and Take Profit for Buy, Sell, Buy Limit, Buy Stop, Sell Limit and Sell Stop orders.

Trade History Export to CSV Trade History Export to CSV

Exports CSV file to analyze trade history for a symbol.

Log4mql Log4mql

Log4mql is an MQL4 library for flexible logging to files and the terminal console. It is modeled after the Log4j Java library.