- Search Metals Mine
-
jblanked replied Jul 21, 2024I updated the RAJESH SWGHL ST and created an MT5 version. I also updated the MT5 and MT4 templates with the update. MT4 image file file MT5 image file file Get the rest of the indicators here. Recap: Guppy (RTE25, RAJESH REVERSAL, RAJESH ...
Guppy re-invented
-
jblanked replied Jul 21, 2024Awesome I almost have it finished. What integer do you have for the "Lb" input? I'll set it as default image
Guppy re-invented
-
jblanked replied Jul 20, 2024Try this. void OnTick() { MqlDateTime dt; TimeToStruct(TimeCurrent(),dt); if(dt.sec == 30) { switch(dt.min) { case 1: case 3: case 5: case 7: case 9: case 11: case 13: case 15: case 25: case 27: case 29: case 48: #ifdef __MQL5__ for(int ...
I will code your EAs and Indicators for no charge
-
jblanked replied Jul 20, 2024So far I've updated: RAJESH RSIOMA RAJESH GHLA HISTO HTF RAJESH INTERMEDIATE TREND RAJESH PBC RAJESH REVERSAL RTE25 The newest versions are posted here. Guppy (RTE25, RAJESH REVERSAL, RAJESH PBC, RAJESH INTERMEDIATE TREND) Guppy-Histo (RAJESH GHLA ...
Guppy re-invented
-
jblanked replied Jul 20, 2024Yes, I posted it here. They do not have alarms, and I don't intend to add them since the next step is to create an expert advisor that trades the system. I'm new to this system as well, so it will take several more hours of observation and manual ...
Guppy re-invented
-
jblanked replied Jul 20, 2024I updated the RSIOMA and created an MT5 version. I also updated the MT5 template and created an MT4 template. These templates mimic this template that Walvekarraje created with the original MT4 RAJESH indicators but utilize the updated MT4 and MT5 ...
Guppy re-invented
-
jblanked replied Jul 20, 2024Hey, still having issues?
Free News API (Machine Learning, Live Trading, and Backtesting)
-
jblanked replied Jul 18, 2024Here's the Histogram for MT4 and MT5, and the updated MT5 template. Now I'll work on the EA version. image
Guppy re-invented
-
jblanked replied Jul 16, 2024Great system! It's one of the best on Forex Factory that I've seen yet. Shoutout to Jeanlouie, Rajesh, TrendLaboratory, and Walvekarraje for their contributions! I noticed that the RTE25, Rajesh PBC, Rajesh Reversal, and Rajesh Intermediate Trend ...
Guppy re-invented
-
jblanked replied Jul 15, 2024Great work brother. This is what I use for both MQL5 and MQL4. #ifdef __MQL5__ #include <trade/positioninfo.mqh> CPositionInfo posi; #endif //+------------------------------------------------------------------+ double ProfitCheck(const string ...
I will code your EAs and Indicators for no charge
-
jblanked replied Jun 4, 2024Enjoy double VWAP_Val(string symbol, ENUM_TIMEFRAMES timeframe, int period, int shift) { double val = 0; double sum1 = 0, sum2 = 0; for (int i=shift; i<=shift+period; i++) { sum1 += iClose(symbol, timeframe, i)*iVolume(symbol, timeframe, i); sum2 += ...
can someone input a look back period option in this simple indi
-
jblanked replied Jun 4, 2024I’ve used this indicator for hours, but if I can’t recreate the issues some are having then I can’t “fix it”.
Third candle bounce
-
jblanked replied Jun 4, 2024Here's a video of the MT5 version. I switched from M1-M5-M1. url
Third candle bounce
-
jblanked replied Jun 3, 2024It doesn’t repaint but it will paint a new setup if a new setup happens in the future/incoming candles. In other words, when the flash setup occurs it will paint the setup only once
Third candle bounce
-
jblanked replied Jun 3, 2024image image image What is it doing wrong here? I did M1 - M5 - M1
Third candle bounce
-
jblanked replied Jun 3, 2024Thanks for the feedback. Take a screenshot of what you mean. I’m a bit confused on “.. and can only be displayed manually”
Third candle bounce