• 정보
11+ 년도
경험
26
제품
63
데몬 버전
206
작업
0
거래 신호
0
구독자
Vladimir Karputov
게재된 코드 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
게재된 코드 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
게재된 코드 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
게재된 코드 SilverTrend v3
SilverTrend v3 - trading based on the analysis of the High, Low and Close prices of bars.
Vladimir Karputov
게재된 코드 Open Interest
The indicator shows t he parameter "Total volume of open positions - SYMBOL_SESSION_INTEREST".
Vladimir Karputov
게재된 코드 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
게재된 코드 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
게재된 코드 Moving Average Trade System
The strategy is based on Moving Averages with the periods of 5/20/40/60.
Vladimir Karputov
게재된 코드 BollTrade
Trading based on the Bollinger Bands indicator. Chart time-frame — M30 and higher.
Vladimir Karputov
게재된 코드 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
게재된 코드 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
게재된 코드 up3x1
The iMAs on the current period.
Vladimir Karputov
게재된 코드 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
게재된 코드 Robot_MACD
MACD based Expert Advisor
Vladimir Karputov
게재된 코드 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
게재된 코드 up3x1_premium_v2M
Two iMAs on the current period and one on PERIOD_D1.
Vladimir Karputov
게재된 코드 Waddah Attar Win
Pending Buy Limit (BuyLimit) and Sell Limit (SellLimit) orders. Using OnTradeTransaction().
Vladimir Karputov
게재된 코드 e-TurboFx
Analysis of bars, if they contain N consecutive bars of the same type.
Vladimir Karputov
게재된 코드 MA Reverse
Trading by Moving Average. Checking for sufficiency of funds.
Vladimir Karputov
게재된 코드 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.