• Informations
11+ années
expérience
26
produits
61
versions de démo
205
offres d’emploi
0
signaux
0
les abonnés
Vladimir Karputov
Code publié Simple MACD
Trading on a new bar only. The rules are simple: if MAIN_LINE MACD (1) > MAIN_LINE MACD (2) -> Buy, if MAIN_LINE MACD (1) < MAIN_LINE MACD (2) -> Sell". When a signal opposite to open positions is received, close all positions.
Vladimir Karputov
Code publié MARE5.1
The MARE5.1 Expert Advisor is very easy to use. It uses the values of two Moving Averages (SMA) at the close of 0th, 2nd and 5th bar. The EA is configured to work on the M1 timeframe.
Vladimir Karputov
Code publié New Martin
The New Martin Expert Advisor opens two opposite positions upon start. OnTradeTransaction handling. When Take Profit triggers, it opens a position (one position) in the same direction. The intersection of two MA indicators is a signal to open a position of a larger lot.
Vladimir Karputov
Code publié SilverTrend v3
SilverTrend v3 - trading based on the analysis of the High, Low and Close prices of bars.
Vladimir Karputov
Code publié Open Interest
The indicator shows t he parameter "Total volume of open positions - SYMBOL_SESSION_INTEREST".
Vladimir Karputov
Code publié Session Buy Sell Orders Volume
A histogram of minimum and maximum values of the following parameters: SYMBOL_SESSION_BUY_ORDERS_VOLUME - "Total current volume of buy orders" and SYMBOL_SESSION_SELL_ORDERS_VOLUME - "Total current volume of sell orders".
Vladimir Karputov
Code publié TDSGlobal
The Expert Advisor uses the MACD, OsMA and WPR indicators. The Expert Advisor is configured to trade on the D1 timeframe with USDCHF, GBPUSD, USDJPY and EURUSD
Vladimir Karputov
Code publié Moving Average Trade System
The strategy is based on Moving Averages with the periods of 5/20/40/60.
Vladimir Karputov
Code publié BollTrade
Trading based on the Bollinger Bands indicator. Chart time-frame — M30 and higher.
Vladimir Karputov
Code publié Trend_Catcher
The Expert Advisor identifies trend based on three moving averages (with periods of 200, 50, 25 or other custom periods), and opens trades using the Parabolic SAR indicator. The EA uses martingale techniques, lot is calculated as percent of deposit depending on stop loss.
Vladimir Karputov
Code publié True Scalper Profit Lock
Two iMA indicators with hard coded periods of 3 and 7, and on iRSI indicator with the period of 2.
Vladimir Karputov
Code publié up3x1
The iMAs on the current period.
Vladimir Karputov
Code publié MQL5 Wizard MACD Parabolic SAR
The Expert Advisor has been created using the MQL5 Wizard, on the basis of MACD (Moving Average Convergence/Divergence) signals and the Parabolic SAR trend indicator.
Vladimir Karputov
Code publié Robot_MACD
MACD based Expert Advisor
Vladimir Karputov
Code publié Bull vs Medved
The Expert Advisor makes trading decisions based on simple candlestick combinations. It is designed for use on the H4 period.
Vladimir Karputov
Code publié up3x1_premium_v2M
Two iMAs on the current period and one on PERIOD_D1.
Vladimir Karputov
Code publié Waddah Attar Win
Pending Buy Limit (BuyLimit) and Sell Limit (SellLimit) orders. Using OnTradeTransaction().
Vladimir Karputov
Code publié e-TurboFx
Analysis of bars, if they contain N consecutive bars of the same type.
Vladimir Karputov
Code publié MA Reverse
Trading by Moving Average. Checking for sufficiency of funds.
Vladimir Karputov
Code publié Money Fixed Margin
An example for calculating the lot value with a fixed margin level. That is, if you specify 10%, a position with the margin equal to 10% of free margin will be opened.