Conor Mcnamara
Conor Mcnamara
  • 信息
1 年
经验
6
产品
5
演示版
0
工作
0
信号
0
订阅者
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
Can any sellers tell me what the experience has been like here as a seller on the MetaQuotes marketplace? Feel free to DM me. I feel a lack of ambition to sell any product due to the fact that there's an overwhelming number of indicators and EAs already all squashed in together. I'm fearing that I might make only one or two sales in a year.
Yashar Seyyedin
Yashar Seyyedin 2024.05.04
I suggest you try the market. Maybe it works for you. I think of these factors. 1. Original products 2. Good representation of the product in description section.
3. Advertising indirectly in forum or other platforms. I means showing knowledge and expertise of yourself instead of advertising the product directly.
4. Being online and responsive: ensuring customers that you are available to the very modifications/support they may need regarding the product they purchase.
Ahmd Abrahym Mhmwd Abrahym
Ahmd Abrahym Mhmwd Abrahym 2024.05.04
Yes I agree with @Yashar 100% and one more thing is if you are going to sell EAs , make sure you back it up with a Live Signal showing real results to customers , it makes a big difference in your credibility, Goodluck
Conor Mcnamara
Conor Mcnamara 2024.05.04
thx guys
Conor Mcnamara
Conor Mcnamara
my latest indicator experiment... it's a trend indicator based on comparing BID price to unfinished close price. The large wicks indicate price rejection based on the ticks
Conor Mcnamara
已发布代码Confluence Detector
It will detect whether there's confluence between the current chart timeframe and two other timeframes.
1277
Conor Mcnamara
Conor Mcnamara
New "tick trend" indicators. More info soon
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
已发布代码MT5 CCI with shift parameter
The default CCI in MT5 doesn't have the shift parameter. This script implements the shift.
418
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
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
已发布代码Automatic Chart Refresher
A tool which refreshes the chart automatically and will make active indicators update if something stopped plotting on the chart.
1 1452
Conor Mcnamara
已发布代码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 745
Conor Mcnamara
已发布代码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 199
共享卖家产品MQL TOOLS SL

XE Forex Strengh Indicator MT5 displays visual information about direction and strength of a signal for current pair and chosen timeframes (M5, M15, M30 and H1). Calculations are based on multiple factors and results are shown as a colored panel with scale bar, numerical values and arrows. There are also displayed values of current price and spread on the pair. There can be activated an alert (as a mail or pop-up window with sound) for each available timeframes which send a message when the

分享作者Mladen Rakic代码
 Chandelier exit
Chandelier exit 指标是设计用于帮助交易者保持在趋势中而防止在趋势延伸时过早退出的。典型情况下,Chandelier Exit 指标会在下跌趋势中高于价格,而在上涨趋势中低于价格。
共享卖家产品Amir Atif

Advanced Indicator Scanner is a multi-symbol multi-timeframe scanner that works with hundreds of custom indicators available across the web including mql5 website market and codebase indicators. Advanced Indicator Scanner features: Scans your indicator in 28 customizable instruments and 9 timeframes. Monitors up to 2 lines(buffers) of an indicator. Showing of indicator value on buttons. You can choose between 3 alert modes:  Single symbol and timeframe Multiple timeframes of a

Conor Mcnamara
已发布代码Moving Average with alerts on price crossovers
I wanted to build a moving average which would create an alert when the price moves over the line by a user defined amount of points. It creates both bullish and bearish signals depending on the direction of market price moving through the MA. It is designed for slow length moving averages (default is 200-day MA). EDIT: I now added a second version of the indicator which uses Arrow buffers instead of ObjectCreate.
1561
Conor Mcnamara
已在MQL5.community注册