Fernando Carreiro
Fernando Carreiro
4.4 (11)
  • Information
6+ years
experience
12
products
10
demo versions
2
jobs
0
signals
0
subscribers
I am a Software Developer, an active Forex Trader and an avid Photographer.
Fernando Carreiro
Published code Heikin Ashi Lines
A simpler way to display Heikin Ashi
· 4 4793 616
Fernando Carreiro
Published code Heikin Ashi Lines
A simpler way to display Heikin Ashi
· 2 10606 1087
Fernando Carreiro
Fernando Carreiro
Updated the “Heikin Ashi Volume Weighted” indicator in the market section, and added a parameter with an option to not show excursion levels.
Fernando Carreiro
Added topic Request for website functionality: List of Blog publications on the user’s profile.
When visiting a user’s profile , there is a “Publications” section. There one can view a list of publications by the users in the “CodeBase”, “Articles” and “Forum”. However, there is no listing for “Blog” publications. This is very annoying, as we
Fernando Carreiro
Published article Take a few lessons from Prop Firms (Part 1) — An introduction
Take a few lessons from Prop Firms (Part 1) — An introduction

In this introductory article, I address a few of the lessons one can take from the challenge rules that proprietary trading firms implement. This is especially relevant for beginners and those who struggle to find their footing in this world of trading. The subsequent article will address the code implementation.

Fernando Carreiro
Published code Exponential Commodity Channel Index
Commodity Channel Index using exponential moving averages.
· 5 4831 372
Fernando Carreiro
Published code Exponential Commodity Channel Index
Commodity Channel Index using exponential moving averages.
· 5 5662 387
Fernando Carreiro
Added topic Request to moderators: Please prohibit “ChatGPT” help requests on the forum.
Please add a forum rule prohibiting requests for help with ChatGPT code. We cannot help them and it is becoming an epidemic. Such threads should be deleted and a PM sent to the OP, with a boilerplate template message informing them of the rule and
Fernando Carreiro
Added topic Website bug: After declining a “Friend Request”, the user was still able to message me, even with privacy settings set to “Friends only”.
Today I received a friend request from an unknown user with whom I have never before exchanged private messages . I rejected the request, due to personal reasons. However, after declining, the user was still able to text me, even though my privacy
Fernando Carreiro Published product

The standard Heikin Ashi candle representation has an open value that is equivalent to an Exponential Moving Average (EMA) of the Total Price , of which the alpha value of the EMA is fixed at 0.5 (equivalent to an EMA period of 3.0). In this dynamic version, the period can be changed to whatever value one wishes to use, which also allows one to approximate multi-time-frame analysis, or use the low or high value as a sort of trailing stop-loss. The crossing of the real Close price over the Heikin

Fernando Carreiro Published product

The standard Heikin Ashi candle representation has an open value that is equivalent to an Exponential Moving Average (EMA) of the Total Price , of which the alpha value of the EMA is fixed at 0.5 (equivalent to an EMA period of 3.0). In this dynamic version, the period can be changed to whatever value one wishes to use, which also allows one to approximate multi-time-frame analysis, or use the low or high value as a sort of trailing stop-loss. The crossing of the real Close price over the Heikin

Fernando Carreiro Published product
Reviews: 1
30.00 USD

This indicator is based on the original ZigZag provided as a source code example with MetaTrader installations. I rewrote it with some extra features for displaying the “depth” channel and the respective break-outs. It also allows one to observe prior zig-zag points. Optionally, it can alert the user when break-outs occur. The alerts can be simply on the terminal or also via push notifications on a mobile device, with your own custom text

Fernando Carreiro Published product

This indicator is based on the original ZigZag provided as a source code example with MetaTrader installations. I rewrote it with some extra features for displaying the “depth” channel and the respective break-outs. It also allows one to observe prior zig-zag points. Optionally, it can alert the user when break-outs occur. The alerts can be simply on the terminal or also via push notifications on a mobile device, with your own custom text

Fernando Carreiro Published product

This indicator was inspired by John Welles Wilder's average true range (ATR) , but with some extra information. Similarly, it calculates the exponential moving average of the true range, but using the standard alpha weight instead of Wilder's . It also calculates the average deviation of the range average, and displays it as an offset. This helps not only identify a change more quickly, but also its impact

Fernando Carreiro Published product

This indicator was inspired by John Welles Wilder's average true range (ATR) , but with some extra information. Similarly, it calculates the exponential moving average of the true range, but using the standard alpha weight instead of Wilder's . It also calculates the average deviation of the range average, and displays it as an offset. This helps not only identify a change more quickly, but also its impact

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