Conor Mcnamara
Conor Mcnamara
  • 信息
1 年
经验
6
产品
5
演示版
0
工作
0
信号
0
订阅者
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
If you have a trading system, and you know that the entries corresponding with the system are good, then a tight stop loss or a tight trailing stop is *not* a good idea. If the entries are good, then you should have at least a wide stop loss. Predictable stop losses are being hunted by institutional traders and hedge funds to force retail traders out.
Yashar Seyyedin
Yashar Seyyedin 2025.02.27
Yes tight stop loss is not something ever worked for me. But I would say we should not focus on stop hunting when it comes to designing a strategy. All you can do and will do is putting your SL where the backtests end up in consistent profitability.
Conor Mcnamara
Conor Mcnamara 2025.02.27
true, it depends on how precise the entries are, some strategies might use an entry based on tick trend and in that case a tight stop might be part of the system. Most entries based on normal signal indicators can get stopped out easily though
Conor Mcnamara
Conor Mcnamara
It would be nice to see crypto rallying again, but now it's worrying as Bitcoin is testing the 200 day moving average on D1 timeframe
Lorentzos Roussos
Lorentzos Roussos 2025.02.26
I think the 4 year cycles are over , it will pick up again and also there may be another meme run during summer.
Conor Mcnamara
Conor Mcnamara 2025.02.26
It should definitely be bullish at some point this year. Next year might be a true bearish market (at least it's expected to be that way)
Conor Mcnamara
Conor Mcnamara
Today was very uneventful in Gold for new trades. It looked like a lot of profit-taking was going on as it's near the record highs and the weak US data has people concerned. I wasn't looking at the M5 timeframe, but it seemed like that's where the intraday trend was. It wasn't possible to hold anything
Yashar Seyyedin
Yashar Seyyedin 2025.02.26
Me too. Too few trades this week. Only a buy the dip in stocks yesterday and that is all.
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)
Conor Mcnamara
Conor Mcnamara 2025.02.21
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 2025.02.22
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 .
Tiofelo Da Olga Gilbert Teles
Tiofelo Da Olga Gilbert Teles 2025.03.02
Very 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.
Ahmd Abrahym Mhmwd Abrahym
Ahmd Abrahym Mhmwd Abrahym 2025.02.20
Good luck , looking forward to see the results , please share it when you can :)
Anil Varma
Anil Varma 2025.02.21
All the best man ...
Conor Mcnamara
Conor Mcnamara
dancin 😅
Conor Mcnamara
已发布代码Intrabar Volume Flow
An indicator which visualizes how volume changes over time within each bar. It shows tick volume in a rolling histogram format.
388
Conor Mcnamara
已发布文章Indicator calculation loops and the start index
When an indicator first loads, prev_calculated is 0 on the first execution. On subsequent calls, prev_calculated holds the number of bars 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
已发布代码Portable Moving Average
Calculate a moving average in one function call. Code that can easily be transported between different projects.
1 237
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
已发布代码Zigzag fibo oscillator
An advancement of the MetaQuotes zigzag with an oscillator mode, current bar leg tracking, fib levels, and dynamic scaling
407
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 已发布产品

在多个时间框架之间切换以分析市场趋势可能很快会变得让人感到乏味和疲劳。 找到多时间框架之间的一致性(即共振)对于做出明智的交易决策至关重要。这个创新指标简化了这个过程,允许您在更高时间框架的图表上直接查看多个较低时间框架的趋势。有了这个指标,您可以同时监控四个 Heiken Ashi 设置,每个设置运行在不同的时间框架上。结果是一个清晰的分层市场趋势视图,帮助您识别多头和空头共振,而无需不断切换图表。  该指标实时显示所有选定时间框架上当前和倒数第二根 Heiken Ashi K 线的信息。如果信息面板中的所有 K 线都显示为“绿色”,这表示这些时间框架上存在多头共振。同样,如果所有 K 线都显示为“红色”,则表示空头共振。这使您可以一目了然地了解市场的一致性,从而更快、更自信地做出决策。 除了直接在图表上提供有价值的趋势信息并实时更新外,该指标还包括针对市场共振的警报功能。 与其不断在时间框架之间切换寻找理想的共振(这一过程可能很快让人感到头痛),不如使用该指标接收及时的警报,从而大幅提高效率。

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