(Fx4U) XAUUSD - high profit-250%/year free

by Fx4U.net in category Trend at 14/03/2023
Description

Please zoom in for a better view

Important Note: The Bot will make profit, there will be loss. So let's trade with idle money, consider it an investment channel, not an earning channel

- The robot only works on XAUUSD M1 timeframe.

- Please visit http://fx4u.net/robot/xauusd-price-action/ to download backtesting version.

Price Action Strategy:

BUY signal (opposite for a SELL order):

When the price is fluctuating in an uptrend band, open an order when the price returns to the old bottom and add some sufficient conditions.

- Stop loss: All trades have a stop loss. It relies on the Fractal indicator or the Supertrend indicator or the neighboring price zone.

- Take profit: All transactions have a set takeprofit. It is based on the Fractal indicator or the neighboring price zone or an optimal ratio.

- Capital management: Each entry signal is only one order. Move stop loss dynamically when price moves in the right direction. Take profits continuously when the price moves in the right direction to maximize profits. Also relies on Kelly's capital management method to bet higher amounts on orders that are likely to yield larger returns and vice versa.

- Robots are improved every day for better performance.

- Visit https://ctrader.com/users/profile/55833 to see my other robots.

- Contact https://t.me/vnfx4u/ for the paid version

Backtesting data: Broker: Icmarkets; Data: Tick data from server (accurate); Commission: 30

- More than 9 years profitable. if trading with 2.5% risk, the profit is about 250% per year (You can backtest every year to see the annual profit)

- Backtest From 19 Jan 2014 - 13 Mar 2023 with tick data.We have a profit of about 3,248,000 usd with an initial capital of 1,000 usd if we place a 2.5% risk per order. The maximum Balance Drawdown is about 17%. This profit is equivalent to 250% per year.

- Backtest From 19 Jan 2014 - 13 Mar 2023 with tick data.We have a profit of about 3,248,000 usd with an initial capital of 1,000 usd if we place a 2.5% risk per order. The maximum Balance Drawdown is about 17%. This profit is equivalent to 250% per year.

- Backtest From 19 Jan 2014 - 13 Mar 2023 with tick data. We have a profit of about 171,800 usd if we place a fixed 500 usd/order (equivalent to 343R for over 9 years). This profit is equivalent to 3.1R per month.

- Backtest From 19 Jan 2014 - 13 Mar 2023 with tick data. We have a profit of about 171,800 usd if we place a fixed 500 usd/order (equivalent to 343R for over 9 years). This profit is equivalent to 3.1R per month.

12487 downloads
How to install
Warning! Executing the following cBot may result in loss of funds. Use it at your own risk.
Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
Formula / Source Code
Language: C#
Trading Platform: cAlgo
using System;
using cAlgo.API;
  
namespace cAlgo.Robots
{
    [Robot(AccessRights = AccessRights.None)]
    public class XAUUSD : Robot
    {
        [Parameter(DefaultValue = "XAUUSD - Price Action")]
        public string Message { get; set; }
  
        protected override void OnStart()
        {
            Print("Visit http://fx4u.net/robot/xauusd-price-action/ to download.");
            MessageBox.Show("Visit http://fx4u.net/robot/xauusd-price-action/ to download.");
        }    
    }
}
Comments
0