Conor Mcnamara
Conor Mcnamara
  • Information
1 year
experience
4
products
2
demo versions
0
jobs
0
signals
0
subscribers
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
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
Published code Hacking objects in an EX5
A demonstration on how to modify objects in an indicator without having the source code
Conor Mcnamara
Added topic Deals don't always appear on the chart
Hi, I'm not sure whether this is a bug or not. If I place a trade on EURUSD for example, I don't see anything on the EURUSD chart which is open, but I can find my deal if I right click the trade and press "add EURUSD Deals"...however it will now show
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
Added topic Lightweight and powerful laptops
Hello everyone. I can do a hunt, but I'm wondering if you know of any super lightweight laptops that are exceptional in quality and power. I plan to buy a laptop for programming, and I have a love for extremely light laptops because of portability. I
Conor Mcnamara
Published code Bollinger Bands with post outer band smoothing
Bollinger Bands with controllable outer band smoothing (post smoothing)
Conor Mcnamara
Published code Bollinger Bands with pre outer band smoothing
Bollinger Bands with controllable outer band smoothing (pre smoothing)
Conor Mcnamara
Published code Tick RSI Adaptive
RSI adaptive indicator based on tick calculations
· 1 3799 309
Conor Mcnamara
Published code Screenshots with keyboard key press
Capture widescreen screenshots by pressing the 's' hotkey on the keyboard
· 1 2469 152
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 Published product

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 Published product

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
Published code 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
Added topic Highlighting noise/consolidation area in the market
In your opinion...most effective way to find the areas of noise and consolidation by means of technology? What comes to mind is the ATR, and basic volume analysis, but I'd like to know your opinion
Conor Mcnamara
Added topic PosititionModify keeps trying to modify the same position over and over again
Looking at the journal, you can see it is trying to modify the same position with the same SL and TP every tick: 2024.05.23 13:15:36.661 2024.05.01 21:00:58   order performed buy 1 at 1.06904 [#6 buy 1 EURUSD at 1.06904] 2024.05.23
Conor Mcnamara
Added topic Discuss plot normalization code
I'm talking about oscillator based indicators, and by normalization I mean that the plot is in a stable range and the 0.00 level remains directly in the center of the window. My knowledge is limited on this, but I figured out that if you have a plot