Conor Mcnamara
Conor Mcnamara
  • Information
no
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Conor Mcnamara
Published code Confluence Detector
It will detect whether there's confluence between the current chart timeframe and two other timeframes.
Conor Mcnamara
Added topic The best way to freeze a signal so the signal doesn't repaint
I have a signal indicator that should make an arrow on the LL or HH for any timeframe, but it repaints frantically like a rabid racoon on crack cocaine. One idea to stop something repainting is to take the initial signal it found and force it to
Conor Mcnamara
Conor Mcnamara
New "tick trend" indicators. More info soon
Conor Mcnamara
Added topic Really nice and easy to use forex equity and trading lot calculator (finally!)
I was looking for a lot size calculator which could calculate the maximum lot size allowed for my account based on my account leverage. Previously, I could only seem to find lot size calculators which would calculate what lots are left to use based
Conor Mcnamara
Conor Mcnamara
EA collaboration with Янко, 1 year backtest on H4 timeframe. EA only uses a single SMA, along with candlestick validation and certain rules and criteria based on point distance.
Conor Mcnamara
Conor Mcnamara
An experimental EA based on QQE and candlestick validation
Daily timeframe 1 year backtest. Equity line nicely stays above the balance Trading days allowed: day 1 - 15 for every month (used MqlDateTime struct)
Yashar Seyyedin
Yashar Seyyedin 2023.11.06
I had a similar experience with BxTrender.
Conor Mcnamara
Added topic Let's try to solve this buffer refresh problem
I notice a refresh problem in the indicator when switching timeframe. I'm confused at what might be causing it.  The buffers don't update properly when switching timeframe, and when right clicking the chart and clicking "refresh", everything
Conor Mcnamara
Published code MT5 CCI with shift parameter
The default CCI in MT5 doesn't have the shift parameter. This script implements the shift.
Conor Mcnamara
Conor Mcnamara
this isn't impossible
Conor Mcnamara
Conor Mcnamara
https://youtu.be/ZR2JlDnT2l8?si=5r0fRu6cuadrp2pr Vaughan Williams ~ The lark ascending
Conor Mcnamara
Added topic Idea of selling an indicator script instead of the program
Do you think it would be possible to sell a code rather than the program on the marketplace, or does this seem silly? Perhaps you could sell the indicator + code
Conor Mcnamara
Added topic Is it possible to make alerts occur on only specific timeframes?
I was thinking about this, and wondering if there's actually a limitation in the API. Let's say I'm currently on the 5M timeframe, the indicator should only alert on the H1 timefreame with the Alert() function regardless of what timeframe I'm
Conor Mcnamara
Conor Mcnamara
I was working very hard on this indicator over the weekend. It has been a lot of fun, and a struggle to get things right.
Conor Mcnamara
Added topic Is it possible to work with live ticks in MQL5 indicators?
We know that OnTick() will not do anything in MT5 indicator scripts, and MqlTick is a structure based on tick retrieval (historic ticks, not live). I haven't worked with MQL4, but I believe it was possible to work with live ticks in mql4 indicators
Conor Mcnamara
Added topic Is there a way to change the default chart scheme of MT5?
I would like if new charts would default to the Color On White color scheme, but they always default to the Green On Black scheme
Conor Mcnamara
Published code Automatic Chart Refresher
A tool which refreshes the chart automatically and will make active indicators update if something stopped plotting on the chart.
· 1 4382 595
Conor Mcnamara
Published code Plot the previous candlestick OHLC of the selected period
It will automatically plot a colored horizontal line on the previous open/highs/lows/close of the selected period, and it will make the lines consistent on this price when switching timeframes.
· 1 3228 381
Conor Mcnamara
Published code Translating mouse click on chart into price value (Helper function)
This is a helper function which enables you to find the price of the symbol (the prices on the Y-axis) wherever you click the mouse on the chart. Using OnChartEvent, we don't have an MQL5 function in the API to do this, we can only obtain X and Y pixel values with mouse click.
· 1 2213 106
Conor Mcnamara
Added topic I noticed that the strategy tester is doing some caching and will ignore new logic after making changes in a script
I could make a change in the code (lets say I alter the EA so that it will have a fixed SL of 25 points), then I recompile the script in the MetaEditor, and run it again in the strategy tester . It does not act on the changes I made in the code
12