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.
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
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
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
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
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
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
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
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
2025.02.26
Me too. Too few trades this week. Only a buy the dip in stocks yesterday and that is all.

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
すべてのコメントを示す (7)

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
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 .


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
2025.02.20
Good luck , looking forward to see the results , please share it when you can :)


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...
ソーシャルネットワーク上でシェアする · 1
159

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
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
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.

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
パブリッシュされたプロダクト
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
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
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
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
: