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
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
Conor Mcnamara
パブリッシュされたコードProfit labels for closed trades (deals)
Creating profit labels on deals (closed trades) which also show in the strategy tester
631

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
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
516
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
722

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.

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
1097


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
310
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
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.
302
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).
393

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
512
: