• Information
13+ years
experience
28
products
83
demo versions
228
jobs
1
signals
0
subscribers
Create a personal work for me: https://www.mql5.com/en/job/new?prefered=barabashkakvn

We gain true knowledge when we seek the answer to a question, not when we learn the answer itself.

💰My memcoin BarabashkaCoin: https://pump.fun/coin/AtWVDEMnMeKKUP338U8Uv5cLix79XUyTDXm7rH7kpump

My Telegram https://t.me/barabashkakvn_MQL5

My YouTube https://www.youtube.com/@barabashkakvnmql5
Vladimir Karputov
Published code Days of the week color
A colored histogram of the days of the week. Uses the drawing style DRAW_COLOR_HISTOGRAM.
· 5 6264 935
Vladimir Karputov
Published code Trend RDS
Trend detection based on the last three bars.
· 5 4935 1469
Vladimir Karputov
Published code Aeron JJN Scalper EA
The Expert Advisor places pending Buy Stop and Sell Stop orders. Includes checks for the minimum distance of orders in points (SYMBOL_TRADE_STOPS_LEVEL).
· 6 7280 2028
Vladimir Karputov
Published code FarhadCrab1
An Expert Advisor based on two iMAs (Moving Average, MA) and one iSAR (Parabolic SAR). Position trailing.
· 5 3728 946
Vladimir Karputov
Published code Days of the week
A histogram of the days of the week.
· 4 7255 942
Vladimir Karputov
Published code SignalMAAboveBelow 3
A module of trading signals based on the Moving Average indicator signal module.
· 4 4800 1045
Vladimir Karputov
Published code Alexav SpeedUp M1
Simultaneous opening of two opposite positions. Trailing Stop.
· 5 5139 1498
Vladimir Karputov
Published code Hans123_Trader
Pending Buy Stop and Sell Stop orders. The EA trades in the specified time period. Determines the highest and lowest prices in the specified range of bars. Position trailing.
· 5 4623 1052
Vladimir Karputov
Published article Comparing speeds of self-caching indicators
Comparing speeds of self-caching indicators

The article compares the classic MQL5 access to indicators with alternative MQL4-style methods. Several varieties of MQL4-style access to indicators are considered: with and without the indicator handles caching. Considering the indicator handles inside the MQL5 core is analyzed as well.

Vladimir Karputov
Published code Ichimoku
An Expert Advisor based on the iIchimoku (Ichimoku Kinko Hyo) indicator. Separate Stop Loss, Take Profit and Trailing Stop for BUY and SELL positions. The EA operation time is configurable. A check is performed on the current bar: only one position can be opened.
· 4 13178 3529
Vladimir Karputov
Published code BHS system
The EA trades using pending Buy Stop and Sell Stop orders, applying the iAMA (Adaptive Moving Average, AMA) indicator based on a "round price". Position trailing.
· 4 5518 1378
Vladimir Karputov
Published code MathCeilRoundFloor
Example of functions MathCeil, MathRound and MathFloor.
· 4 5120 709
Vladimir Karputov
Published code Fractured Fractals
The Expert Advisor uses the Fractals indicator signals to place pending orders and trail the Stop Loss level of positions.
· 6 9302 2817
Vladimir Karputov
Published code SignalMAAboveBelow 2
A module of trading signals based on the Moving Average indicator signal module.
· 5 3122 768
Vladimir Karputov
Published code OpenTime 2
The Expert Advisor opens positions inside two time intervals. Trades are closed at the specified time. Trailing Stop.
· 6 7569 1933
Vladimir Karputov
Left feedback to customer for job Never Touch Analysis Program
Vladimir Karputov
Published code UmnickTrader
An MQL5 implementation of the adaptive UmnickTrade Expert Advisor.
· 4 4262 1363
Vladimir Karputov
Published code Elders Safe Zone
An indicator based on Elder's "Safe Zone".
· 4 7886 1447
Vladimir Karputov
Published code MACD EA
The Expert Advisor uses three iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD)
· 4 13340 3919
Vladimir Karputov
Published article LifeHack for traders: Blending ForEach with defines (#define)
LifeHack for traders: Blending ForEach with defines (#define)

The article is an intermediate step for those who still writes in MQL4 and has no desire to switch to MQL5. We continue to search for opportunities to write code in MQL4 style. This time, we will look into the macro substitution of the #define preprocessor.