Description
Gap trading is a simple and disciplined approach to buying and shorting instruments. It needs to find instruments that have a price gap between the previous close and the current open price.
Gaps are occur rarely and quite hard work for manual traders to find/try to trade these situations but a well written robot easily can manage them on several instruments at same time.
This robot was written in the beginning of 2019. Tested and optimized on XAUUSD/H1 by Metatrader5.
Please do not download! This is a codeless version!
AlgoGURU is a software decveloper and cTrader Consultant with 8+ yrs FX develepoling (cTrader, MT4, MT5) experiences.
If you need custom indicator or cBot please visit: www.algoguru.hu
using cAlgo.API;
namespace cAlgo
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class AlgoGURU : Robot
{
protected override void OnStart()
{
string msg = "If you need a custom indicator or cBot please visit: www.algoguru.hu";
ChartObjects.DrawText("botcomment", msg, StaticPosition.TopLeft, Colors.Red);
}
}
}
AlgoGuru
Joined on 29.11.2018
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: AlgoGURU.algo
- Rating: 0
- Installs: 1218
- Modified: 13/10/2021 09:54