Roberto Jacobs / 个人资料
- 信息
|
10+ 年
经验
|
3
产品
|
78
演示版
|
|
28
工作
|
0
信号
|
0
订阅者
|
MQL5 Community:
Programmer + Forex Trader
Product on Market:
Forex Currency Power Index indicator for MT5
https://www.mql5.com/en/market/product/101322
Forex Currency Power Index indicator for MT4
https://www.mql5.com/en/market/product/101328
TrendColorBars
https://www.mql5.com/en/market/product/14715
Programmer + Forex Trader
Product on Market:
Forex Currency Power Index indicator for MT5
https://www.mql5.com/en/market/product/101322
Forex Currency Power Index indicator for MT4
https://www.mql5.com/en/market/product/101328
TrendColorBars
https://www.mql5.com/en/market/product/14715
Roberto Jacobs
Hello fellow traders and MQL developers, Effective risk management is often the missing link between a profitable strategy and a sustainable one—especially when dealing with multi-currency setups...
分享社交网络 · 1
50
Roberto Jacobs
**Hello MQL5 Community!** In 2016, I published the **ForexLines Indicator** here on CodeBase. Today, I’m excited to share its evolution into a fully automated Multi-Currency EA: **ExpMACross2_MCEA**...
分享社交网络 · 1
74
Roberto Jacobs
*"Moving beyond the limits of standard MQL5 loops. I just published the **GMM_MD_MCEA**, a Python-driven Multi-Currency Engine that solves the common 'Invalid Fill' and 'Signal Collision' errors using Advanced Dictionary Logic. Check out how I integrated Python's flexibility with MT5's power...
分享社交网络 · 2
83
Roberto Jacobs
Merging Legend with Modern AI With Gemini's assistance, I successfully translated years of manual observation into a sophisticated automated dashboard. The system integrates two core pillars: 1...
分享社交网络 · 1
69
Roberto Jacobs
In the high-speed world of algorithmic trading, the difference between a winning EA and a losing one often lies in how it perceives market movement...
分享社交网络 · 1
157
Roberto Jacobs
Ultimate Efficiency: The Multi-Currency Advantage In modern algorithmic trading, efficiency is the key to scalability. The Heiken_Ashi_MCEA is a high-performance Expert Advisor for MetaTrader 5 designed to solve the complexity of multi-pair trading...
分享社交网络 · 1
91
Roberto Jacobs
The Williams' Percent Range (WPR) is a highly respected momentum oscillator used by technical analysts to identify overbought and oversold conditions...
分享社交网络 · 1
152
Roberto Jacobs
The Parabolic SAR (Stop and Reverse) is a staple in technical analysis, primarily used to identify trend direction and potential reversal points. However, trading based on a single timeframe often leads to "market noise" and false signals...
分享社交网络 · 1
223
Roberto Jacobs
RSI_MTF is a technical indicator based on the Relative Strength Index (RSI) designed to display RSI signals from multiple timeframes simultaneously within a single Meta Trader 5 chart window. This indicator is highly useful for traders who want to perform efficient multi-timeframe analysis...
分享社交网络 · 1
148
Roberto Jacobs
The Money Flow Index Multi-Timeframe (MFI_MTF) Indicator for MetaTrader 5 calculates and scans the Money Flow Index (MFI) on all 21 standard MT5 timeframes (M1 … MN1) and displays per-timeframe signals directly on the chart...
分享社交网络 · 1
328
Roberto Jacobs
The Commodity Channel Index Multi-Timeframe (CCI MTF) Indicator for MetaTrader 5 provides a comprehensive and compact way to read CCI momentum across all 21 standard timeframes (from M1 to MN1) on a single chart...
分享社交网络 · 1
261
Roberto Jacobs
Fractals are one of the classic tools introduced by legendary trader Bill Williams. These simple yet powerful markers are used to identify local swing highs and lows in price action. When used correctly, Fractals can help traders pinpoint reversal areas or breakout setups...
分享社交网络 · 1
738
Roberto Jacobs
Introduction The Average Directional Movement Index Multi-Timeframe (ADX MTF) Indicator for MetaTrader 5 provides directional signals from all 21 standard timeframes, ranging from M1 to MN1...
分享社交网络 · 1
250
Roberto Jacobs
n this article, I will discuss the creation of the On Balance Volume Multi Timeframe indicator for MT5. This indicator will calculate the comparison of OBV movements in percentage terms across 21 different timeframes, ranging from M1 to MN1...
分享社交网络 · 1
513
Roberto Jacobs
In this article I will discuss about making the Strength of Price Movement Multi Timeframe indicator for MT5, where the indicator will calculate price movement comparison in percent on each timeframe, in this case 21 timeframes from M1 to MN1. Read more...
分享社交网络 · 2
255
Roberto Jacobs
The Triple Moving Average Crossover strategy is a powerful tool used by forex traders to identify potential trading opportunities. By employing three moving averages with different periods, this strategy aims to increase the accuracy of signals and minimize the chances of false breakouts...
分享社交网络 · 2
1002
Roberto Jacobs
FiboPivotCandleBar is a sophisticated trading tool designed to provide trading signals by combining several technical indicators, including Fibonacci levels, Pivot Points, ZigZag, MACD, and Moving Averages...
分享社交网络 · 1
260
Roberto Jacobs
FiboPivotCandleBar is a sophisticated trading tool designed to provide trading signals by combining several technical indicators, including Fibonacci levels, Pivot Points, ZigZag, MACD, and Moving Averages indicators...
分享社交网络 · 1
284
Roberto Jacobs
FiboPivotCandleBar Expert Advisor for MetaTrader 4 In this article, I'll explain how to create a standard and simple Expert Advisor (EA) or forex robot byapplying Buy or Sell signals from the FiboPivotCandleBar indicator for MetaTrader 4...
分享社交网络 · 1
160
:
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
