Fernando Carreiro
Fernando Carreiro
4.4 (13)
  • 정보
7+ 년도
경험
12
제품
11
데몬 버전
2
작업
0
거래 신호
0
구독자
I am a Software Developer, an active Forex Trader and an avid Photographer.
Fernando Carreiro
게재된 코드 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].
Fernando Carreiro
게재된 코드 Time Segmented Volume (TSV)
Based on the original “Time Segmented Volume (TSV)” developed by Worden Brothers, Inc.
Fernando Carreiro
게재된 코드 Time Segmented Volume (TSV)
Based on the original “Time Segmented Volume (TSV)” developed by Worden Brothers, Inc.
Fernando Carreiro
게재된 코드 새 막대 또는 캔들 시작 감지하기
Expert Advisor의 OnTick() 이벤트 핸들러에서 새 막대 또는 캔들의 시작을 감지합니다.
Fernando Carreiro
게재된 코드 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 25
Fernando Carreiro
게재된 코드 Exponential Range Average & Deviation Offset
An exponential moving average of the true range and the offset of its average deviation
Fernando Carreiro
게재된 코드 Exponential Range Average & Deviation Offset
An exponential moving average of the true range and the offset of its average deviation
Fernando Carreiro
게재된 코드 Constant Range Channel
A simple indicator plotting a channel with a constant range
Fernando Carreiro
게재된 코드 Constant Range Channel
A simple indicator plotting a channel with a constant range
Fernando Carreiro
Fernando Carreiro
Just added maximum excursion levels to the "Heikin Ashi Volume Weighted" indicator, which can be used for stops. Both the MT5 and MT4 versions are available in the Market section.
Fernando Carreiro
게재된 코드 Simple bar spread indicator as reported by the OnCalculate data
Very simple indicator to plot the values of the spread[] data as reported by the OnCalculate event handler.
Fernando Carreiro
게재된 코드 Detecting the start of a new bar or candle
Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.
Fernando Carreiro
게재된 코드 Detecting the start of a new bar or candle
Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.
Fernando Carreiro
게재된 코드 Listing all MT4 Signals' properties to a CSV file
This simple quick & dirty script code will output a CSV file of all the Signals' properties as reported by the MQL4 Trade Signals functionality.
Fernando Carreiro
게재된 코드 Listing all MT5 Signals' properties to a CSV file
This simple quick & dirty script code will output a CSV file of all the Signals' properties as reported by the MQL5 Trade Signals functionality.
Fernando Carreiro
Fernando Carreiro
I’ve been experimenting with placing products for sale on the MQL5 market, just to see how it all works. I originally thought that one could use the same product name for both an MT5 version and an MT4 version, but have since learned that it is not possible. I also learned that one cannot change a product name once it’s published, and so I had to hide the first publication and create a new one so that I could have a clear naming scheme for both the MT5 and MT4 versions. I originally set the price at $30 USD, but will now set it to Free. Later on, I may change the price if I decide to sell more products.
Fernando Carreiro 출시돈 제품

(자동번역) 대부분의 거래자들은 1700년대 혼마 무네히사(Munehisa Homma) 가 창안한 일본의 유명한 하이킨 아시(Heikin-Ashi) 지표를 알고 있습니다. 때때로 Heiken-Ashi 로 표기되지만 그 의미는 동일하게 유지됩니다. 즉 일본어에서는 "평균 막대"입니다. 이는 매우 잘 알려진 Heikin Ashi 표시기의 구현이지만 몇 가지 기능이 추가되었습니다. 우선, 틱 카운트 볼륨, 실제 볼륨 또는 실제 범위를 기반으로 한 의사 볼륨 등 해당 값에 볼륨 에 따라 가중치 를 부여할 수 있습니다. 주요 이점은 특히 거래량이 적은 기간 동안 잘못된 반전의 수를 줄이는 것입니다. 또한 최고점과 최저점의 추적을 늦추는 데 도움이 됩니다. 옵션으로 막대의 실제 범위를 기반으로 의사 볼륨을 사용할 수 있습니다. 이는 실제 거래량이나 틱 카운트 거래량 데이터가 없는 기호에 유용합니다. 추가 기능으로 이 표시기는 정지에 사용할 수 있는 최대 이동 수준도 표시합니다. 계산의 기초를

Fernando Carreiro 출시돈 제품

(자동번역) 대부분의 거래자들은 1700년대 혼마 무네히사(Munehisa Homma) 가 창안한 일본의 유명한 하이킨 아시(Heikin-Ashi) 지표를 알고 있습니다. 때때로 Heiken-Ashi 로 표기되지만 그 의미는 동일하게 유지됩니다. 즉 일본어에서는 "평균 막대"입니다. 이는 매우 잘 알려진 Heikin Ashi 표시기의 구현이지만 몇 가지 기능이 추가되었습니다. 우선, 틱 카운트 볼륨, 실제 볼륨 또는 실제 범위를 기반으로 한 의사 볼륨 등 해당 값에 볼륨 에 따라 가중치 를 부여할 수 있습니다. 주요 이점은 특히 거래량이 적은 기간 동안 잘못된 반전의 수를 줄이는 것입니다. 또한 최고점과 최저점의 추적을 늦추는 데 도움이 됩니다. 옵션으로 막대의 실제 범위를 기반으로 의사 볼륨을 사용할 수 있습니다. 이는 실제 거래량이나 틱 카운트 거래량 데이터가 없는 기호에 유용합니다. 추가 기능으로 이 표시기는 정지에 사용할 수 있는 최대 이동 수준도 표시합니다. 계산의 기초를

Fernando Carreiro
Fernando Carreiro
Due to personal reasons, I am going to be taking a 3 month long sabbatical and dedicating some quality time to friends and family. I will not be trading or taking any coding jobs during this time. I will only be back in November. Thank you!
Fernando Carreiro
MT4 - Crossover EA 작업에 대한 피드백을 고객에게 남김
123