Conor Mcnamara
Conor Mcnamara
  • Information
1 year
experience
4
products
2
demo versions
0
jobs
0
signals
0
subscribers
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
Published code Trade Volume Calculation Tool
This tool will calculate the acceptable lot size based on a stop loss distance and risk percentage
Conor Mcnamara
Conor Mcnamara
crazy looking backtest (putting ideas to work)
Conor Mcnamara
Published code Position Risk Calculation Tool
An indicator that dynamically calculates risk (in percentages and money) based on the lot size and stop loss
Conor Mcnamara
Published code Risk translation of percentage risk
Translate risk percentages to the monetary figure based on the account balance
Conor Mcnamara
Conor Mcnamara
Just today I realized you can change the default code styler to another style
Conor Mcnamara Published product

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
Added topic Why is there such a huge discrepancy between "Real Ticks" modelling and "Every Tick" modelling?
I was testing an EA that a developer put on the codebase for trading Gold ( based on Keltner channel and EMAs) .  Here is how the backtest looked on "Real Ticks" modelling: Here is how the backtest looked on "Every Tick" modelling for the exact
Conor Mcnamara
Published code Max trade volume checker for your trading account (Script version)
A script which when run displays the maximum lot size permitted on the asset.
Conor Mcnamara
Published code 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).
Conor Mcnamara
Conor Mcnamara
organized chaos
Conor Mcnamara
Published code Custom Bid Ask lines
A customized bid and ask line which is labelled and clear to help visualize the bid and ask prices
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
Added topic Moving the attached indicators from one chart to another
Hi, I'm just asking in case there's something I wasn't aware of. If I want to move my current attached indicators from one chart to a different chart (on a different symbol) - how do I do it? Is the solution to save a template, and then load that
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
Added topic Account margin vs Account margin free?
Maybe a stupid question but what is ACCOUNT_MARGIN supposed to be as opposed to ACCOUNT_MARGIN_FREE? If I print this: AccountInfoDouble ( ACCOUNT_MARGIN ); I get 0.0 returned back from the broker. If I print this: AccountInfoDouble (
Conor Mcnamara Published product

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
Conor Mcnamara
Conor Mcnamara
I was watching a video of someone who was dissing the moving average and saying that the vwap is better to use as it's faster to update. If you backtest a colored MA you can see his point, although the moving average is not useless in any way given that there are multiple ways to trade with it. In terms of a color coded MA, the first index of color change should be ignored as this is where it has potential to change its course of track, you need one bar of confirmation at least.
Gerard Willia G J B M Dinh Sy
Gerard Willia G J B M Dinh Sy 2024.08.01
And the vwap is not an average?
Conor Mcnamara
Conor Mcnamara 2024.08.01
it is but takes into account both price and volume, there are a few very interesting versions of it
Gerard Willia G J B M Dinh Sy
Gerard Willia G J B M Dinh Sy 2024.08.02
There are other types of averages that take volume into account. The vema for example
Conor Mcnamara
Conor Mcnamara
I never understood why people want to make EAs based on old risky betting systems. Why not be creative? Are people thinking it's too difficult to be creative?
Yashar Seyyedin
Yashar Seyyedin 2024.07.30
Amateurs talk about tactics while professionals care about logistics.
Conor Mcnamara
Conor Mcnamara 2024.07.31
It's important in my opinion to find the right ingredients which work well in automation. The martingale system is continually talked about today, it ignores risk and gives poor statistics as well.
Gerard Willia G J B M Dinh Sy
Gerard Willia G J B M Dinh Sy 2024.08.01
Not all solutions are necessarily based on math. The SMC, ITC, Price Stocks, S&R, etc