Fernando Carreiro
Fernando Carreiro
4.3 (11)
  • Information
8+ years
experience
14
products
10
demo versions
3
jobs
0
signals
0
subscribers
I am a Software Developer, an active Forex Trader and an avid Photographer.
Fernando Carreiro Published product

This indicator is based on the original “ Time Segmented Volume (TSV) ” developed by Worden Brothers, Inc . However, I added an extra few features to this one. One can choose the price to be applied, instead of only having the default close price used by the original. One can also choose which volume weighting to use, including a pseudo-volume based on true range, or no volume weighting at all

Fernando Carreiro Published product

This indicator is based on the original “ Time Segmented Volume (TSV) ” developed by Worden Brothers, Inc . However, I added an extra few features to this one. One can choose the price to be applied, instead of only having the default close price used by the original. One can also choose which volume weighting to use, including a pseudo-volume based on true range, or no volume weighting at all

Fernando Carreiro Published product

This indicator implements the original “ Average True Range (ATR) ” developed by John Welles Wilder Jr. , as described in his book— New Concepts in Technical Trading Systems [1978] . It uses Wilder’s moving average , also known as the smoothed moving average (SMMA) , instead of a simple moving average (SMA) as used on MetaTrader’s built-in ATR indicator. The default period applied is 7, instead of 14, as per the description in his book

Fernando Carreiro Published product

This indicator implements the original “ Average True Range (ATR) ” developed by John Welles Wilder Jr. , as described in his book— New Concepts in Technical Trading Systems [1978] . It uses Wilder’s moving average , also known as the smoothed moving average (SMMA) , instead of a simple moving average (SMA) as used on MetaTrader’s built-in ATR indicator. The default period applied is 7, instead of 14, as per the description in his book

Fernando Carreiro
Added topic How to publish an MQL4/5 Script or MQL5 Service program on the Market section?
How to publish an MQL4/5 Script or MQL5 Service program on the Market section? I’m looking for information from anyone who has successfully published an MQL4/5 Script or MQL5 Service program in the Market section. I will assume that they need to be
Fernando Carreiro
Added topic MetaTrader 5 API for use with other languages, besides Python.
Based on my investigations of the MetaTrader 5 Python API , the interprocess communications seem to be via a named pipe “\\.\pipe\MT5.Terminal.“. It is a pity, however, that the protocol used over this pipe is not publicly documented. It would make
Fernando Carreiro
Added topic [Solved] Probable bug when compiling Services from a Shared Project, they get transfered to the Scripts category folder.
EDIT: Solved! It was my mistake. See next post! Normally when compiling MQL programs from a Shared Project , MetaEditor will automatically transfer the compiled executable to the necessary category of the standard folders for "Experts", "Indicators"
Fernando Carreiro
Added topic Reporting problems with MQL5 Storage
A few minutes ago, when I open MetaEditor and tried to work with the Shared Projects , it reported that I need to activate my MQL5 storage , which was strange as it was activate a long time ago. So, I activated it again and it disabled one of my
Fernando Carreiro
Added topic MQL language feature request: a more compact and generalised "OnCalulate()" function format type.
Currently, the OnCalculate() event handling function offers two format types for MQL5—one type is for applied price data, and the other for handling time series data. They are both clunky and don't fully cater for more generalised requirements. One
Fernando Carreiro
Published code Wilder's Relative Strength Index
An implementation of the Relative Strength Index indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].
· 1 7205 558
Fernando Carreiro
Published code Wilder's Relative Strength Index
An implementation of the Relative Strength Index indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].
· 1 11331 752
Fernando Carreiro
Published code Wilder's Average True Range (ATR)
An implementation of the original Average True Range indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].
· 1 7146 535
Fernando Carreiro
Published code Wilder's Average True Range (ATR)
An implementation of the original Average True Range indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].
· 2 9412 543
Fernando Carreiro
Published code Time Segmented Volume (TSV)
Based on the original “Time Segmented Volume (TSV)” developed by Worden Brothers, Inc.
· 4 10823 1573
Fernando Carreiro
Published code Time Segmented Volume (TSV)
Based on the original “Time Segmented Volume (TSV)” developed by Worden Brothers, Inc.
· 4 13094 1760
Fernando Carreiro
Added topic FYI: Push Notifications on iOS devices — "MQL5 Channels" app.
This is just an informative post for those of you with iOS devices that can no longer install the MetaTrader app, but still wish to receive push notifications. There is another MetaQuotes app that is still allowed on the Apple iOS store, and can
Fernando Carreiro
Published code Detecting the start of a new bar or candle
Detecting the start of a new bar or candle in an Expert Advisor's OnTick() event handler.
· 4 3321 846
Fernando Carreiro
Published code Detectando o início duma nova barra ou vela
Detectando o início duma nova barra ou vela, no manipulador de eventos OnTick() dum “Expert Advisor”.
2 29
Fernando Carreiro
Added topic [SOLVED] Outgoing “Friends” request, not initiated by me!
I usually don’t initiate “Friend” requests unless a have a specific reason for it. But, I do usually accept requests sent to me. However, today was the second time that I detected an Outgoing request that I did not initiate, and in both cases it was
Fernando Carreiro
Added topic Built-in methods for working with arrays not being recognised by compiler.
According to the MQL5 documentation, there are several built-in methods for working with arrays , that were introduced relatively recently several builds back, but I can't remember when. However, in reality, most of them are not recognised by the