Conor Mcnamara
Conor Mcnamara
  • Informations
1 année
expérience
5
produits
5
versions de démo
0
offres d’emploi
1
signaux
0
les abonnés
I started learning C programming in 2010. From there I picked up many languages.
I have worked with MQL for just a year now. I pick up programming languages very quickly because I'm no stranger to programming.
I'm working on several indicator projects and EA concepts.
Conor Mcnamara
Conor Mcnamara
It's possible to protect your initial deposit with code..as live equity can be monitored, so when you compare the equity to balance, you can "save" your initial deposite from a disaster. It's very simple code
Conor Mcnamara
Conor Mcnamara
swing trades on the EA (visual backtest)
Lorentzos Roussos
Lorentzos Roussos Vendredi
so its measuring the likelihood of it not continuing
Conor Mcnamara
Conor Mcnamara Vendredi
yes just simply based on bar confirmation, I constantly track the index of the zigzag buffer, then I use 2 or 3 bars of confirmation to confirm that the leg stopped it's continuation
Lorentzos Roussos
Lorentzos Roussos Hier
You could measure that in theory, in my zigzag i track changes of the leg , i'll add this too as "delays" and "max delay" looks interesting .
Conor Mcnamara
Conor Mcnamara
I recently launched a signal which is based on algo trading with zigzag. It is known that the zigzag isn't a signal indicator, it's mostly for swing analysis and wave theory, but it can be combined with quantitative indicators or fib retracement levels, or other drawings and filters to give signals. In the EA I built, I extended the algo so that it finds out when the leg stops moving. When this happens, it could mean a support or resistance is found, and a signal is produced on this event way before the opposite leg comes, therefore giving "timeliness" to the zigzag. I also introduced an MA into the core logic so that the MA filters the swings and aids the algo so that it will prevent premature swings. I don't know how successful this will be as a fully automated EA, so let's not expect miracles. Eventually I can make it available to download if it's not overly risky. I'm dedicated to building trading software which is profitable and not destructive.
Ahmed Ibrahim Mahmoud Ibrahim
Ahmed Ibrahim Mahmoud Ibrahim Jeudi
Good luck , looking forward to see the results , please share it when you can :)
Anil Varma
Anil Varma Vendredi
All the best man ...
Conor Mcnamara 5 Signal MetaTrader publié
Zigzag extended with super smoother
Prix: 1000 USD, Croissance: 4.61%
An algo trading system comprised of a unique trading strategy along with a unique risk management system. Trade entries are found at extreme swings on the M30 timeframe, and the entries have to be confirmed by the trend on Ehler's three pole super smoothed moving average. This EA is in the experimental stages, so it's not recommended to subscribe to the signal. It is trading on XAUUSD. The EA can do both scalping and swing trading. A set file is switched depending on the behaviour of the market
Conor Mcnamara
Code publié Intrabar Volume Flow
An indicator which visualizes how volume changes over time within each bar. It shows tick volume in a rolling histogram format.
Conor Mcnamara
Publication publiéeIndicator calculation loops and the start index
When an indicator first loads, prev_calculated is 0 on the firs execution. On subsequent calls, prev_calculated holds the number of bars that were processed in the previous execution...
Conor Mcnamara
Conor Mcnamara
John Ehlers is a technical analyst and engineer with a vast knowledge in digital signal processing. He understood the filters, and was able to build a cleaner, non-lagging moving average by borrowing formulas from Electrical Engineering. His formula involved giving a lower weight to older values and using a recursive calculation to make everything faster and more efficient. This is an illustration between a basic moving average and Ehlers three pole super smoother (both on period 18).
Conor Mcnamara
Code publié Portable Moving Average
Calculate a moving average in one function call. Code that can easily be transported between different projects.
Conor Mcnamara
Conor Mcnamara
The zigzag and donchian channel are examples of qualitative indicators as they rely fully on the price action to give you a result. This can change if you combine both worlds of mathematical trend indicators and qualitative indicators. I find that a smoothed moving average can be effective to prevent false signals from the zigzag and "pend" the swing so that you don't get a swing forming too early
Conor Mcnamara
Conor Mcnamara
I don't offer services such as creation of an entire indicator or EA, I do this only within the dev team if I/we agree on it. I do not have that much time.
Gerard William G J B M Dinh Sy
Gerard William G J B M Dinh Sy 2025.01.30
Long live the dev team
Conor Mcnamara
Code publié Zigzag fibo oscillator
An advancement of the MetaQuotes zigzag with an oscillator mode, current bar leg tracking, fib levels, and dynamic scaling
Conor Mcnamara
Conor Mcnamara
Zigzag experiment which gives the illusion of an oscillator
Conor Mcnamara
Conor Mcnamara
Market Harmony (market trend confluence detector)
Rajesh Kumar Nait
Rajesh Kumar Nait 2025.01.16
Good
Conor Mcnamara Produits publiés

Switching between charts to analyse market trends across multiple timeframes can quickly become a tiresome task. Finding confluence (alignment across timeframes) is essential to making informed trading decisions. This innovative indicator simplifies the process, allowing you to see trends on multiple lower timeframes directly from a higher timeframe chart. With this indicator, you can monitor four Heiken Ashi setups running simultaneously, each on a different timeframe. The result is a clear

Conor Mcnamara
Conor Mcnamara
Non repainting zigzag. This is an entirely new algo and it's not using anything fancy other than extreme points based on a period. The idea in this zigzag is that the legs are final when they draw, there is no growing of the legs...and as such the pivot points will not touch the candle highs and lows where the extremum occurred. The idea is that a green leg concludes a potential pullback, and a red leg concludes a potential breakout.
Conor Mcnamara
Conor Mcnamara
something creative, a heiken ashi on incoming tick prices with a zigzag on the HA highs and HA lows. There is no high and low on ticks of course, so an auxiliary high and low is created based on tick prices that are current and before the current
Conor Mcnamara
Conor Mcnamara
The ADX seems to be an underrated indicator, it measures the trend strength, this is unique for a trend indicator and it makes it stand out
Conor Mcnamara
Conor Mcnamara
https://youtu.be/4RjjKfeEdjs?si=VNm0HbzxWocqLYdm The buildup in this tune brought me right back to the 90s
Conor Mcnamara
Code publié Profit labels for closed trades (deals)
Creating profit labels on deals (closed trades) which also show in the strategy tester