Description
This is a Unique Fully automated Robot for the USDCNH pair to to trade the US Dollar vs Chinese Renminbi.
--------------Buy Special full version available in store with 12 Optimizable Parameter to fully optimize it for any kind of individual criteria(with these parameters, for example you can optimize it for and any timeframe or Currency pair ). -It has a great potential.
Buy from Store for (50$): https://gumroad.com/l/vqzxCW
It is a trend trading strategy based on a combination Commodity Channel Index, and the Stochastic Oscillator to find really high probability trade entries.
Default Parameters set for USDCNH H6.
Optimizable Parameters: 12; 3 CCi Parameters, 3 Stochatic Oscillator Parameters, Data source, lot size, take profit, stop loss.
Default Parameters set for USDCNH H6.
Every trade has stop loss. It does not use hedge, martiamgle, or grid
Features
- Ready to work without prior configuration.
- adjustable fix lot based system.
- Secure with fixed stop loss on each trade.
If you have any questions contact me, i am glad to help you!
Website for All of my robots: https://intelligenttradingrobots.wordpress.com/medium-term-robots/
Backtest with the default settings:
using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;
namespace cAlgo
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class USDCNHBOT : Robot
{
protected override void OnStart()
{
string USDCNHTRADER = "Price: 50$ 12 Optimizable Parameter. Buy from Store: https://gumroad.com/l/vqzxCW";
string AllROBOTS = "https://gumroad.com/calgobots";
}
protected override void OnTick()
{
// Put your core logic here
}
protected override void OnStop()
{
// Put your deinitialization logic here
}
}
}
AlgoZoneStore
Joined on 22.03.2019
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: USDCNHBOT.algo
- Rating: 0
- Installs: 1111
- Modified: 13/10/2021 09:54