Point Zero
Point Zero
Friends

Add friends via their profile or user search and you will be able to see if they are online

Point Zero
Added topic Zig Zag from past to present without repainting
Good night everyone, I am trying something interesting with Zig Zag indicator but I have a little doubt. We all know ZigZag repaints to adapt to new price values and cannot be used for signaling, right? I am trying to build an indicator that can show
Point Zero
Added topic How can I iterate an indicator from past to present?
Hello :-) This is a really silly question but I would like to "look into the inmediate past" of my indicator to see if a signal has been triggered. It seems easy but indicator iteration is backwards! Is there a way to do it without falling
Point Zero
Added topic Can I compile an indicator into another?
Hello, Is it possible to include an indicator source code into another to avoid the distribution of two files? For instance.. #include <another_indicator.mq4> Thank you
Point Zero
Added topic Can I prevent an indicator to be used from an Expert Advisor?
Hello, Simple question, Can I prevent an indicator to be used using iCustom() function? THX
Point Zero
Added topic Can an indicator use itself recursively?
Hello, I have a simple question, Can an indicator call itself with icustom recursively? This could be useful to know other values of the same indicator in other timeframes. Cheers :-=
Point Zero
Added topic [performance question] How accurate is the volume data offered by brokers?
Good morning, I would like to ask you a question that has been plaguing my head for a while. I have developed an indicador that relays mostly Volume and FMI to determine trades. It is so important that I cannot test historic results without
Point Zero
Added topic Clean objects on chart period change?
Hello again, I would like to detect a timeframe change and clean all objects on the chart from my indicator. Deinit() seems not to execute on a timeframe change on the same chart. -this is, clicking H4 from D1 for example. I would really appreciate
Point Zero
Added topic [activation] Does MQL have a library for serial activations?
Hello, I would like to provide someone with an Indicator I made but make sure it does not get uploaded and get used by tons of pople. Does MQL have a serial-activation library that allows me to provide this person with an activation code and make
Point Zero
Added topic Mt5 and Mt4 compatibility
Good morning, This might sound like a silly question but do mt4 indicators have compatibiliy with mt5? Thank you
Point Zero
Added topic Is it possible to guess tops and bottoms of price action? Close to a holy grail?
Hi! Inspired by Bill Williams and what he calls "Point Zero", I have been several days thinking about a way to detect potential tops and bottoms using Fractals, Momentum, Moving averages and Market Facilitation Index. I thought it wasn't
Point Zero
Added topic How fast can you bust a 5.000$ account? A contrarian approach to automated trading systems development
Good evening, After reading a post titled "Question for someone good at mathematics" ( https://www.mql5.com/en/forum/137889 ) I have been all evening entertaining the idea of developing an expert advisor starting from the contrarian
Point Zero
Added topic How to identify ranging markets in our EA?
Hello, I am developing several EA's that focus on trend following and I am having serious problem detecting ranging markets. ATR by itself seems to be non-effective. How do you guys detect ranging markets? Cheers
Point Zero
Added topic [Fractals] Fractals and trend based EA in development
Good afternoon, I am having problems interpretating fractals because the indicator does not behave as I have read it should. This is what I though a fractal was, and it should be componed with 5 bars, right? Instead, MT4 is drawing fractals
Point Zero
Added topic MQL and stochastic. How can I receive a value from 0 to 100? (solved)
Good afternoon, I have a simple problem and maybe you can help me to sort it out. I want to use full stochastics into my Ea, which displays values from 0 to 100. Like this: However, the EA receives floating numbers that are not in the 0 - 100 range
Point Zero
Added topic [Custom indicator] Problems reading ChandelierExit.mq4 values (solved)
Hello, I am having a little trouble reading ChandelierExit.mq4 values. ChandelierExit is a custom indicator that calculates and draws stoploss based on the volatilty of the market. It's code it's the following. I want to read the short and long stops
Point Zero
Added topic [Scalper] Good results. I need a little help.
Hello, This is my first serious post and I am developing a scalper. I have programming background and this is my first EA ever. I have some good results but I need some help. I' show a backtesting (2001-2012) to hook you guys up, and then proceed to
Point Zero
Added topic ADX Cross Indicator used in custom EA
Hello, This is my first post. I am programming a custom EA that uses ADX Cross indicator which prints in the chart arrows to signal buys and sells. Like the following: I added another buffer to the Indicator in order to be able to read the signal
123