• Bilgiler
11+ yıl
deneyim
26
ürünler
61
demo sürümleri
205
işler
0
sinyaller
0
aboneler
Vladimir Karputov
OpenTime 2 kodunu yayınladı
The Expert Advisor opens positions inside two time intervals. Trades are closed at the specified time. Trailing Stop.
Vladimir Karputov
Never Touch Analysis Program işi için müşteriye geri bildirim bıraktı
Vladimir Karputov
UmnickTrader kodunu yayınladı
An MQL5 implementation of the adaptive UmnickTrade Expert Advisor.
Vladimir Karputov
Elders Safe Zone kodunu yayınladı
An indicator based on Elder's "Safe Zone".
Vladimir Karputov
MACD EA kodunu yayınladı
The Expert Advisor uses three iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD)
Vladimir Karputov
"LifeHack for traders: Blending ForEach with defines (#define)" makalesini yayınladı
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.

3
Vladimir Karputov
N Candles v6 kodunu yayınladı
The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into account, i.e. whether it is netting or hedging.
Vladimir Karputov
Pipsover 2 kodunu yayınladı
The Expert Advisor works based on the iChaikin (Chaikin Oscillator) and iMA (Moving Average, MA) indicators.
Vladimir Karputov
MACDSimpleReshetov kodunu yayınladı
An Expert Advisor trading MACD signals. For those who prefer trading CFDs and futures symbols.
Vladimir Karputov
Channels kodunu yayınladı
Trading in a channel based on a Moving Average with the period of 220 and three Envelopes with the periods of 220 and different heights. Position trailing.
Vladimir Karputov
Invest System 4.5 kodunu yayınladı
A trading system based on the account balance and the result of the last trade.
Vladimir Karputov
Trend Me Leave Me kodunu yayınladı
The EA trades using the signals of iADX (Average Directional Movement Index, ADX) and iSAR (Parabolic SAR) indicators. The profit/loss of the last closed position is taken into account. Positions are moved to breakeven.
Jose Roberto Pereira Novais
Jose Roberto Pereira Novais 2018.02.09
concursso is mine first… of that… I will have many losses ..... but I will have many profits….I will stay more alerta in the next ones…
Vladimir Karputov
NTK 07 kodunu yayınladı
Implementation of multiple trailing types. Pending Buy Stop and Sell Stop orders. Limitation of the maximum total lot and the total number of positions. Several types of position volume calculation.
Vladimir Karputov
EMA Cross Contest Hedged kodunu yayınladı
A trading system based on three indicators: two iMAs (Moving Average) and iMACD (Moving Average Convergence/Divergence, MACD).
Vladimir Karputov
SAR RSI MTS kodunu yayınladı
A trading system based on two indicators: iSAR (Parabolic SAR) and iRSI (Relative Strength Index, RSI). Lot calculation based on the risk value as a percentage of free margin.
Vladimir Karputov
Ambush kodunu yayınladı
The Expert Advisor uses Buy Stop and Sell Stop orders to trade news and large price movements.
Vladimir Karputov
RndTrade kodunu yayınladı
Opening positions randomly after a certain time interval.
Vladimir Karputov
Custom Moving Average Input Color kodunu yayınladı
A modification of the "Custom Moving Average" indicator: now the line color can be passed in input parameters.
Vladimir Karputov
"LifeHack for traders: Fast food made of indicators" makalesini yayınladı
LifeHack for traders: Fast food made of indicators

If you have newly switched to MQL5, then this article will be useful. First, the access to the indicator data and series is done in the usual MQL4 style. Second, this entire simplicity is implemented in MQL5. All functions are as clear as possible and perfectly suited for step-by-step debugging.

3
Vladimir Karputov
Fractals at Close prices EA kodunu yayınladı
An Expert Advisor based on the "Fractals at Close prices" indicator.