MQL4: How to find if an Indicator Repaints
Repainting Indicators: A Big Problem Sometimes when we see the final result of an indicator it appears too good to be true. Simply amazing that it could predict so well. But when we use...
Repainting Indicators: A Big Problem Sometimes when we see the final result of an indicator it appears too good to be true. Simply amazing that it could predict so well. But when we use...
This EA is based on BB Alert Arrows and Heiken Ashi Strategy. Original Strategy: – First, wait for BB Arrow. – Then, check if Heiken Ashi (Red for SELL and White for BUY) –...
Pivot DWM: This is an amazing indicator which calculates Pivot Points and draws them on the screen. Unfortunately, it does not have buffers. This post will show you how to get the Pivot Points:...
Fx-Agency Advisor 3 Indicator without Buffers: Say you have an ex4 compiled file for an indicator and no source mq4 file for it. A good example is the Fx-Agency Advisor 3 that I found on...
This post has some MQL4 code which will help you remove elements from an array by their Index or Values. It uses templates so it can be used for any type of array. Note...
This EA is based on the Xtreme Binary Robot Strategy. It is similar to the original strategy with some modifications. Original Strategy: – First of all, wait for price to cross Upper or Lower...
This is an expert advisor for the Star Profit Indicators: Star Profit Channel, Star Profit Option. It is based on the strategy explained here: Star Profit Option – a lot of accurate signals The...
This is an expert advisor that uses the Forex Pips Striker Indicator and Price Border and does a CALL or PUT for Binary Options. Here is a pretty good explanation of how the Forex...