Conor Mcnamara
Conor Mcnamara
  • Informazioni
1 anno
esperienza
6
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 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 Prodotto pubblicato

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
Conor Mcnamara
Conor Mcnamara
I was watching a video of someone who was dissing the moving average and saying that the vwap is better to use as it's faster to update. If you backtest a colored MA you can see his point, although the moving average is not useless in any way given that there are multiple ways to trade with it. In terms of a color coded MA, the first index of color change should be ignored as this is where it has potential to change its course of track, you need one bar of confirmation at least.
Gerard William G J B M Dinh Sy
Gerard William G J B M Dinh Sy 2024.08.01
And the vwap is not an average?
Conor Mcnamara
Conor Mcnamara 2024.08.01
it is but takes into account both price and volume, there are a few very interesting versions of it
Gerard William G J B M Dinh Sy
Gerard William G J B M Dinh Sy 2024.08.02
There are other types of averages that take volume into account. The vema for example
Conor Mcnamara
Conor Mcnamara
I never understood why people want to make EAs based on old risky betting systems. Why not be creative? Are people thinking it's too difficult to be creative?
Yashar Seyyedin
Yashar Seyyedin 2024.07.30
Amateurs talk about tactics while professionals care about logistics.
Conor Mcnamara
Conor Mcnamara 2024.07.31
It's important in my opinion to find the right ingredients which work well in automation. The martingale system is continually talked about today, it ignores risk and gives poor statistics as well.
Gerard William G J B M Dinh Sy
Gerard William G J B M Dinh Sy 2024.08.01
Not all solutions are necessarily based on math. The SMC, ITC, Price Stocks, S&R, etc
Conor Mcnamara
Conor Mcnamara
I'm building an EA based on the RSI and the common way of trading with it. From backtesting it's clear that the rsi inevitably gives false signals sometimes, so I'm trying to help it
Rajesh Kumar Nait
Rajesh Kumar Nait 2024.07.19
All indicator gives laggy delayed entries. Indicators are used to identify trend such as 200 ema crossover signifies buying, but it does not mean to buy on crossover. Maybe you can adjust the rules to find entey and add orders far away from ma line
Conor Mcnamara
Conor Mcnamara 2024.07.19
I don't mind some lag, only the change of trend has to be real. I only allow the trade to be placed when the RSI leaves the overbought/oversold zone, and when matching the MA buy/sell trend
Conor Mcnamara
Codice pubblicato Hacking objects in an EX5
A demonstration on how to modify objects in an indicator without having the source code
Conor Mcnamara
Conor Mcnamara
this EA I was building is seemingly safe, equity is very tight now after some iterations..not using timeframes, not using indicators. only uses bids and asks from the order book. A loss trade is killed within 10 seconds - this idea was naive, but it works when entries are deemed to be "precise"
Yashar Seyyedin
Yashar Seyyedin 2024.07.15
Looks great.
Denis B.
Denis B. 2024.09.03
Hello, interesting idea, can you explain more about it ?
Conor Mcnamara
Conor Mcnamara 2024.09.07
ok it is based positioning buy stop and sell stop orders dynamically based on the current bid and ask. the offset points below bid price (for sell stop order) and offset points above ask price (for buy stop order) is user defined in the input. It is quite simple. If the market is not moving in favor of the position after the position activates, it can be closed soon (or not)
Conor Mcnamara
Codice pubblicato Bollinger Bands with post outer band smoothing
Bollinger Bands with controllable outer band smoothing (post smoothing)
Conor Mcnamara
Codice pubblicato Bollinger Bands with pre outer band smoothing
Bollinger Bands with controllable outer band smoothing (pre smoothing)
Conor Mcnamara
Codice pubblicato Tick RSI Adaptive
RSI adaptive indicator based on tick calculations
Conor Mcnamara
Codice pubblicato Screenshots with keyboard key press
Capture widescreen screenshots by pressing the 's' hotkey on the keyboard
Conor Mcnamara
Conor Mcnamara
https://alias28.itch.io/calming-noises calm noises for Windows PC. I made this small program 6 years ago
Conor Mcnamara
Conor Mcnamara
When to Use Tick Volume vs. Volume

Forex Markets: Use tick_volume because actual trade volume data is usually not available. Tick volume gives an estimate of market activity by counting the number of price changes.
Stock and Futures Markets: Use volume if available, as it provides a more accurate measure of market activity based on actual traded quantities.
Conor Mcnamara
Conor Mcnamara
I redeveloped the MetaQuotes ATR to turn it into something else. It uses volume (tick volume) and the ATR calculation together to find potential breakout and pullback areas. I dreamed about this indicator for some reason, not sure if someone already thought of the idea before
Conor Mcnamara
Conor Mcnamara 2024.05.31
there isn't a way of determining bullish or bearish based on volatility and volume alone, so the line changes to red based on finding the Three Black Crows pattern
Conor Mcnamara
Conor Mcnamara
A new way of visualizing the market watch bid prices
Conor Mcnamara Prodotto pubblicato

This is a tick indicator which compares the current bid price with the previous bid directly before it, and draws candles based on a comparison of the current ticks. It does not use historical ticks. Everything happens in real time, data moves from right to left, and the newest data arrives at the right. A trend line can be added which points in the direction of the price shifts

Conor Mcnamara Prodotto pubblicato

45.00 USD

The Engulf Seeker indicator is a powerful tool designed to detect engulfing candlestick patterns with precision and reliability. Built on advanced logic and customizable parameters, it offers traders valuable insights into market trends and potential reversal points. Key Features and Benefits: Utilizes revised logic to analyze previous candles and identify strong bullish and bearish engulfing patterns. Convenient arrow-based alert system notifies traders of pattern occurrences on specific

Conor Mcnamara
Codice pubblicato Delete all objects on chart (main window and sub window) with drag and drop
It will delete all objects on the chart when the compiled executable is dragged onto the chart
Conor Mcnamara
Codice pubblicato Click on the market chart to create a price alert
This is a first for MetaTrader 5. Now you can click on the chart to create price alerts.