Conor Mcnamara
Conor Mcnamara
  • Informations
1 année
expérience
4
produits
4
versions de démo
0
offres d’emploi
0
signaux
0
les abonnés
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
Code publié Profit labels for closed trades (deals)
Creating profit labels on deals (closed trades) which also show in the strategy tester
Conor Mcnamara
Conor Mcnamara
some trades from The Forbidden Pendulum
Conor Mcnamara
Conor Mcnamara
this is insane, time to see if it holds on live ticks
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
Code publié 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
Conor Mcnamara
Code publié Extreme highs and lows with tick prices
Marking the extreme highs and lows (OHLC) together with the extreme bid and ask prices
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
Code publié 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
Code publié Position Risk Calculation Tool
An indicator that dynamically calculates risk (in percentages and money) based on the lot size and stop loss
Conor Mcnamara
Code publié 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 Produits publiés

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
Code publié 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
Code publié 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
Code publié 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
123