Conor Mcnamara / 프로필
- 정보
|
2 년도
경험
|
7
제품
|
5
데몬 버전
|
|
0
작업
|
0
거래 신호
|
0
구독자
|
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
게재된 포스트 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...
소셜 네트워크에 공유 · 1
487
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).
소셜 네트워크에 공유 · 1
Conor Mcnamara
게재된 코드 Portable Moving Average
한 번의 함수 호출로 이동 평균을 계산합니다. 다른 프로젝트 간에 쉽게 전송할 수 있는 코드입니다.
소셜 네트워크에 공유 · 1
229
643
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
소셜 네트워크에 공유 · 2
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.
소셜 네트워크에 공유 · 4
Conor Mcnamara
게재된 코드 Zigzag fibo oscillator
오실레이터 모드, 현재 막대 다리 추적, 섬유 수준 및 동적 스케일링이 포함된 메타쿼트 지그재그의 발전된 기능입니다.
소셜 네트워크에 공유
248
1078
Conor Mcnamara
출시돈 제품
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
소셜 네트워크에 공유 · 2
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.
소셜 네트워크에 공유 · 2
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
소셜 네트워크에 공유 · 1
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
소셜 네트워크에 공유 · 1
Conor Mcnamara
https://youtu.be/4RjjKfeEdjs?si=VNm0HbzxWocqLYdm The buildup in this tune brought me right back to the 90s
소셜 네트워크에 공유 · 1
Conor Mcnamara
게재된 코드 Profit labels for closed trades (deals)
전략 테스터에도 표시되는 거래(체결된 거래)에 수익 레이블 만들기
소셜 네트워크에 공유
193
1167
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
소셜 네트워크에 공유 · 1
Conor Mcnamara
게재된 코드 Volume weighted line chart with smoothing
시장의 많은 노이즈를 차단하고 공식에서 볼륨을 사용하는 더 부드러운 선형 차트
소셜 네트워크에 공유
186
1073
Conor Mcnamara
게재된 코드 Extreme highs and lows with tick prices
극단적인 고점 및 저점(OHLC)과 극단적인 매수호가와 매도호가를 함께 표시합니다.
소셜 네트워크에 공유 · 1
191
1391
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.
소셜 네트워크에 공유 · 1
Conor Mcnamara
this "Fractal Chaos Oscillator" seems very good, it gives very reliable sniper entries and compliments other indicators
Conor Mcnamara
게재된 코드 Trade Volume Calculation Tool
이 도구는 손절매 거리와 위험 비율에 따라 허용 가능한 랏 크기를 계산합니다.
소셜 네트워크에 공유
190
1225
:
