Participe de nossa página de fãs
Coloque um link para ele, e permita que outras pessoas também o avaliem
Avalie seu funcionamento no terminal MetaTrader 5
- Visualizações:
- 32656
- Avaliação:
- Publicado:
- 2015.06.25 09:41
- Atualizado:
- 2016.11.22 07:32
-
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance
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:
LastWeekFibo on AUDUSDPro H4:
Traduzido do chinês pela MetaQuotes Ltd.
Publicação original: https://www.mql5.com/zh/code/13256

This indicator allows you to plan your financial balance.

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

Exports CSV file to analyze trade history for a symbol.

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