- Search Metals Mine
-
Sangui replied Jul 16, 2022I've introduced the changes proposed by LabiFx and made them optional. New options: -Close always or only when in profit -Close on opposite dot or cross Making a backtest in EUR/USD with standard inputs the best results for this year are given by ...
CCI 200EMA
-
Sangui replied Jul 16, 2022Well, it took me some time but I might have found the problem why sometimes it doesn't open or close when a dot or cross appears. And is the indicator itself. To get for example the value of a bullish dot this code is used: iCustom(Symbol(), ...
CCI 200EMA
-
Sangui replied Jul 14, 2022Should close when an opposite dot appears even if the basket is in loss or only if possitive?
CCI 200EMA
-
Sangui replied Jul 13, 2022Hi LabiFx, Yes, it's possible, if you are having better results with that I will make the change.
CCI 200EMA
-
Sangui replied Jul 13, 2022Hola Gerval, I had to put a filter in the EA because sometimes the indicator was giving the X signal in more than one bar, so when a position is opened the EA will wait at least 5 bars before opening another one. But it should always open the 1st ...
CCI 200EMA
-
Sangui replied Jul 7, 2022In that case, the yellow line indicates the minimum distance that the price must reach before qualifiying for placing a sell when a red cross appears. The Pink line it would be it's take profit. You can disable those lines in the inputs of the EA if ...
CCI 200EMA
-
Sangui replied Jul 6, 2022I just opened a new demo account, tested it and it works. This is one of the easiest EAs I've coded so far, it feels like an insult if you tell me that it doesn't work lol image I really think the problem is on your end. You may try another ...
3 Bull and 3 Bear candles strategy
-
Sangui replied Jul 5, 2022Hi RoyPK, I can only asnwer 1st question and it's no, you don't need to change MN if you don't want as there is no trailing stop or order checking after placing the orders, it's a place and forget strategy. As for the timeframe, again, it's not my ...
3 Bull and 3 Bear candles strategy
-
Sangui replied Jul 5, 2022I used this rule: "And this 3rd bar must close higher than Bar (2)'s close (preferably its high)" with the preferably part Take a look again please and check if those ignored paterns are not left out by that preferably part. I've chosen to code it ...
3 Bull and 3 Bear candles strategy
-
Sangui replied Jul 3, 2022I have nothing to do with the strategy, only coded an EA with the OP rules, it's on whoever wants to use it to test it and if it's kind enough then share the results although of the 41 downloads only 1 person did it.
3 Bull and 3 Bear candles strategy
-
Sangui replied Jul 2, 2022Good to know it works! Yes, I set up expiration date to 3 months as I don't want my EAs to be sold, but I will upload a new version here when it expires. It's free without restictions. Also I will modify it if someone is able to improve the strategy. ...
3 Bull and 3 Bear candles strategy
-
Sangui replied Jun 30, 2022Making an optimization I was able to turn it profitable during this year in the tester by using MinDistance = 250, TPDistance = 10 I think the strategy has potential but it needs a better way to handdle the exits when the trend continues. You can ...
CCI 200EMA
-
Sangui replied Jun 30, 2022Hi there! I just see this thread and remembered that I came up with the same strategy a couple of years ago but the entry point was just the distance from the MA, not a signal from an indicator. I've also coded an EA of that strategy so I already ...
CCI 200EMA
-
Sangui replied Feb 10, 2021Yes! This is it!! Thank you very much FerruFX, I will try to pay it forward

Encrypt resources for panels with images in mql4
-
Sangui replied Feb 10, 2021That's good! It means it's possible and I just need to find what I'm doing wrong cause sadly with your last suggestion it compiles as usual but it doesn't even run on the terminal with the Images folder. The compiler finds the resource for sure ...
Encrypt resources for panels with images in mql4
-
Sangui replied Feb 9, 2021Thanks for your reply FerruFx! That seems to works for the .ico files, but at least for me is not working for the bmp files. I've created a very simple EA with an ico and a CBmpButton that uses a bmp file in the folder images. If you compile it in a ...
Encrypt resources for panels with images in mql4
-
Encrypt resources for panels with images in mql4
Started Feb 8, 2021|Platform Tech|8 replies
Hi, When you compile an EA or indicator that contains images, the resources don't get included ...
-
Sangui replied Jan 6, 2021Now they are visible, look at my previous post Here is M5 image Report image
I need backtest for this EA