- Search Metals Mine
-
jblanked replied Aug 29, 2024Here's a very basic EA version. It will sell on bearish arrows and buy on bullish arrows. It sets the take profit automatically at the Mid Line and will modify the take profit (to the Midline of the previous candle) on each new candle. It has a stop ...
TMA-CG-2024
-
jblanked replied Aug 29, 2024I think they could work together, but I prefer the TMA-CG over the TMA-Bands As far as recalculating, here's Mladen's thoughts on recalculating -> url All moving averages "recalculate" as they are dynamic. From ChatGPT, "For example, if you're ...
TMA-CG-2024
-
jblanked replied Aug 29, 2024There are a few articles on that, with most agreeing, "That message means that there is a problem with your historical data. It often indicates that you do not have enough data for the test you are performing."
Simple Guppy Cap Reversals
-
jblanked replied Aug 29, 2024Sounds like some inconsistencies with the EA you're using. If you're using the TMA library file, use the run() method on every new candle then look for arrows on the previous candle. The EA I made for the Simple Guppy Cap Reversal thread correctly ...
TMA-CG-2024
-
jblanked replied Aug 29, 2024Honestly, I've never been a fan of alerts or alarms in forex. While they can be useful, there's no denying that. However, I believe traders who rely solely on them are missing out in a big way. As for future updates, I don't have any specific plans ...
TMA-CG-2024
-
jblanked replied Aug 29, 2024Here's the updated Beta version. The take profit is now being set correctly always, and it's taking many more setups now. It's still profitable but has more drawdown. Thanks again to tiptoptrade for sharing this strategy.
Simple Guppy Cap Reversals
-
jblanked replied Aug 28, 2024You need to share the source code if you want help; we can't edit .ex5 files.
I will code your EAs and Indicators for no charge
-
jblanked replied Aug 28, 2024That's a big project, not sure someone would be willing to do the whole thing for free.... maybe a section of it. Looks really good though.
I will code your EAs and Indicators for no charge
-
jblanked replied Aug 28, 2024Hey, Do you get any warning messages in the Journals tab? You do not need any indicators, just the EA itself. Also, are you using the MT4 version or MT5 version?
Simple Guppy Cap Reversals
-
jblanked replied Aug 28, 2024Do you get any warning messages in the Journals tab? I haven’t tested the MT4 version although the MT4 and MT5 versions share the same code. And my apologies; the jb-array library is in the same GitHub repository as the jb-indicator library. I just ...
Simple Guppy Cap Reversals
-
jblanked replied Aug 28, 2024Please provide a video brother. The arrows don’t repaint, but they will remove themselves (on the current bar only) if the condition is no longer true. Once the candle has closed, if there was/is an arrow, it won’t repaint or remove the arrow. ...
TMA-CG-2024
-
jblanked replied Aug 27, 2024Here's the beta version of the EA. A few issues are present, which is why it's the Beta version. The main issue is that it sometimes uses the wrong take profit. It still gained 70% since July 1st with 15% drawdown. Run a few tests on XAUUSD and let ...
Simple Guppy Cap Reversals
-
jblanked replied Aug 27, 2024The original code has only 216 lines, but you have errors on lines 800+
TMA-CG-2024
-
jblanked replied Aug 27, 2024Hey man, All of the GitHub links and directions are in the source code. As far as your error messages, looks like you added some more code. For members who don’t code, it’s best to use the .ex4 and .ex5 files.
TMA-CG-2024
-
jblanked replied Aug 26, 2024Hey, what's up man. You need the JB-Indicator.mqh library file. Although the JB-Indicator library is fully functional, it's not complete yet. You can grab it from GitHub as well. All of the GitHub links and directions are in the source code. I also ...
TMA-CG-2024
-
jblanked replied Aug 25, 2024Thanks again for sharing. I just posted the update here: url Now we can easily add it to expert advisors and scripts. I already have the entire Guppy system as a class. I'll work on the EA version for the Simple Guppy Cap Reversals this week and ...
Simple Guppy Cap Reversals
-
TMA-CG-2024
Started Aug 25, 2024|Platform Tech|136 replies
Hey all, I’ve edited the infamous TMA-CG-Mladen-NFP. All credit goes to Mladen for his idea ...
-
jblanked replied Aug 25, 2024Yoo thanks for sharing! I'll give it a shot although every TMA I've tried repaints too much.
Simple Guppy Cap Reversals