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

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
515
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
721

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

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
1096


Conor Mcnamara
2025.02.08
When you close a buy position you're performing a sell deal. When you close a sell position you perform a buy deal. It depends on what position you're placing (short or long). Risk on buy trade: choose buy position type and it's the custom distance of stop loss to the ask price...reward on buy trade: choose sell position type and is the custom distance of the stop loss to the bid price above the trade entry. Then the opposite is done for RR on sell trades.

Conor Mcnamara
2025.02.08
It's not a tool for setting anything, only for calculating monetary values. There is another risk to reward box published by someone else in the codebase.
Conor Mcnamara
已发布代码Risk translation of percentage risk
Translate risk percentages to the monetary figure based on the account balance
1
307

Conor Mcnamara
已发布产品
This is a simple tool to display the maximum lot size permitted for any asset based on the size of your account (or more accurately the free margin), and the leverage. It will display the max lot size allowed, and then the script will naturally exit after 3 seconds which gives you enough time to see the information. When you have an active position, it will calculate the maximum number of lots that are left while a position of a certain lot size is already running. Before the script
分享社交网络 · 1
Conor Mcnamara
已发布代码Max trade volume checker for your trading account (Script version)
A script which when run displays the maximum lot size permitted on the asset.
299
Conor Mcnamara
已发布代码Max trade volume checker for your trading account
A dialog to display the maximum lot size permitted on the underlying asset for different types of orders (buy, sell, pending buy, and pending sell).
391

Conor Mcnamara
when you click on indicators and realize you have way too many indicators in your terminal https://media0.giphy.com/media/7aVmRxydhyfTi/giphy.gif?cid=6c09b9526gottgvs0ybkiiser5sbcqkho0b43d2i9cg1j7iz&ep=v1_internal_gif_by_id&rid=giphy.gif&ct=g

Conor Mcnamara
已发布代码Custom Bid Ask lines
A customized bid and ask line which is labelled and clear to help visualize the bid and ask prices
511


Conor Mcnamara
small (unfortunate) history goes along with this program. There was a plan to make a new interface, but at the time my hard drive crashed and I lost 100% of the code. What I didn't lose was the program. The program was backed up but not the code

Rajesh Kumar Nait
2024.08.08
if your hard drive stopped working, buy an external hard disk enclosure and try to connect it. if you have not formatted it try using software for recovery such as PC Inspector. Ultimately if nothing works then only option is to forget files or invest $$ for every mb of data recovery by professional data recovery centers

Conor Mcnamara
2024.08.08
It was a few years ago when it died, I had tried all things, but it had died completely. Nowadays I always check the Speccy program to see hard drive health. But I also use a good quality brand now as well
: