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 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
70
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
78
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
64
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
153
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
88
Roberto Jacobs
The Williams' Percent Range (WPR) is a highly respected momentum oscillator used by technical analysts to identify overbought and oversold conditions...
소셜 네트워크에 공유 · 1
147
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
208
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
144
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
318
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
256
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
702
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
242
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
500
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
250
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
969
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
255
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
278
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
156
Roberto Jacobs
Introduction The Expert Advisor discussed in this article is a multi-currency trading robot that uses the Zigzag and RSI indicators. It follows a strategy of opening Buy trades when the price dips below the RSI oversold line and Sell trades when the price rises above the RSI overbought line...
소셜 네트워크에 공유 · 2
246
:
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
