Conor Mcnamara / Profil
- Informations
|
2 années
expérience
|
7
produits
|
5
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'm working on several indicator projects and EA concepts.
I'm working on several indicator projects and EA concepts.
Conor Mcnamara
https://youtu.be/4RjjKfeEdjs?si=VNm0HbzxWocqLYdm The buildup in this tune brought me right back to the 90s
Conor Mcnamara
Code publié Profit labels for closed trades (deals)
Création d'étiquettes de profit sur les transactions (transactions fermées) qui s'affichent également dans le testeur de stratégie
Partager sur les réseaux sociaux
263
1230
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
Conor Mcnamara
Code publié Volume weighted line chart with smoothing
Un graphique linéaire plus lisse qui élimine une grande partie du bruit du marché et utilise le volume dans la formule.
Partager sur les réseaux sociaux
265
1134
Conor Mcnamara
Code publié Extreme highs and lows with tick prices
Marquer les plus hauts et les plus bas extrêmes (OHLC) ainsi que les prix extrêmes à l'achat et à la vente.
Partager sur les réseaux sociaux · 1
278
1455
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.
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
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
Cet outil calcule la taille de lot acceptable sur la base d'une distance de stop loss et d'un pourcentage de risque.
Partager sur les réseaux sociaux
280
1301
Conor Mcnamara
Code publié Position Risk Calculation Tool
Un indicateur qui calcule dynamiquement le risque (en pourcentage et en argent) en fonction de la taille du lot et du stop loss.
Partager sur les réseaux sociaux · 1
300
1805
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
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
Code publié Risk translation of percentage risk
Traduire les pourcentages de risque en valeur monétaire sur la base du solde du compte.
Partager sur les réseaux sociaux · 1
285
747
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)
Un script qui, lorsqu'il est exécuté, affiche la taille de lot maximale autorisée pour l'actif.
Partager sur les réseaux sociaux
197
753
Conor Mcnamara
Code publié Max trade volume checker for your trading account
Boîte de dialogue permettant d'afficher la taille maximale du lot autorisé sur l'actif sous-jacent pour différents types d'ordres (achat, vente, achat en suspens et vente en suspens).
Partager sur les réseaux sociaux
241
916
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
Code publié Custom Bid Ask lines
Une ligne d'offre et de demande personnalisée, étiquetée et claire, pour aider à visualiser les prix d'offre et de demande.
Partager sur les réseaux sociaux
181
1129
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
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
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
:
