Conor Mcnamara / 个人资料
- 信息
1 年
经验
|
5
产品
|
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
已发布代码Zigzag fibo oscillator
An advancement of the MetaQuotes zigzag with an oscillator mode, current bar leg tracking, fib levels, and dynamic scaling
56
Conor Mcnamara
已发布产品
在多个时间框架之间切换以分析市场趋势可能很快会变得让人感到乏味和疲劳。 找到多时间框架之间的一致性(即共振)对于做出明智的交易决策至关重要。这个创新指标简化了这个过程,允许您在更高时间框架的图表上直接查看多个较低时间框架的趋势。有了这个指标,您可以同时监控四个 Heiken Ashi 设置,每个设置运行在不同的时间框架上。结果是一个清晰的分层市场趋势视图,帮助您识别多头和空头共振,而无需不断切换图表。 该指标实时显示所有选定时间框架上当前和倒数第二根 Heiken Ashi K 线的信息。如果信息面板中的所有 K 线都显示为“绿色”,这表示这些时间框架上存在多头共振。同样,如果所有 K 线都显示为“红色”,则表示空头共振。这使您可以一目了然地了解市场的一致性,从而更快、更自信地做出决策。 除了直接在图表上提供有价值的趋势信息并实时更新外,该指标还包括针对市场共振的警报功能。 与其不断在时间框架之间切换寻找理想的共振(这一过程可能很快让人感到头痛),不如使用该指标接收及时的警报,从而大幅提高效率。
分享社交网络 · 1
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.
分享社交网络 · 1
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
Conor Mcnamara
https://youtu.be/4RjjKfeEdjs?si=VNm0HbzxWocqLYdm The buildup in this tune brought me right back to the 90s
分享社交网络 · 1
Conor Mcnamara
已发布代码Profit labels for closed trades (deals)
Creating profit labels on deals (closed trades) which also show in the strategy tester
263
Conor Mcnamara
分享社交网络 · 2
Conor Mcnamara
2024.12.24
XAUUSD, and the M1 timeframe. This EA is high risk, it exclusively reacts to price action instead of tracking indicator signals . It uses no brain, only "reflex" along with super strict risk management
Conor Mcnamara
I just found out that a huge amount of disk space was being used up at:
AppData\Roaming\MetaQuotes\Terminal\[Terminal address]\bases\[broker name]\history
AppData\Roaming\MetaQuotes\Terminal\Terminal\[Terminal address]\bases\[broker name]\ticks
I deleted all of that trash, especially on demo accounts, I didn't need the history
AppData\Roaming\MetaQuotes\Terminal\[Terminal address]\bases\[broker name]\history
AppData\Roaming\MetaQuotes\Terminal\Terminal\[Terminal address]\bases\[broker name]\ticks
I deleted all of that trash, especially on demo accounts, I didn't need the history
分享社交网络 · 1
Conor Mcnamara
已发布代码Volume weighted line chart with smoothing
A smoother line chart which cuts out a lot of the market noise and uses volume in the formula
398
Conor Mcnamara
已发布代码Extreme highs and lows with tick prices
Marking the extreme highs and lows (OHLC) together with the extreme bid and ask prices
1
491
Conor Mcnamara
The original zigzag indicator is actually very good only that it has problems that would cause most people to shun it. Problems: It's unknown when the leg has finished its cycle, and leg can keep extending (repaint). Entry signals are not timely. Current market direction is left to be unknown.
I made a few different solutions which tackle all of these issues. The original code from metaquotes was not bad at all, very good in fact, it just needed something extra to mark the completion of the leg. Another code I have is more simplified and does not draw "growing" legs, once a leg is drawn it will be final immediately - shortcoming of this is that it can be more receptive to small and noisy market movements.
I made a few different solutions which tackle all of these issues. The original code from metaquotes was not bad at all, very good in fact, it just needed something extra to mark the completion of the leg. Another code I have is more simplified and does not draw "growing" legs, once a leg is drawn it will be final immediately - shortcoming of this is that it can be more receptive to small and noisy market movements.
分享社交网络 · 1
Conor Mcnamara
this "Fractal Chaos Oscillator" seems very good, it gives very reliable sniper entries and compliments other indicators
Conor Mcnamara
已发布代码Trade Volume Calculation Tool
This tool will calculate the acceptable lot size based on a stop loss distance and risk percentage
533
Conor Mcnamara
已发布代码Position Risk Calculation Tool
An indicator that dynamically calculates risk (in percentages and money) based on the lot size and stop loss
1
887
Conor Mcnamara
已发布代码Risk translation of percentage risk
Translate risk percentages to the monetary figure based on the account balance
1
204
: