System Trading

Unlock Your Trading Potential with CyberiaTrader for MetaTrader 4
MetaTrader4
Unlock Your Trading Potential with CyberiaTrader for MetaTrader 4

Introducing CyberiaTrader Expert AdvisorAre you ready to supercharge your trading game? Meet CyberiaTrader, a powerful Expert Advisor (EA) designed specifically for MetaTrader 4. This tool is tailored for currency trading, particularly effective in flat markets with low spreads—think 2 points on 1-minute intervals.Test Results Speak VolumesCertainly, results matter. CyberiaTrader has shown the potential to deliver returns ranging from 100% to 300% daily with its default settings. That's not just hype; it's a solid performance that many traders can leverage. This EA is built on advanced trading technologies, including:Cross-currency trading capabilitiesAutomated lot size calculations for your desired exposureMulticurrency trading strategiesAutomated search for optimal modeling periodsCorrelation between StopLoss values and market confidence metricsAdditionally, it employs pip trading techniques and methods to identify shadow StopLoss levels, making it a great asset for traders looking to refine their strategies.Use with CautionWhile CyberiaTrader has shown promise, I want to emphasize that this version should not be used for real trading just yet. If you decide to give it a go, do so in flat market conditions and be aware of the risks involved. It was initially distributed only to our commercial clients, but I believe its insights can benefit a broader audience.Get in TouchIf you're interested in learning more or have any questions, feel free to reach out:Email: krivoshey@cyberia.org.ruICQ: 249106432

2006.07.21
Unlocking gpfTCPivotLimit: Your Go-To Trading System for MetaTrader 4
MetaTrader4
Unlocking gpfTCPivotLimit: Your Go-To Trading System for MetaTrader 4

Are you ready to enhance your trading game with the gpfTCPivotLimit? This trading system is designed to help you capitalize on intraday price movements using pivot indicators. Let’s dive into how it works!Trading Strategy Overview:Trade is primarily conducted on the hourly timeframe.At the start of each day (0:00), we calculate key pivot levels: Pivot, Resist1, Resist2, Resist3, Support1, Support2, Support3.To execute a buy, wait for the hourly candle (T-2) to test the Support level. If the next candle (T-1) closes above this level, place your stop loss at Support(n1) and set your take profit at Resist(n).Utilize trailing stops to move your stop loss to break-even as the trade progresses.For selling, look for the same pattern in reverse: an hourly candle (T-2) testing Resist(n) and the closing candle (T-1) falling below it, with stop loss at Resist(n1) and take profit at Support(n).Understanding Key Parameters:TgtProfit: This variable determines your stop loss and take profit levels, with values ranging from 1 to 5.If TgtProfit = 1: Tested level = Resist1/Support1; stop loss = Resist2/Support2; take profit = Support1/Resist1.If TgtProfit = 2: Tested level = Resist1/Support1; stop loss = Resist2/Support2; take profit = Support2/Resist2.If TgtProfit = 3: Tested level = Resist2/Support2; stop loss = Resist3/Support3; take profit = Support1/Resist1.If TgtProfit = 4: Tested level = Resist2/Support2; stop loss = Resist3/Support3; take profit = Support2/Resist2.If TgtProfit = 5: Tested level = Resist2/Support2; stop loss = Resist3/Support3; take profit = Support3/Resist3.isTradeDay: This variable determines when open positions will be closed. If set to true, all positions will close at the end of the trading day. If false, they remain open until stop loss or take profit is hit.Enable isTrace to true for comprehensive debugging information that tracks your trading system's performance.Results of Testing: Not all currency pairs yield positive results with this strategy, but many traders have found success using trailing stops to maximize profitability.

2006.01.25
Unlocking gpfTCPivotStop: Your Go-To Trading System for MetaTrader 4
MetaTrader4
Unlocking gpfTCPivotStop: Your Go-To Trading System for MetaTrader 4

Are you ready to take your trading game to the next level? Let’s dive into the gpfTCPivotStop, a solid trading system designed specifically for MetaTrader 4. This system capitalizes on daily timeframe breakdowns and pivots, making it a reliable choice for traders looking to maximize their profit potential. How to Trade with gpfTCPivotStop Here’s a quick overview of how to get started: Use the hourly timeframe for trading. After midnight, calculate the Pivot levels along with Resistance (Resist1, Resist2, Resist3) and Support (Support1, Support2, Support3) levels. If the hourly candle closes above the Pivot, it’s time to buy. Set your stop loss at the corresponding Support level and take profit at the Resistance level. Utilize a trailing stop to move your stop loss to breakeven as the trade progresses. For selling, look for an hourly candle closing below the Pivot. Set your stop loss at the Resistance level and take profit at the Support level. Understanding Key Parameters Let’s break down some essential parameters to help you make the most of your trades: TgtProfit: This variable defines your stop and profit levels. It can be set to 1, 2, or 3. If TgtProfit = 1, your stop loss for a buy/sell is at Resist1/Support1, and your take profit is at Support1/Resist1. If TgtProfit = 2, then your stop loss remains at Resist1/Support1, while your take profit shifts to Support2/Resist2. If TgtProfit = 3, your stop loss moves to Resist2/Support2, and your take profit goes to Support3/Resist3. isTradeDay: This variable determines if open positions will be closed at the end of the trading day. If set to true, all open trades will close by day’s end; otherwise, trades will remain open until they hit a stop loss or take profit. isTrace: Setting this to true allows for detailed debugging information to be recorded, which can be invaluable for troubleshooting. Testing Results It’s important to note that this approach may not yield profitable results across all currency pairs. Be sure to test it thoroughly before committing real funds. In future updates, we’ll explore how to enhance the advisor further based on the same foundational levels. Stay tuned!

2006.01.19
Mastering the Moving Average: Your Go-To EA for MetaTrader 4
MetaTrader4
Mastering the Moving Average: Your Go-To EA for MetaTrader 4

Hey fellow traders! Today, we're diving into an essential tool that can help you sharpen your trading strategy – the Moving Average Expert Advisor (EA) for MetaTrader 4. This EA is designed to generate trade signals using a single moving average, making it a straightforward yet powerful addition to your trading arsenal. The way this EA works is pretty nifty. It opens and closes trades based on the interaction of the moving average with the latest price bar (that's bar index 1 for you coding aficionados). The lot size for each trade is optimized using a specially designed algorithm, ensuring you’re trading smart. How the EA Analyzes Market Conditions The EA checks if the moving average aligns with the market price chart using the CheckForOpen() function. If the moving average is above the opening price but below the closing price, it triggers a BUY order. Conversely, if the moving average is below the opening price but above the closing price, it triggers a SELL order. Simple Yet Effective Money Management This EA employs a straightforward yet effective money management strategy. It adjusts the volume of each position based on the outcomes of previous trades. This is managed through the LotsOptimized() function. The basic lot size is calculated using your maximum allowable risk: lot = NormalizeDouble(AccountFreeMargin() * MaximumRisk / 1000.0, 1); The MaximumRisk parameter represents the risk percentage for each transaction and is typically set between 0.01 (1%) and 1 (100%). For instance, if your free margin is $20,500 and your risk management rules call for a 2% risk, your base lot size would be: 20500 * 0.02 / 1000 = 0.41 It's crucial to ensure your lot size is accurate and normalized to acceptable values. Generally, fractional lots with a step of 0.1 are permitted, so a calculated volume of 0.41 will be rounded down to 0.4 using the NormalizeDouble() function. Handling Unprofitable Trades The EA features a DecreaseFactor, which determines how much the lot size will shrink after a series of losing trades. Normal values range from 2 to 5. If your previous trades haven't panned out, the EA will decrease the trade volumes by this factor to help you ride out the rough patches. Here’s how it works: if(losses > 1) lot = NormalizeDouble(lot - lot * losses / DecreaseFactor, 1); This mechanism effectively mitigates risks during streaks of unprofitable trades. Before executing the trade, the EA ensures that the lot size adheres to the minimum allowable threshold: if(lot < 0.1) lot = 0.1; Optimized for Daily Trading This expert advisor is primarily designed for daily periods and operates on closing prices. Since it only trades at the opening of new bars, every-tick modeling isn't necessary. You can find the testing results in the report provided, which gives you a clear picture of the EA's performance. Sample Strategy Tester Report Strategy Tester ReportMoving AverageSymbolEURUSD (Euro vs US Dollar)Period1 Hour (H1) 2003.01.08 00:00 - 2003.11.25 00:00ModelEvery tick (based on all available least timeframes with fractal interpolation of every tick)ParametersLots=0.1; MaximumRisk=0.01; DecreaseFactor=1; MovingPeriod=16; MovingShift=11;Bars in test19371Ticks modelled656918Modelling quality25.00%Initial deposit10000.00Total net profit1695.20Gross profit4293.20Gross loss-2598.00Profit factor1.65Expected payoff10.80Absolute drawdown40.35Maximal drawdown (%)318.50 (3.0%)Total trades157Short positions (won %)73 (26.03%)Long positions (won %)84 (32.14%)Profit trades (% of total)46 (29.30%)Loss trades (% of total)111 (70.70%)Largestprofit trade262.55loss trade-91.00Averageprofit trade93.33loss trade-23.41Maximumconsecutive wins (profit in money)2 (387.15)consecutive losses (loss in money)7 (-287.25)Maximalconsecutive profit (count of wins)387.15 (2)consecutive loss (count of losses)-287.25 (7)Averageconsecutive wins1consecutive losses3

2005.11.29
Mastering Trading with MA2CCI: Your Go-To System for MetaTrader 4
MetaTrader4
Mastering Trading with MA2CCI: Your Go-To System for MetaTrader 4

Are you on the lookout for a robust trading system to enhance your MetaTrader 4 experience? Look no further! The MA2CCI is here to help you make informed trading decisions with ease. What is MA2CCI? The MA2CCI system combines two powerful indicators: the Moving Average (MA) and the Commodity Channel Index (CCI). This dynamic duo can provide you with clear signals to enter and exit trades effectively. Whether you're a beginner or a seasoned trader, this system is designed to simplify your trading strategy. How Does It Work? The MA2CCI system works by utilizing the crossover of two moving averages alongside the CCI to identify potential trade opportunities. Here’s a quick breakdown of how it operates: Moving Averages: When the shorter MA crosses above the longer MA, it indicates a bullish trend. Conversely, a cross below suggests a bearish trend. CCI Indicator: The CCI helps gauge overbought or oversold conditions. A reading above +100 can signal an overbought market, while a reading below -100 indicates an oversold market. By analyzing these signals together, you can make more confident trading decisions. Getting Started with MA2CCI on MetaTrader 4 To start utilizing the MA2CCI system on your MetaTrader 4 platform, simply follow these steps: Install the MA2CCI trading system from your preferred source. Add the Moving Averages and CCI indicators to your chart. Customize the parameters to fit your trading style. Start looking for entry and exit signals based on the system’s guidelines. With practice and patience, you'll soon find yourself navigating the markets with newfound confidence!

2005.11.17
Unlocking MACD: Your Go-To Strategy for MetaTrader 4
MetaTrader4
Unlocking MACD: Your Go-To Strategy for MetaTrader 4

Classical MACD Sample Hey there, fellow traders! Today, we’re diving into the world of MACD, one of the most powerful tools you can use in your trading arsenal, especially if you're navigating the MetaTrader 4 platform. Whether you're a seasoned pro or just starting out, understanding the MACD (Moving Average Convergence Divergence) can give you that edge you’ve been looking for. What is MACD? The MACD is a trend-following momentum indicator that shows the relationship between two moving averages of a security’s price. In simpler terms, it helps you spot potential buy and sell signals based on price trends. Why Use MACD? Identify Trends: MACD helps you determine whether a trend is bullish or bearish. Spot Divergences: You can see when the price is moving in the opposite direction of the MACD, signaling a potential reversal. Easy to Use: It’s straightforward to set up on MetaTrader 4, making it a favorite among traders. Setting Up MACD on MetaTrader 4 Getting started with MACD on the MT4 platform is a breeze. Here’s how: Open your MetaTrader 4 app. Click on the Insert menu, then choose Indicators. Navigate to Trend and select MACD. Adjust the parameters to fit your strategy (the default settings are a good start). Click OK and watch the magic happen! Now that you’ve got it set up, keep an eye on the MACD line and the signal line for crossovers, which can indicate entry and exit points for your trades. Remember, practice makes perfect, so don’t hesitate to test it out in a demo account before diving into live trading. Happy trading, and may your charts always be in your favor!

2005.09.16
First Previous 116 117 118 119 120 121