- Search Crypto Craft
-
jblanked replied Aug 31, 2024if(Low[1] < Low[2] && Open[2] > Close[2] && Open[1] < Close[1]) { // buy arrow } if(High[1] > High[2] && Open[2] < Close[2] && Open[1] > Close[1]) { // sell arrow }
I will code your EAs and Indicators for no charge
-
jblanked replied Aug 31, 2024It's because in MQL5 you have to select the History first. See an example here -> url
I will code your EAs and Indicators for no charge
-
jblanked replied Aug 31, 2024The feud between you and Mladen has nothing to do with me, or this thread. Bye.
TMA-CG-2024
-
jblanked replied Aug 31, 2024double HistoryProfit(const string symbol, const datetime historyStart, const datetime historyEnd) { double profit = 0; #ifdef __MQL5__ ulong deal_ticket = -1; if(HistorySelect(historyStart, historyEnd)) { for(int x = HistoryDealsTotal(); x >= 0; ...
I will code your EAs and Indicators for no charge
-
jblanked replied Aug 31, 2024No need to apologize, brother; no feelings are hurt. I think I came off a bit defensive, and I apologize as well. After your post, I actually edited Post #1 to clear up some of the confusion. To clarify, the TMA-CG-2024 is an edit of the ...
TMA-CG-2024
-
jblanked replied Aug 31, 2024What’s the misunderstanding? The original source code is from Mladen. He clarified that the random indicators (and edits) with his name in them are NOT his. That doesn’t change the fact that all the TMA source codes are derived from his original ...
TMA-CG-2024
-
jblanked replied Aug 31, 2024Not sure if you still need help. (I found this thread when searching for help on moving a canvas) 1. Create the canvas 2. Update the color 3. Move the object using ObjectSetInteger This library is popular and vast -> url Here's a library I use ...
How to move canvas from the CCanvas library?
-
jblanked replied Aug 30, 2024Thanks for clarifying. Try this.
I will code your EAs and Indicators for no charge
-
jblanked replied Aug 30, 2024Wrong thread. That EA is not from this thread, nor will it trade based on the TMA-CG-2024's arrows.
TMA-CG-2024
-
jblanked replied Aug 30, 2024Screenshot if you dont mind
I will code your EAs and Indicators for no charge
-
jblanked replied Aug 30, 2024That EA is just a very basic example brother. Selling from a red arrow and holding til a blue arrow (and vice versa) would have much more drawdown if the symbol continues to trend in one direction.
TMA-CG-2024
-
jblanked replied Aug 30, 2024No, this is tiptoptrade’s thread on Simple Guppy Cap Reversals. This thread is for conversations about the Simply Guppy Cap Reversals strategy. The EA posted in this thread is for the Simple Guppy Cap Reversals strategy only.
Simple Guppy Cap Reversals
-
jblanked replied Aug 29, 2024The CG version seems to provide more trading opportunities, and I like its smoothing over the bands. The Mid Line is a well-known take profit area, but I think you'll have more success with trailing.
TMA-CG-2024
-
jblanked replied Aug 29, 2024Try this friend. It will duplicate the first trade's take profit, stop loss, lot size, order comment, and magic number on each new trade as well.
I will code your EAs and Indicators for no charge