• 정보
11+ 년도
경험
26
제품
59
데몬 버전
204
작업
0
거래 신호
0
구독자
Vladimir Karputov
게재된 코드 Session Buy Sell Orders
A histogram of maximum and minimum values of parameters SYMBOL_SESSION_BUY_ORDERS — "the total number of current buy orders" and SYMBOL_SESSION_SELL_ORDERS — "the total number of current sell orders". The drawing style is DRAW_HISTOGRAM.
Vladimir Karputov
게재된 코드 Custom Moving Average Levels
A Moving Average indicator, for which the values of two levels can be specified from the code.
Vladimir Karputov
게재된 코드 Average True Range (digital)
Average True Range (ATR) indicator values from other timeframes in a digital format, displayed as text on the chart.
Vladimir Karputov
게재된 기고글 Analyzing Balance/Equity graphs by symbols and EAs' ORDER_MAGIC
Analyzing Balance/Equity graphs by symbols and EAs' ORDER_MAGIC

With the introduction of hedging, MetaTrader 5 provides an excellent opportunity to trade several Expert Advisors on a single trading account simultaneously. When one strategy is profitable, while the second one is loss-making, the profit graph may hang around zero. In this case, it is useful to build the Balance and Equity graphs for each trading strategy separately.

2
Vladimir Karputov
Vladimir Karputov
Windows 10 Creators Update - загрузка началась...
Vladimir Karputov
Vladimir Karputov 2017.04.15
10 часов - полёт нормальный. Главное MetaTrader 5 и MetaEditor работают!
Vladimir Karputov
게재된 코드 Morse code
Trading based on preset candlestick combinations (patterns) Candlesticks are marked as "1" (bullish) and "0" (bearish). TakeProfit, StopLoss
Vladimir Karputov
게재된 코드 Size of a candle (histogram)
The indicator displays the candlestick size (High-Low) and its direction in the form of a colored histogram.
Vladimir Karputov
게재된 코드 Sound Alert Entry Out
Plays a sound when position is closed.
О труде ...
Sergey Golubev
Sergey Golubev
주제에 코멘트하기 Интересное и Юмор
Не жалею, не зову, не плачу... Просто некогда: работаю, ишачу. ----------- С добрым утром
Vladimir Karputov
게재된 코드 N Сandles
The EA searches for N identical candlesticks in a row. If the found candlesticks are bullish, it buys. I they are bearish, the EA sells.
Vladimir Karputov
게재된 코드 ListPositions
A list of all positions. An example of working with CPositionInfo.
Vladimir Karputov
게재된 코드 Candle
Trades based on the previous candlestick.
Vladimir Karputov
게재된 코드 Candle shadow percent
The Expert Advisor is based on the indicator with the same name. Lot is calculated based on the risk value as a percentage of free margin.
Vladimir Karputov
게재된 코드 Candle shadow percent
The indicator finds candlesticks with a minimum or maximum shadow size. Limitation on the size of the candlestick body.
Vladimir Karputov
게재된 코드 Candle Shadow
The indicator finds candlesticks without an upper or lower shadow. The indicator style is DRAW_ARROW.
Очень метко!
Vitalie Postolache
Vitalie Postolache
주제에 코멘트하기 Интересное и Юмор
Интересное и Юмор
Vladimir Karputov
게재된 코드 20PRExp-3
Intraday volatility breakthrough system. The Parabolic SAR indicator is used.
Vladimir Karputov
Vladimir Karputov
Новости о сигнале Barabashka
Визуально роста нет, а он есть (было 4.65%, стало 4.68%)
Vladimir Karputov
게재된 코드 Trade on qualified RSI
A trade strategy based on the RSI indicator. Checks if there is enough money before opening a position.
Vladimir Karputov
게재된 코드 RSI trader v0.15
Averaging of values (RSI) using MovingAverages.mqh. Two MA indicators.