Description
- Bot works only on GBPJPY H1 timeframe
- Bot works on SMA, MACD, ADX, Stochastic indicators, current price and candlestick.
Source code price: 1500 usd
Bot without source code: 200 usd
Rent: 70 usd/year
The source code you buy can be further adjusted or applied to other currency pairs
Download the bot: Fx4U.GBPJPY.v4.3.zip
Please contact https://t.me/vnfx4u to buy bot or visit http://fx4u.net to see other bots
Backtest data: Broker: Icmarkets; Data: Tick data from server (accurate); Commission: 30
(If your broker doesn't have much data, you can login to ctrader account: bot.fx4u.net@gmail.com - Password: fx4u.net)
Backtestint time: 19/01/2014 - 03/18/2023, Risk: 500 usd/order, Profit: 89,938 usd (179 times risk)
using System;
using cAlgo.API;
namespace cAlgo.Robots
{
[Robot(AccessRights = AccessRights.None)]
public class GBPJPY : Robot
{
[Parameter(DefaultValue = "GBPJPY")]
public string Message { get; set; }
protected override void OnStart()
{
Print("Please contact https://t.me/vnfx4u to buy bot or visit http://fx4u.net to see other bots");
MessageBox.Show("Please contact https://t.me/vnfx4u to buy bot or visit http://fx4u.net to see other bots");
}
}
}
Fx4U
Joined 30.10.2021
- Type: paid
- Language: C#
- Trading Platform: cTrader Automate
- Filename: Fx4U.GBPJPY.algo
- Rating: 0
- Downloads: 5003