(Fx4U) GBPJPY - Bot and Source code paid
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)
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
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"); } } }
Comments