Conor Mcnamara / 个人资料
- 信息
|
2 年
经验
|
8
产品
|
4
演示版
|
|
0
工作
|
0
信号
|
0
订阅者
|
I started learning C programming in 2010. From there I picked up many languages.
I'm working on several indicator projects and EA concepts.
If you have ideas for a high quality custom zigzag or pivot machine, I an experienced and can create high quality tools of these kind. Reach out to me with your idea in the freelance section and assign the job to me.
Note that a zigzag is a drawing. It does not need to be based on market structure, as it can also be based on trend. It can be fast and non-repainting (for signal detection), or it can be slow and redraw (for market structure confirmation). The criteria is up to you. I only work with MQL5.
I'm working on several indicator projects and EA concepts.
If you have ideas for a high quality custom zigzag or pivot machine, I an experienced and can create high quality tools of these kind. Reach out to me with your idea in the freelance section and assign the job to me.
Note that a zigzag is a drawing. It does not need to be based on market structure, as it can also be based on trend. It can be fast and non-repainting (for signal detection), or it can be slow and redraw (for market structure confirmation). The criteria is up to you. I only work with MQL5.
Conor Mcnamara
已发布代码OHLC Candles with extreme tick price tracking
这是 OHLC 烛台图,记录了每个新柱状图的最高卖出价和最低买入价。
分享社交网络
462
505
Conor Mcnamara
分享社交网络 · 3
Conor Mcnamara
2025.10.11
This was a manual trade. It was a Sell Limit placed at the daily vwap price when the dollar gained strength again. I would say this trade was a bit of luck too to get such a bid price
Conor Mcnamara
this was another entry on the VWAP price
the way I see it, whether you buy or sell at this price, there's some profit there eitherway
I am on a demo account performing these tests where I put indicators into live testing
the way I see it, whether you buy or sell at this price, there's some profit there eitherway
I am on a demo account performing these tests where I put indicators into live testing
分享社交网络 · 1
Conor Mcnamara
this entry was the VWAP price at the time I placed the buy limit, it seems like a good indicator to me, and it's downloadable on the codebase
分享社交网络 · 1
Conor Mcnamara
I used to think that from a 10K account and 1:33 leverage, a 1 month profit of 1 - 2K would be very good. But this current strategy is showing much greater alpha in one month.While I know that not every month can be the same, and that one month historical backtest means nothing for the future, it gives me an indication that this strategy has substance if it can show results like that. This is the power of ATR.
分享社交网络 · 1
Conor Mcnamara
By not immediately executing a trade upon a signal...you can refine entries using states. It's just a bit more work.
分享社交网络 · 1
Conor Mcnamara
It's crazy to think that technical analysis in financial markets borrowed from mechanical engineering, electrical engineering, statistics and probability theories, geospatial engineering, thermodynamics, neuroscience....the list goes on
Conor Mcnamara
A promising work underway..
- Candles are colored based on IDWMA price cross, noise, momentum, and doji patterns
- Extreme channel to calculate extreme prices on the last 30 bars
- ATR bands from the IDWMA price
Buy:
Previous and current green candle
Bid price is below the midpoint of the extreme channel
Bid price is above the 50 period EMA
Position stop loss trails on ATR band
Sell:
Previous and current red candle
Bid price is above the midpoint of the extreme channel
Bid price is below the 50 period EMA
Position stop loss trails on ATR band
- Candles are colored based on IDWMA price cross, noise, momentum, and doji patterns
- Extreme channel to calculate extreme prices on the last 30 bars
- ATR bands from the IDWMA price
Buy:
Previous and current green candle
Bid price is below the midpoint of the extreme channel
Bid price is above the 50 period EMA
Position stop loss trails on ATR band
Sell:
Previous and current red candle
Bid price is above the midpoint of the extreme channel
Bid price is below the 50 period EMA
Position stop loss trails on ATR band
分享社交网络 · 3
[删除]
2025.10.03
[删除]
Conor Mcnamara
There are some shortcomings in the Parabolic SAR.
It traditionally used a fixed acceleration factor and didn't account for volatility, and this made it give bad signals in choppy markets. It also didn't care about price momentum, so it always had a signal while disregarding the fact that sometimes it's not good to trade.
I'm building a Custom SAR which is accelerating based on volatility (fully dynamic acceleration factor), and looking for valid momentum. If there is no valid momentum, the signal is removed on these bars.
It traditionally used a fixed acceleration factor and didn't account for volatility, and this made it give bad signals in choppy markets. It also didn't care about price momentum, so it always had a signal while disregarding the fact that sometimes it's not good to trade.
I'm building a Custom SAR which is accelerating based on volatility (fully dynamic acceleration factor), and looking for valid momentum. If there is no valid momentum, the signal is removed on these bars.
分享社交网络 · 1
Conor Mcnamara
How can we calculate the trend change on time from extreme pivots?
- Zigzag algo extended to find when the leg stops moving
- When the leg stops moving, the trend change is analysed from a non lagging moving average
- Now it is calculating only the moving average trend changes relating to pivots
- All other fleeting moving average trends are ignored
- Zigzag algo extended to find when the leg stops moving
- When the leg stops moving, the trend change is analysed from a non lagging moving average
- Now it is calculating only the moving average trend changes relating to pivots
- All other fleeting moving average trends are ignored
分享社交网络 · 1
Conor Mcnamara
已发布产品
This is a unique moving average that does not use timeframes. The indicator calculates a simple moving average (SMA) based on latest tick prices rather than timeframe bars, offering a direct way to track market trends. It processes a large number of tick prices up to the latest tick, using only live data for its calculations. Once active, the indicator updates and recalculates without relying on any historical timeframe bars. Real-Time Market Response The indicator updates as tick prices move
:
