- Search Metals Mine
- Ryder replied Apr 10, 2014
Just curious, howa. How do you run the ea on 28 pairs? That would kill my pretty big system running renko on 28 pairs. Would appreciate your feedback.
V'R-25 "Wave Slayer"
- Ryder replied Apr 6, 2014
Thanks for putting so much effort into my request for assistance. Your code works perfectly. Thanks.
I will code your EAs and Indicators for no charge
- Ryder replied Apr 6, 2014
Thanks Gumrai. It works when I make wpr a buffer, and not just a dynamic array. Should have known that. The ma's are not arrays, but could be. If so, they would need to be buffers also. Thanks again.
I will code your EAs and Indicators for no charge
- Ryder replied Apr 6, 2014
Gumrai, if I di a SetIndexBuffer on array wpr, it works. You figure. Thanks for your help.
I will code your EAs and Indicators for no charge
- Ryder replied Apr 6, 2014
Thanks for your help, Gumrai. Tried two loops and it still doesn't work. When I go to the MQL4 Documentation under iMAOnArray, there is a note at the bottom of the instructions. Take a look at that note when you get a minute. The answer is buried in ...
I will code your EAs and Indicators for no charge
- Ryder replied Apr 5, 2014
Hello. Needs some help. I am simply trying to put a couple of MA's on WPR. The MA's (wprFastMA and wprSlowMA are not being populated. Can anyone tell me what is wrong with the following MQL4 code? double wpr[]; int i, limit = Bars - countedBars - 1; ...
I will code your EAs and Indicators for no charge
- Ryder replied Apr 3, 2014
Buster, Master_Candle_APB.v1.2 is an indicator not an expert. It goes in the MQL4/Indicators directory. Master_Candle_APB.v1.2 calls Synergy_APB, so Synergy_APB must be in the MQL4/Indicators directory, and it must be named EXACTLY "Synergy_APB" ...
Advanced engulfing bar system
- Ryder replied Apr 3, 2014
You must have "Synergy_APB" in your OpenDataFolder/MQL4/indicators directory.
Advanced engulfing bar system
- Ryder replied Apr 2, 2014
Buster, I suggest you take you request to the "I will code your indicators for free" thread. You must first define very specifically what you want. I do not have a clue what you want looking at you message and spread sheet, and do not have time to ...
Advanced engulfing bar system
- Ryder replied Apr 1, 2014
Hello Smilee. Question - are you trading live or demo? Also, can you remove Master_Candle_APB.v1.1 from the thread? As you know, it has errors in it and will confuse people. Master_Candle_APB.v1.2 is the correct version. Thanks.
Advanced engulfing bar system
- Ryder replied Mar 31, 2014
You ONLY have to put it in the Open Data Folder/MQL4/Indicator folder. You do not have to put it in the "old" location, but MUST put it in the "new" location.
Advanced engulfing bar system
- Ryder replied Mar 29, 2014
I wonder what Build you are using, and what Build the indis were compiled under? I believe the latest Build is 625. If you are using an earlier Build and the indis were compiler on a newer Build, they will not show up. Just taking a guess here.
Advanced engulfing bar system
- Ryder replied Mar 28, 2014
You must first compile it using the MetaEditor and then place the compiled version in the file/open data folder/MQL4/indicators directory. You will then see the indi in the custom indi folder.
Advanced engulfing bar system
- Ryder replied Mar 28, 2014
OK smile, I have fixed the problems with the Master_Candles_APB, and you will find v1.2 attached. I have set the parameter default for "MinEngulfCandles" to 1. This displays all engulfing candles pursuant to the rules you have stated in the first ...
Advanced engulfing bar system
- Ryder replied Mar 28, 2014
Yes, I see that. I will correct it this weekend. For some reason, Synergy_APB inverts its high/low registers for long candles vs short candles. If a candle closes green, register 0 is the candle low and register 1 is the candle high. If the candle ...
Advanced engulfing bar system
- Ryder replied Mar 28, 2014
Nice system, smile. Attached you will find a modified version of Master_Candle that draws tops and bottoms based upon Synergy_APB (Master_Caandle_APB). I have not tested it extensively, but believe you will find it correct. "Master_Candle_APB" goes ...
Advanced engulfing bar system
- Ryder replied Mar 20, 2014
Intrepid, just stumbled upon your thread. A work in progress. Keep woring on it, you are moving ahead. Can you post the T3 MA indi please? Thanks.
Multi time frame price action channel (mtf pac)
- Ryder replied Feb 11, 2014
Unimak, hope you are trading well. Would you mind sharing your parameters for the HA T3 please? Thanks, George
Freebie 1 min trading method
- Ryder replied Jan 30, 2014
HH, thanks for the latest screenshots. Been trading 1m with your basic strategy for some time now. Can you post a template, and any indis that we do not have. I think we have them all, but the template will not work if any of the names are different ...
Freebie 1 min trading method
- Ryder replied Jan 14, 2014
Don't know why I did not think of that. I have done that several times in the past. Getting too old for this stuff, I guess. Thanks. George
I will code your EAs and Indicators for no charge