• Bilgiler
11+ yıl
deneyim
26
ürünler
62
demo sürümleri
206
işler
0
sinyaller
0
aboneler
Vladimir Karputov
Simple MACD kodunu yayınladı
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
MARE5.1 kodunu yayınladı
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
New Martin kodunu yayınladı
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
SilverTrend v3 kodunu yayınladı
SilverTrend v3 - trading based on the analysis of the High, Low and Close prices of bars.
Vladimir Karputov
Open Interest kodunu yayınladı
The indicator shows t he parameter "Total volume of open positions - SYMBOL_SESSION_INTEREST".
Vladimir Karputov
Session Buy Sell Orders Volume kodunu yayınladı
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
TDSGlobal kodunu yayınladı
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
Moving Average Trade System kodunu yayınladı
The strategy is based on Moving Averages with the periods of 5/20/40/60.
Vladimir Karputov
BollTrade kodunu yayınladı
Trading based on the Bollinger Bands indicator. Chart time-frame — M30 and higher.
Vladimir Karputov
Trend_Catcher kodunu yayınladı
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
True Scalper Profit Lock kodunu yayınladı
Two iMA indicators with hard coded periods of 3 and 7, and on iRSI indicator with the period of 2.
Vladimir Karputov
up3x1 kodunu yayınladı
The iMAs on the current period.
Vladimir Karputov
MQL5 Wizard MACD Parabolic SAR kodunu yayınladı
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
Robot_MACD kodunu yayınladı
MACD based Expert Advisor
Vladimir Karputov
Bull vs Medved kodunu yayınladı
The Expert Advisor makes trading decisions based on simple candlestick combinations. It is designed for use on the H4 period.
Vladimir Karputov
up3x1_premium_v2M kodunu yayınladı
Two iMAs on the current period and one on PERIOD_D1.
Vladimir Karputov
Waddah Attar Win kodunu yayınladı
Pending Buy Limit (BuyLimit) and Sell Limit (SellLimit) orders. Using OnTradeTransaction().
Vladimir Karputov
e-TurboFx kodunu yayınladı
Analysis of bars, if they contain N consecutive bars of the same type.
Vladimir Karputov
MA Reverse kodunu yayınladı
Trading by Moving Average. Checking for sufficiency of funds.
Vladimir Karputov
Money Fixed Margin kodunu yayınladı
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.