Conor Mcnamara
Conor Mcnamara
5 (4)
  • Information
2 years
experience
8
products
4
demo versions
0
jobs
0
signals
0
subscribers
I started learning C programming in 2010. From there I picked up many languages.
I'm working on several indicator projects and EA concepts.
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 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
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
· 1 12239 1654
alli adekola
alli adekola 2025.01.08
how do i set my RR using the tool
Conor Mcnamara
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
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
Published code Risk translation of percentage risk
Translate risk percentages to the monetary figure based on the account balance
· 1 6030 639
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.
Ahmd Abrahym Mhmwd Abrahym
Ahmd Abrahym Mhmwd Abrahym 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