- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied May 2, 2020Not sure what is going on. It works on my computer perfectly. I am uploading files again.. this time with .ex4, just in case. And.. an utility - Daily High Low. which will draw line on top/bottom of Daily.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 1, 2020It seems it is using indicator "0TMA+CG mladen" as signal. but, I don't have access to that indicator. extern string IndName = "0TMA+CG mladen"; extern string TimeFram = "D1"; extern int HalfLength = 56; extern int Price = PRICE_WEIGHTED; extern ...
I will code your EAs and Indicators for no charge
-
BlueRain replied May 1, 2020I don't think you have latest in your chart. Please unload, and reload to chart. Your pic still shows old text position. 1. Unload your existing indicator 2. Drop this file under indicator or any folder under indicator 3. MT4 > Locate File under ...
I will code your EAs and Indicators for no charge
-
BlueRain replied May 1, 2020description explains itself. In financial terms, 'correlation' is the numerical measure of the relationship between two variables (in this case, the variables are Forex pairs). // The range of the correlation coefficient is between -1 and +1. A ...
I will code your EAs and Indicators for no charge
-
BlueRain replied May 1, 2020Text moved to end but prev. High/low/open/close line can't be extended as those are buffer values.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 1, 2020Please bring its original source code, not compiled version .ex4.
I will code your EAs and Indicators for no charge
-
BlueRain replied May 1, 2020Can you do this? 1. Unload your existing indicator 2. Drop this file under indicator or any folder under indicator 3. MT4 > Locate File under indicator -> Right click -> Refresh ( This will compile file into .ex4) 4. Load to your chart. for text ...
I will code your EAs and Indicators for no charge
-
BlueRain replied May 1, 2020Attached is not Fib - it is was "Average Price Color Bar"
I will code your EAs and Indicators for no charge
-
BlueRain replied May 1, 2020Not sure as I am more of S/R trader, not using EA except I have a long running EA on demo for 4H currently testing. Their spread goes wild around 5 PM NY time - upto 10 times some times for about 30 min more or less. So, if your spread is tight, it ...
I will code your EAs and Indicators for no charge
-
BlueRain replied May 1, 2020First you asked to detect a simple candle pattern. Next, you asked to get candle pattern in "Highest/Lowest" point which I implemented based on mladen's High Low trend. It is flexible and you can change period to check H/L point and see if it has ...
I will code your EAs and Indicators for no charge
-
BlueRain replied May 1, 2020Modified to screen out to check only H/L in Thursday and Friday. And moved text to right end of HLINE. Update 1: Removed test print() statements - code cleanup. No functionality changed.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 30, 2020New version - "Swing_Reversal_Candle" This is based on mladen's High Low ( better version of Zig Zag ) And I have removed / hide all the colors so you only see this reversal patterns. Since this is based on High Low - you can change period as ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 30, 2020Maybe, condition is not correct or misunderstood. Let's make it clear first. Swing High case.. 1. Candle is up candle and make Highest High ( maybe 5 bars around? ) 2. Next candle is bear candle and close is lower than Low of previous candle ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 30, 2020Not familiar with Trading view but if you post here, I might take a look if that is easy to do. If it has special Trading view specific functions/indicators, that would be another story.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 30, 2020Here.. per your request. Show Arrow, color of box, arrow, and width of box line and boxstyle ( FILL,LINE) is option.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 30, 2020Added timeout and you can enter Timeout period in min. Update 1: Minor bug fix, I changed comment so it shows up in Option for easier read. And changed type to int. ( bug)
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 30, 2020Can you draw candles for your request? it is much easier if I have candles with certain condition. For 3candle, I added Show arrow on/off.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 30, 2020I use MT4 from Forex.com V4 build 1260 url
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 30, 2020After some rest, I feel much better. I loaded templates and it looks pretty decent. I would recommend adding a couple of indicator I use to enhance. 1. TMA Band Double MOD - this is mod version of TMA ATR - just two default band. 2. Spearman ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 30, 2020See if this works. Update 1: Now, it draws box around.
I will code your EAs and Indicators for no charge