Conor Mcnamara
Conor Mcnamara
  • 信息
1 年
经验
4
产品
3
演示版
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.
Conor Mcnamara
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
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
123
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 183
Conor Mcnamara
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.
Conor Mcnamara
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
374
Conor Mcnamara
Conor Mcnamara
crazy looking backtest (putting ideas to work)
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 651
Conor Mcnamara
已发布代码Risk translation of percentage risk
Translate risk percentages to the monetary figure based on the account balance
1 146
Conor Mcnamara
Conor Mcnamara
Just today I realized you can change the default code styler to another style
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.
191
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).
223
Conor Mcnamara
Conor Mcnamara
organized chaos
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
336
Conor Mcnamara
Conor Mcnamara
new indicator idea - a more visual ask and bid line which is more noticeable.
Ahmed Ibrahim Mahmoud Ibrahim
Ahmed Ibrahim Mahmoud Ibrahim 2024.08.10
Nice approach, Keep Up
Conor Mcnamara
Conor Mcnamara 2024.08.10
I'm happy you like the idea. I should publish the code soon
Conor Mcnamara
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
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
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
Conor Mcnamara 已发布产品

If the price is cutting above the slow length moving average, a breakout may occur. If the price is cutting below, a pullback may occur in the market. This was known for a long time, but there aren't many indicators which signal on the event. Candlestick pattern validation is also used in this indicator so that signals will not be drawn on doji candles or small "uncertainty" candles. The length of the moving average period can be defined by the user (default is 200). The number of price movement

Conor Mcnamara
Conor Mcnamara
https://youtu.be/NMefxohehPQ a German marching band which makes music that sounds like electronic music
123