Category Other  Published on 20/12/2019

Non-Farm Payrolls‎ Trader

Description

Non-Farm Payrolls‎ Trader

Contact me at : algomaster7@gmail.com

The bot will assist you to open quickly positions with the relevant pairs with a single click according to news status (red or green)
Just a reminder, if NFP news is red in investing.com, USD will be bearish so all the pairs which include USD will be affected. 

e.g. EURUSD => BUY, USDJPY => SELL  if NFP news is bad, red

The bot will assist to quickly with a single click to open quickly positions for selected relevant pairs in the right direction and make real profit in real time

Available pairs (more could be added) : EURUSD, GBPUSD,  AUDUSD, XAUUSD, NZDUSD, USDJPY, USDCHF, USDCAD


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 NFPDEMO : Robot
    {
        [Parameter(DefaultValue = 0.0)]
        public double Parameter { get; set; }

        protected override void OnStart()
        {
            // Non-Farm Payrolls‎ Trader
            // Contact me at : algomaster7@gmail.com
        }

        protected override void OnTick()
        {
            // Non-Farm Payrolls‎ Trader
            // Contact me at : algomaster7@gmail.com
        }

        protected override void OnStop()
        {
            // Non-Farm Payrolls‎ Trader
            // Contact me at : algomaster7@gmail.com
        }
    }
}


JF
jfrancoisbrou

Joined on 14.12.2019

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: NFPDEMO.algo
  • Rating: 2.5
  • Installs: 867
  • Modified: 13/10/2021 09:54
Comments
Log in to add a comment.
No comments found.