Description
Dragon GOLD EA, use trade gold with good profit, minimum balance is 3000$ with lot
0.01, on M5 bar with gold pair like XAUUSD,...
To download the demo Version free for demo account and back test please visit:https://gum.co/ACaVN
To download the PRO Version please visit: https://gum.co/mxmVfE
For full source code https://gum.co/HIUTI
using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;
namespace cAlgo.Robots
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class DragonGoldEAOnline : Robot
{
protected override void OnStart()
{
// Put your initialization logic here
if (RunningMode == RunningMode.RealTime || RunningMode == RunningMode.VisualBacktesting)
{
Chart.DrawStaticText("download", "\n\n\n\n To download the demo Version please visit: https://gum.co/ACaVN \n\nTo download the PRO Version please visit: https://gum.co/mxmVfE OR https://gum.co/HIUTI for full source code" + "\n\nContacts please write to: nghiand.amz@gmail.com", VerticalAlignment.Top, HorizontalAlignment.Center, Color.Yellow);
}
}
protected override void OnBar()
{
}
protected override void OnTick()
{
// Put your core logic here
}
protected override void OnStop()
{
// Put your deinitialization logic here
}
}
}
nghiand.amz
Joined on 06.07.2020
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: DragonGoldEAOnline.algo
- Rating: 5
- Installs: 1130
- Modified: 13/10/2021 09:54
Warning! Running cBots downloaded from this section may lead to financial losses. Use them at your own risk.
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
not enough info... there should be image of draw down and about 3-4years backtesting
NM
Where do i chose M5 bar
more money,more save
PR
Hi,
I have checked backtesting. 3k is not enough. Minimum request 5k.
Try between 01/03/2021 and 05/05/2021
Why need All access right?