Tiago Azevedo Amorim Martins
Tiago Azevedo Amorim Martins
  • 情報
2 年
経験
7
製品
2
デモバージョン
0
ジョブ
0
シグナル
0
購読者
I’m an algorithmic trading developer specialized in building automated systems for MetaTrader and Python environments.

My work focuses on developing Expert Advisors, custom indicators, and trading automation tools designed to transform trading strategies into reliable and efficient code.

I combine MQL5 and Python to create advanced trading solutions, enabling MetaTrader platforms to interact with external data sources, custom analytics, and APIs such as Binance. This hybrid approach allows traders to extend the capabilities of traditional trading platforms and build more flexible algorithmic strategies.

All projects are developed with clean, optimized, and maintainable code, and tested using historical market data to ensure stability, robustness, and practical performance.

Alongside development work, I run the MoonKoder project, where I share tutorials, code examples, and educational content about algorithmic trading and strategy development using both MQL5 and Python.
You can also find related content and programming tutorials on my YouTube channel.

📩 For custom development, strategy automation, or integrations, feel free to contact me via MQL5 messages.
Tiago Azevedo Amorim Martins パブリッシュされたプロダクト

Hull Moving Average (HMA) The Hull Moving Average (HMA) is a refined version of the traditional moving average, designed to minimize lag while keeping the line smooth and precise . Developed by Alan Hull , this indicator provides a faster and more accurate trend signal than standard moving averages such as the SMA or EMA. How It Works The Hull Moving Average uses a Weighted Moving Average (WMA) in a special way to reduce delay and smooth price movement. Its calculation follows three main steps

Tiago Azevedo Amorim Martins パブリッシュされたプロダクト

📈 Simple Moving Average (SMA) Indicator The Simple Moving Average (SMA) is one of the most fundamental and widely used tools in technical analysis. It provides a clear visual representation of the market trend by smoothing out price fluctuations over a specified period. Unlike the Exponential Moving Average (EMA) , which reacts more quickly to recent price changes, the SMA gives equal weight to all price points in the calculation, making it ideal for identifying long-term trend direction and

Tiago Azevedo Amorim Martins パブリッシュされたプロダクト

Exponential Moving Average (EMA) Indicator The Exponential Moving Average (EMA) is one of the most widely used indicators in technical analysis. It smooths out price fluctuations to help traders identify market trends more clearly — without being too slow to react to price changes. Unlike the Simple Moving Average (SMA), the EMA gives greater weight to recent prices , making it more responsive to new market information. This makes it ideal for traders who want to detect trend reversals earlier

Tiago Azevedo Amorim Martins
パブリッシュされたコードMT5用カスタム指数移動平均(EMA)インディケータ
このインディケータは、指数移動平均(EMA)を計算し、MetaTrader 5のチャートに表示します。 期間は完全にカスタマイズ可能です。 適用価格(終値、始値、高値、安値、中央値、代表値、加重値)を選択できます。 最初のバーのSMAから初期化された標準的なEMA式を使用します。 スタンドアローンのテクニカル分析ツールとして、またはトレンドフォローや移動平均クロスオーバー戦略の自動売買システムに統合して使用できます。