• Information
11+ years
experience
25
products
58
demo versions
190
jobs
0
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.
Vladimir Karputov
Published code Rectangle in interval
In a given time interval, a rectangle is constructed.
· 8 5144 540
Vladimir Karputov
Published code Simple Profit By Periods Panel 2 Extended
Советник-утилита. Показывает суммарную прибыль за несколько периодов (сумму и в %), количество сделок за несколько периодов. Расчёт по заданному символу и magic number
· 7 4900 444
Vladimir Karputov
Published code Fractals On OBV
Fractals based on the iOBV indicator (On Balance Volume, OBV)
· 7 5850 559
Vladimir Karputov
Added topic Windows 11
Preparing for Windows 11 on the Beta channel. Moving plan: Connect to the Warehouse ( Work with the Warehouse - Projects and MQL5 Storage ) and send all changes and all your code to the Warehouse save the location of tabs with open files in
Vladimir Karputov
Published code MACD Four Colors 2 Martingale
Martingale strategy based on custom indicator 'MACD Four Colors 2'
· 4 6666 1037
Vladimir Karputov
Added topic Points VS Pips
Comments not related to " New MetaTrader 5 build 2085: Integration with Python and massive improvements in the Strategy Tester " were moved to this topic
Vladimir Karputov
Added topic MetaTrader 5 build 2121: New design of the Strategy Tester
These test icons are now available: the tests themselves have a new item called "profit in pips": Continuing to examine and probe further
Vladimir Karputov
Published code MA On Stochastic Color N Bars
Colored Stochastic smoothed with iMA (Moving Average, MA)
· 4 4555 433
Vladimir Karputov
Added topic Services. Are they up and running yet?
Build 1961. In the editor, I created a new program view - service. In OnStart I wrote it down: void OnStart ()   { //---    Print ( TimeTradeServer ());   } Then I started the service: and immediately the result: 2018.12
Vladimir Karputov
Added topic The signal is not copied
Comments not related to " Communicate with developers via Service Desk! "
Vladimir Karputov
Added topic Weekend evening
This topic is open only on weekends and accepts requests for "quick batch MQL5 EA". I reserve the right to agree to make an EA as well as to refuse :) If an EA appears, its code MUST be published OPEN. Note: the weekend term - Late Friday Evening
Vladimir Karputov
Added topic Interesting and humorous (politics and history banned)
When publishing, please follow the rules of the resource. Also remember that: Forum on trading, automated trading systems and trading strategy testing Interesting and Humorous Rashid Umarov , 2017.08.07 14:28 Attention all members of the community
Vladimir Karputov
Added topic Euro Rat
The Euro Rat project. Test of the idea: Forum on trading, automated trading systems and trading strategy testing FOREX - Trends, Forecasts and Consequences 2017 Vladimir Karputov , 2017.10.06 16:21 Check that in the code: For practical forex work: if
Vladimir Karputov
Added topic Buy stop Sell stop Grid advisor as a class
I'm opening a project To test a strategy for working with pending stop orders. The essence of trade: at start we put two stop pending orders (Buy stop and Sell stop). If one triggered, then delete the second (we will just modify it later, but for
Vladimir Karputov
Added topic What to do with unprofitable positions?
Here is the strategy: * Step 1. Initially, pending orders, for example Buy Limit and Sell Limit, are placed at the same distance from the current price (example code of scripts: Pending orders UP , Pending orders DOWN - just as an example of placing
Vladimir Karputov
Added topic Opening, closing in Expert Advisor generated by MQL5 Wizard
Comments not related to " Aggregating Moving Average signals from different timeframes " have been moved to this thread
Vladimir Karputov
Added topic OOP vs procedural programming
Comments not related to the " EA project " have been moved to this topic
Vladimir Karputov
Added topic Strategy based on the "ZigZag" indicator - "Last ZZ50"
The strategy is based on the ZigZag indicator and pending orders . General principle
Vladimir Karputov
Published code Percentage of CLose and iMA prices
The indicator shows the percentage of the 'Close' price above and below the 'iMA' indicator
· 4 3808 473
Vladimir Karputov
Added topic Morse code
The essence of the EA is to set certain combinations of candles. The rules are: a bullish candle means "1", a bearish candle means "0". So, it is possible to search for such combinations of candlesticks simply by specifying "101": So far the problem