• Informazioni
11+ anni
esperienza
24
prodotti
60
versioni demo
189
lavori
0
segnali
0
iscritti
Vladimir Karputov
Articolo pubblicato 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.

4
Vladimir Karputov
Codice pubblicato 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.
Vladimir Karputov
Codice pubblicato 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.
Vladimir Karputov
Codice pubblicato MathCeilRoundFloor
Example of functions MathCeil, MathRound and MathFloor.
Vladimir Karputov
Codice pubblicato Fractured Fractals
The Expert Advisor uses the Fractals indicator signals to place pending orders and trail the Stop Loss level of positions.
Vladimir Karputov
Codice pubblicato SignalMAAboveBelow 2
A module of trading signals based on the Moving Average indicator signal module.
Vladimir Karputov
Codice pubblicato OpenTime 2
The Expert Advisor opens positions inside two time intervals. Trades are closed at the specified time. Trailing Stop.
Vladimir Karputov
Hai lasciato un feedback al cliente per il lavoro Never Touch Analysis Program
Vladimir Karputov
Codice pubblicato UmnickTrader
An MQL5 implementation of the adaptive UmnickTrade Expert Advisor.
Vladimir Karputov
Codice pubblicato Elders Safe Zone
An indicator based on Elder's "Safe Zone".
Vladimir Karputov
Codice pubblicato MACD EA
The Expert Advisor uses three iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD)
Vladimir Karputov
Articolo pubblicato 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.

3
Vladimir Karputov
Codice pubblicato N Candles v6
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
Codice pubblicato Pipsover 2
The Expert Advisor works based on the iChaikin (Chaikin Oscillator) and iMA (Moving Average, MA) indicators.
Vladimir Karputov
Codice pubblicato MACDSimpleReshetov
An Expert Advisor trading MACD signals. For those who prefer trading CFDs and futures symbols.
Vladimir Karputov
Codice pubblicato Channels
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
Codice pubblicato Invest System 4.5
A trading system based on the account balance and the result of the last trade.
Vladimir Karputov
Codice pubblicato Trend Me Leave Me
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
Codice pubblicato NTK 07
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
Codice pubblicato EMA Cross Contest Hedged
A trading system based on three indicators: two iMAs (Moving Average) and iMACD (Moving Average Convergence/Divergence, MACD).