Conor Mcnamara / 个人资料
- 信息
1 年
经验
|
4
产品
|
4
演示版
|
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
已发布代码Profit labels for closed trades (deals)
Creating profit labels on deals (closed trades) which also show in the strategy tester
34
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
281
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
377
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
463
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
762
Conor Mcnamara
已发布代码Risk translation of percentage risk
Translate risk percentages to the monetary figure based on the account balance
1
175
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.
215
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).
252
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
353
: