Conor Mcnamara / Profilo
- Informazioni
|
2 anni
esperienza
|
7
prodotti
|
5
versioni demo
|
|
0
lavori
|
0
segnali
|
0
iscritti
|
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
Post pubblicati Indicator calculation loops and the start index
When an indicator first loads, prev_calculated is 0 on the first execution. On subsequent calls, prev_calculated holds the number of bars processed in the previous execution...
Condividi sui social network · 1
483
Conor Mcnamara
John Ehlers is a technical analyst and engineer with a vast knowledge in digital signal processing. He understood the filters, and was able to build a cleaner, non-lagging moving average by borrowing formulas from Electrical Engineering. His formula involved giving a lower weight to older values and using a recursive calculation to make everything faster and more efficient. This is an illustration between a basic moving average and Ehlers three pole super smoother (both on period 18).
Conor Mcnamara
Codice pubblicato Portable Moving Average
Calcolo di una media mobile con una sola chiamata di funzione. Codice che può essere facilmente trasportato tra diversi progetti.
Condividi sui social network · 1
201
640
Conor Mcnamara
The zigzag and donchian channel are examples of qualitative indicators as they rely fully on the price action to give you a result. This can change if you combine both worlds of mathematical trend indicators and qualitative indicators. I find that a smoothed moving average can be effective to prevent false signals from the zigzag and "pend" the swing so that you don't get a swing forming too early
Conor Mcnamara
I don't offer services such as creation of an entire indicator or EA, I do this only within the dev team if I/we agree on it. I do not have that much time.
Conor Mcnamara
Codice pubblicato Zigzag fibo oscillator
Un'evoluzione del MetaQuotes zigzag con modalità oscillatore, tracciamento della barra corrente, livelli fib e scalatura dinamica.
Condividi sui social network
209
1076
Conor Mcnamara
Prodotto pubblicato
Switching between charts to analyse market trends across multiple timeframes can quickly become a tiresome task. Finding confluence (alignment across timeframes) is essential to making informed trading decisions. This innovative indicator simplifies the process, allowing you to see trends on multiple lower timeframes directly from a higher timeframe chart. With this indicator, you can monitor four Heiken Ashi setups running simultaneously, each on a different timeframe. The result is a clear
Conor Mcnamara
Non repainting zigzag. This is an entirely new algo and it's not using anything fancy other than extreme points based on a period. The idea in this zigzag is that the legs are final when they draw, there is no growing of the legs...and as such the pivot points will not touch the candle highs and lows where the extremum occurred. The idea is that a green leg concludes a potential pullback, and a red leg concludes a potential breakout.
Conor Mcnamara
something creative, a heiken ashi on incoming tick prices with a zigzag on the HA highs and HA lows. There is no high and low on ticks of course, so an auxiliary high and low is created based on tick prices that are current and before the current
Conor Mcnamara
The ADX seems to be an underrated indicator, it measures the trend strength, this is unique for a trend indicator and it makes it stand out
Conor Mcnamara
https://youtu.be/4RjjKfeEdjs?si=VNm0HbzxWocqLYdm The buildup in this tune brought me right back to the 90s
Conor Mcnamara
Codice pubblicato Profit labels for closed trades (deals)
Creazione di etichette di profitto sulle transazioni (operazioni chiuse) che vengono visualizzate anche nel tester della strategia.
Condividi sui social network
184
1164
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
Codice pubblicato Volume weighted line chart with smoothing
Un grafico a linee più fluido che elimina gran parte del rumore del mercato e utilizza il volume nella formula
Condividi sui social network
188
1068
Conor Mcnamara
Codice pubblicato Extreme highs and lows with tick prices
Contrassegnare i massimi e i minimi estremi (OHLC) insieme ai prezzi estremi bid e ask
Condividi sui social network · 1
210
1388
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
Codice pubblicato Trade Volume Calculation Tool
Questo strumento calcola la dimensione del lotto accettabile in base alla distanza di stop loss e alla percentuale di rischio.
Condividi sui social network
214
1221
:
