- Search Metals Mine
-
Shargyn replied Jan 27, 2025MACD is a good indicator on the M5 chart that works perfectly. You’re wrong, this is my favorite indicator for entering, what I like about it are its parameters, 12, 26, 9. No matter how you twist them, you still won’t find better parameters than ...
Whats really moving the market today?
-
Shargyn replied Jan 27, 2025What does your indicator look like? Or is there a technical specification for this indicator, what conditions should be there? You provided too little information to implement it.
I will code your EAs and Indicators for no charge
-
Shargyn replied Jan 27, 2025"Could we get rid of or hide the signal writing before the timeframe" - I don’t quite understand, I don’t understand English well. Do you want the signal to be reflected only on the H4, D1, W1 graph? input int font_size = 15; // Font size input int ...
I will code your EAs and Indicators for no charge
-
Shargyn replied Jan 26, 2025It is not visible visually; it can only be seen in the tester. And the car sees the indicators completely differently. Try it and then draw your own conclusions. Also applies to the flat and trend filter. It can be cut off in the same way as I ...
Best Trend Indicator
-
Shargyn replied Jan 26, 2025It seems that everything has been taken into account, your indicator. Finding the degrees of EMA deviation. double angle9 = MathArctan((ema9_current - ema9_prev) / _Point) * 180 / M_PI; Conditions for signals. if (ema9_current > ema15_current && ...
I will code your EAs and Indicators for no charge
-
Shargyn replied Jan 26, 2025Okay, now I’ll try to make your indicator.
I will code your EAs and Indicators for no charge
-
Shargyn replied Jan 25, 2025At the bottom of MT there is a function to save profile. "Default" She stands right in the center at the bottom of the MT.
show/hide indicators
-
Shargyn replied Jan 25, 2025This is the modified indicator: Extrapolator.mq4 2008
Need help with this indicator
-
Shargyn replied Jan 25, 2025image ASCTrend This trend indicator works in Expert Advisors. Or you can immediately add him to the advisor. //+------------------------------------------------------------------+ //| Функция открытия позиций 1 | ...
Best Trend Indicator
-
Shargyn replied Jan 25, 2025I can write in the language: MT4? MQL4?
I will code your EAs and Indicators for no charge
-
Shargyn replied Dec 27, 2024I agree, it’s not a problem to register buffers in the indicator, colleague. The code is open. The logic of the indicator itself is based on information, so I suggested that the author use another indicator. What looks visually beautiful usually ...
I will code your EAs and Indicators for no charge
-
Shargyn replied Dec 27, 2024image Isn't it better to use the ASCTrend indicator?
I will code your EAs and Indicators for no charge
-
Shargyn replied Dec 27, 2024#define pi 3.14159265358979323846 This indicator uses the PI value, what should be the logic?
I will code your EAs and Indicators for no charge
-
Shargyn replied Dec 27, 2024Is this on MT4? double indic = iCustom(_Symbol,PERIOD_?,name,mode,shift) MT4
I will code your EAs and Indicators for no charge