• Information
11+ years
experience
25
products
58
demo versions
193
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
Added topic How to work correctly in MT5 with OrderSend
Comments not related to " Discussion of the article "Statistical distributions in MQL5 - taking the best of R " have been moved to this topic
Vladimir Karputov
Added topic Is it necessary to analyse the bars/curves on the timeframe?
The usual representation of quotes is the quotes rolled up on certain timeframes (timeframes) with the main indicators OHLC (Open, High, Low, Close). And it is no secret that at each timeframe the chart representation will be different or even
Vladimir Karputov
Added topic Obtaining Open Interest values not for the current bar
For the current bar, getting open interest is not a problem:    double oi_buy= SymbolInfoDouble ( Symbol (), SYMBOL_SESSION_BUY_ORDERS_VOLUME );    double oi_sell= SymbolInfoDouble ( Symbol (), SYMBOL_SESSION_SELL_ORDERS_VOLUME );
Vladimir Karputov
Added topic Table of all trades. Accessed via MQL5
How do I get a table of trades? So far, it doesn't matter from indicator or Expert Advisor. If periodically (in OnTimer() or in OnTick()) we receive the history of ticks through CopyTicks - they will be added to the array MqlTick . But a simple
Vladimir Karputov
Added topic Who has the following package: Windows 7 x64 and MetaTrader 4 terminal?
I have the following question: if from the terminal go to "Data Folder" (this folder is in AppData)/MQL4/Experts/ and create there a new folder "New Folder" and paste into this new folder a compiled (*.ex4) EA file (this file was compiled on another
Vladimir Karputov
Added topic Please explain what could be wrong with this function?
Comments not related to " Communicate with developers via Service Desk! "
Vladimir Karputov
Added topic How to sell your products, signals and services
Hello. In this thread I will share and discuss with you ways to increase the popularity of products from the Market , signals and programmers' services . Our main goal is to get visitors interested in unique transitions from the World Wide Web to our
Vladimir Karputov
Added topic FOREX - Trends, forecasts and implications 2016
Branch rules: the branch is heavily moderated. Swearing and insults are forbidden. The desired format of information: an inserted picture with markup and a small explanation. For example, like this: Screenshots from MetaTrader platform USDCAD.m, M15
Vladimir Karputov
Added topic The future of MQL5 is MQL5+ or even MQL6
Share your wishes about what needs to be implemented. This includes the language itself (missing features, graphics capabilities, upgrading the standard library ), and the terminal (desktop, other operating systems, mobile systems). One thing's for
Vladimir Karputov
Added topic Tick story
The terminal has already been updated to build1178: 2015.10 . 14 21 : 52 : 27.848 Terminal        MetaTrader 5 x64 build 1178 started (MetaQuotes Software Corp.) Searched all the help on MQL5, but so far I
Vladimir Karputov
Added topic Impulse
There are some questions I would like to get to the bottom of: What is momentum in Forex? Is it possible to calculate momentum for a certain period of time without averaging the results over past periods of time? A strategy for dealing with momentum
Vladimir Karputov
Added topic Windows 10
A new operating system is expected to be released in the summer. And one of the innovations is the new Microsift Edge browser. But only at the same time as the announcement of Microsoft Edge, the company has announced that it is abandoning the
Vladimir Karputov
Added topic Strategies that give big profits
Comments not related to " Looking for traders to manage accounts " have been moved to this thread
Vladimir Karputov
Added topic HFT, Arbitrage
Comments not related to " FORTS Please Help " have been moved to this thread
Vladimir Karputov
Added topic Chats on mql5.community
The chats have appeared. Testing now
Vladimir Karputov
Added topic Selecting an Android smartphone for mobile terminal operation
Please share the configuration of the smartphone on which the mobile terminal will run
Vladimir Karputov
Added topic Adding a volume effect to the indicator lines
Since Windows 7, interfaces with volume and shadow effects have been available. So why should indicators remain drawn in 2D? Here is the first attempt to give volume to an indicator: Does it look like volume? This is a slightly modified Custom Moving
Vladimir Karputov
Published code Engulfing Pattern Plus One
Engulfing Pattern Plus One
· 6 8331 1758
Vladimir Karputov
Added topic Non-dynamic trading.
Is it possible to trade without indicators? Without calling indicator handles in EAs? What is the basis for trading without indicators? Briefly, what has been agreed upon: Clouds are the cause of rain. Rain is a consequence of the cause. We must
Vladimir Karputov
Published code CHO Smoothed Arrow 2
Version 2. Indicator based on 'Chaikin Oscillator, CHO'. Line intersection of 'CHO' and 'smoothed CHO'
· 5 4092 569