- Search Crypto Craft
-
Shargyn replied Jun 6, 2025In general, the result of the week of trading showed that the adviser turned out to be complete crap, and requires improvement. It sits out positions, manually, and even then it would have been faster to trade.
We'll ...My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Jun 5, 2025
Well, to give someone the whole code is too much. I can help, for example, if you asked me that I have such a strategy (without code) and I encountered such a problem: for example, how to set a stop loss, or how to set a take profit. Or ...My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Jun 5, 2025While the fight against false entries is going on, the adviser is stable. Only one stop loss can eat up almost all the profit. While I'm looking for a filter, I've already gone through almost all built-in indicators. I probably need to come up with ...
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Jun 4, 2025They ask what indicators I used in the advisor. They are all built into MT5, 1) ATR 2) AC 3) CCI 4) WPR 5) BB
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Jun 4, 2025Again I stayed one position longer, corrected the WPR signal, the signal problem is in its filter sometimes misses, now I am working on its anomaly. I will change the filter, maybe I will achieve a clear signal. It is necessary to test the algorithm ...
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Jun 4, 2025I'll do it a bit later now I'm finalizing the complex algorithm based on WPR. What I did 2 months ago, most likely I've already changed its algorithm. I'll see, a bit later.
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Jun 3, 2025I slightly corrected the advisor's signal, it was sitting in a drawdown since yesterday. In reality, the advisor works as always in a completely different way. In principle, I expected this. Now I'll adjust it and then let you copy its signals. If ...
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Jun 2, 2025I launched the expert advisor on a demo account with a minimum deposit of 200 dollars. I wanted to start with 2 dollars, but the broker doesn’t allow such a low deposit. Let’s see what kind of beast I’ve created.

My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Jun 1, 2025//+------------------------------------------------------------------+ //| ProjectName | //| Copyright 2020, CompanyName | //| http://www.companyname.net | //+------------------------------------------------------------------+ #property copyright ...
I will code your EAs and Indicators for no charge
-
Shargyn replied Jun 1, 2025Initial deposit: 2 dollars.

My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Jun 1, 2025All good, bro! I went deep into development and nearly perfected my algorithm. I’ve also fully switched to MT5 — MT4 just didn’t have enough capabilities for my project. Check this out — this is the result of my couple-month absence.
I will code your EAs and Indicators for no charge
-
Shargyn replied Jun 1, 2025I used the following indicators: WPR, Bands, ATR, and AC on the H1 and M5 timeframes. WPR turned out to be the best indicator — when combined with the others, it delivers solid results.
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Jun 1, 2025Here’s what I’ve got with this indicator. Take a look at the test from January to today in MT5 — I managed to scale it up. You can start trading with just 2 dollars. See for yourself what it can do to your deposit.
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Jun 1, 2025Hi there! Still wrestling with rookie coders? How’s everything on your end? It’s been a while since I dropped by the programming thread—figured I’d check in again.

I will code your EAs and Indicators for no charge
-
Shargyn replied Feb 28, 2025New indicator development, for which I am developing an indicator based on the WPR algorithm. This is what came to my mind, how to filter out unnecessary impulses of my indicator.. Brief technical description of this indicator: This indicator ...
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 28, 2025How to filter, motherfucker. Signals are generated on a completed bar. Yes, I always knew that WPR had great potential. The main thing is in the cook, who cooks it and how.
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 28, 2025I threw another condition for filtering out small fluctuations on it. But still, something is missing... I will think, as people say, “There are no limits to ...
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 28, 2025Added an adaptive period. Looks better already. Red line color with adaptive period.
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 28, 2025url url I don’t see anything interesting, it’s banal crap that I won’t even waste my time on.

I will code your EAs and Indicators for no charge
-
Shargyn replied Feb 27, 2025A new development, for now I’m showing it visually as the algorithm requires improvement.
My crazy ideas for indicators implemented in MQL4 code