- Search Crypto Craft
-
jblanked replied Sep 5, 2024It’s not that it repaints, it recalculates to ensure smoothing. Price in both of the setups you circled breached the Upper Band
Simple Guppy Cap Reversals
-
jblanked replied Sep 4, 2024There's nothing in that code that would make it close orders. I notice that it does modify orders though. Maybe you're setting the stop loss/take profit too tight?
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 4, 2024This works perfectly for me. Hit the "X" on the top-right of the panel to delete it from the chart.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 4, 2024Very clean! I’ve always been a fan of grid trading. You might want to start your own thread, but I love the confidence man. I just subscribed.
Simple Guppy Cap Reversals
-
jblanked replied Sep 4, 2024We need the source code to help (.mq4)
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 3, 2024No worries, here you go. (I did a quick edit so re-download if you downloaded within the last 30 seconds lol)
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 3, 2024Works perfectly. Thanks again. MQL4 int i=rates_total-prev_calculated+1; if (i>=rates_total) i=rates_total-1; // // // for (; i>=0 && !_StopFlag; i--) { MQL5 glo.lim = (prev_calculated>0) ? prev_calculated-1 : 0; // // // for (int i=glo.lim; ...
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 3, 2024Perfect timing man. Just after I finished creating a different version. Thank you for your help and for replying so quickly.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 3, 2024I'm scratching my head over this one, bro. It seems to be something related to the candle count or the ArrayMinimum lines, but I can't figure it out although the same code works perfectly in MQL4. I managed to get it to draw "something," but it's ...
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 3, 2024Do you get any alert messages or other print messages? It’s hard to tell what the issue is with the information you’ve provided
Simple Guppy Cap Reversals
-
jblanked replied Sep 3, 2024It’s not that it repaints, it recalculates to ensure smoothing. I think it still works really well with this strategy
Simple Guppy Cap Reversals
-
jblanked replied Sep 3, 2024Worked for me when I did this: 1st indicator: image 2nd indicator: image Final result: image Also, it's using GlobalVariables for the buttons. When one button is turned ON, all of them will be ON (and vice versa)
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 3, 2024Someone else will need to take a look at it.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 3, 2024The files you sent compile with no issues.
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 3, 2024You just need to change the "UniqueID" input field on each
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 3, 2024I'm not a fan of using iCustom to make something MTF (much easier to just use iBarShift), so someone else will need to take a look at this brother. if (timeFrame != Period()) { int shift = (DotOnFirstBar ? 1 : -1); limit = MathMax(limit, ...
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 3, 2024Sure thing man, but since it’s not related to the TMA-CG-2024, drop your files and extended prompt in the “I will code your EAs and Indicators for no charge” thread
TMA-CG-2024