- Search Crypto Craft
-
Shargyn replied Feb 27, 2025This is not right, I am against this approach. Of course I can write, but I won’t do it. Let him contact the author. This is someone else's work. So I gave up. If the code is closed, it means the author does not want it to be distributed.
I will code your EAs and Indicators for no charge
-
Shargyn replied Feb 27, 2025Doesn't look very good. Try this. This is something in between, similar to AO. for(i = 0; i < limit; i++) { double sumRangeH = 0.0; double sumRangeL = 0.0; // Суммируем диапазоны для Inp_RangePeriod закрытых баров после бара с индексом i for(int j = ...
I will code your EAs and Indicators for no charge
-
Shargyn replied Feb 27, 2025Hey bro, have you tried to smooth it out through : ExtWPRBuffer[i] = (double)MathRound(wpr); I sometimes do this, but the very essence of the indicator is not lost. This is just an option. I don’t want to download indicators if they posted a code so ...
I will code your EAs and Indicators for no charge
-
Shargyn replied Feb 27, 2025Translate comments inside the code.
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 27, 2025I have? I'm posting them.
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 26, 2025And this happens with any pair.
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 26, 2025Yes, it’s a puzzle, I’d like to know why she walks like that.
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 26, 2025These functions are used to find the intersection point of two segments (lines) defined by pairs of points. The PriceX function returns the price level (X-coordinate) of the intersection point, and the TimeY function returns the time or Y-coordinate ...
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 26, 2025Update of functions in the indicator, and an example of how to use it. This is for strategy developers, for those who understand at least a little programming. The rest can use the raw template; it shows well even in this form. #property copyright ...
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 26, 2025In theory, in my opinion, this is how it is built. All that remains is to add fibonacci and additionally find the crosshairs of the lines and use artificial intelligence (just kidding). I will use a neural network, most likely a gradient booster.
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 26, 2025Drawer of horizontal lines, vertical template for those who develop linear indicators and want to test their theory on the history of days. I’m currently working on a linear indicator, I decided to share my template, maybe it will be useful to ...
My crazy ideas for indicators implemented in MQL4 code
-
Shargyn replied Feb 25, 2025Well, bro, you upset everyone. 7 messages, and disappeared from here. I see everyone is looking for you. You have so many subscribers.

I will code your EAs and Indicators for no charge
-
Shargyn replied Feb 25, 2025You have two signals, choose which one you need. both signals are now on. extern bool EnableAlert_CrossSignal = true; // Signal: blue crosses red extern bool EnableAlert_RelativeSignal = true; // Signal: blue is above/below red And now here they are ...
I will code your EAs and Indicators for no charge
-
Shargyn replied Feb 25, 2025Do you need open source? It’s just dangerous to give you open source code, as I understand it, you’re just tinkering with them without basic knowledge. //---- Входные параметры для сигналов (отдельно можно отключать) extern bool ...
I will code your EAs and Indicators for no charge
-
Shargyn replied Feb 25, 2025Do it like this in code // Если значение индикатора 1 = Lime!, 2 = Red! , 0 = 0. // считаем, что сигнал только что появился. if(ex4ValueCurr > 0 )//&& ex4ValuePrev < 0) prevSignal = 1; else if(ex4ValueCurr < 0 )//&& ex4ValuePrev > 0)
I will code your EAs and Indicators for no charge
-
Shargyn replied Feb 25, 2025I tried bro, but I'm not that good at this. I helped in any way I could.
This post was not written for you, look just above your post, the MA advisor from chatpti is posted.I will code your EAs and Indicators for no charge
-
Shargyn replied Feb 25, 2025If the indicator does not have input parameters, then the parameters appear immediately after the indicator name. You are already close to the goal, just a little more is not much left.


double ex4ValueCurr = ...I will code your EAs and Indicators for no charge
-
Shargyn replied Feb 25, 2025It is better to take a standard adviser from the Moving Average.mq4 terminal, at least there will be a guarantee that it will process the signals as it should. Have you been on the forum since 2012? And you talk such nonsense, you are not ashamed. ...
I will code your EAs and Indicators for no charge