- Search Crypto Craft
-
jblanked replied Aug 4, 2024I agree with the intended message: after a while, those who consistently request coding help should learn or should have learned, how to code. This is partly why I don't take too many requests in this forum anymore. However, I think the way you ...
I will code your EAs and Indicators for no charge
-
jblanked replied Jul 26, 2024Man to man, you could've PM'd me instead of adopting the "...if you don't comply" mindset (we were just talking in PM). I rewrote the indicators because they were outdated and there wasn't an MT5 version. The yellow lines were from the APB candles ...
Guppy re-invented
-
jblanked replied Jul 26, 2024Yessir, to change the width and style, change Buffer 1's values in the `Colors` tab
Guppy re-invented
-
jblanked replied Jul 26, 2024Guppy-Gann v1.02 Added inputs to change the horizontal lines' color, width, and style. Updated Buffer 1 to hold the line trend values (1 on the candle of a bullish line and -1 on the candle of a bearish line). Added additional functionality to ...
Guppy re-invented
-
jblanked replied Jul 25, 2024MT4 Guppy-SuperTrend template image file MT5 Guppy-SuperTrend template image file
Guppy re-invented
-
jblanked replied Jul 25, 2024Great day! I've refactored the Guppy indicators again and sped them up tenfold. Also, the SuperTrend on MT4 is now fully functional. MT4 file file file file file MT5 file file file file file I'm using the Guppy-SuperTrend, ...
Guppy re-invented
-
jblanked replied Jul 25, 2024Awesome thanks for sharing, I'll add that to the template!! Do you have the source code too by chance?
Guppy re-invented
-
jblanked replied Jul 25, 2024The trend was overall bearish and there wasn't a Gann line.
Guppy re-invented
-
jblanked replied Jul 25, 2024What's helped me the most is to look for pullbacks and not reversals, as stated in the rules of this strategy. Once the trend is confirmed bearish, look for a bearish pullback. Once it's confirmed bullish, look for a bullish pullback. Here's an ...
Guppy re-invented
-
jblanked replied Jul 23, 2024I updated the Guppy-SuperTrend and Guppy-Gann to ensure the vertical Gann lines are only plotted once per trend.
Guppy re-invented
-
jblanked replied Jul 22, 2024My apologies brother. Try now. Also, the EA is coming along well. It just needs a few more tweaks.
Guppy re-invented
-
jblanked replied Jul 22, 2024Thanks for taking the time to test. You'll need to adjust the histogram inputs for M1. The default histogram inputs are for M5. Change Histo Input 1 to 45 and Histo Input 2 to 135.
Guppy re-invented
-
jblanked replied Jul 22, 2024Hey man, we currently don't have APB Candles for MT5. The Guppy Template for MT5 and MT4 that I posted should work accordingly. I have a few more updates planned.
Guppy re-invented
-
jblanked replied Jul 22, 2024Guppy SuperTrend Histogram that utilizes all of the Guppy indicators to produce a super trend. Will send a buy alert when the Gann Line and Histogram are both lime, and a sell alert when the Gann Line and Histogram are both magenta. image Known ...
Guppy re-invented
-
jblanked replied Jul 21, 2024I love that article. I've used it many times. Using structs improves robustness without the need for extra functions.
I will code your EAs and Indicators for no charge
-
jblanked replied Jul 21, 2024MQL5 doesn't have functions like Day(), Hour(), Seconds(), etc. So I created a struct in case the user places the code in MQL5.
I will code your EAs and Indicators for no charge
-
jblanked replied Jul 21, 2024Thanks for the clarification I'll take some time this week and look into it. Your examples of successful trades are really helpful. I'll create a Guppy-SuperTrend that utilizes all of the indicators and has an alert system. We can use that in the ...
Guppy re-invented
-
jblanked replied Jul 21, 2024Very long code. You will have more luck here.
I will code your EAs and Indicators for no charge
-
jblanked replied Jul 21, 2024An effort is a step in the right direction. You're really close. Here's the full code: #ifdef __MQL5__ #include <trade/trade.mqh> CTrade trade; #endif void OnTick() { MqlDateTime dt; TimeToStruct(TimeCurrent(),dt); if(dt.sec == 30) { switch(dt.min) ...
I will code your EAs and Indicators for no charge