Category Trend  Published on 08/09/2020

Automated Swing Trader For PRO trading

Description

This is a high quality swing trading Robot from a swing trader.

 

-Strategy: It is a Swing Trading Strategy that finds key turning points and trades them. It uses fix tight optimal stop loss always, and dynamic TP to catch swings based on exit Indicator.

-It uses an Entry Indicator, a Confirmation Indicator for entry, and exit Indicators. Triangular and Weighted Moving Averages, and Stochastic Oscillators with Custom Periods and values. 

 

Buy This fully automated Robot:  Swing Trader Cbot click here to check it out.

 

You can check out all Robots here:   https://algozone.store/

Contact:

Telegram: https://t.me/BRobotTrader
Email Contact: intelligentforexrobots@gmail.com

 

 

All 10 parameters, periods, values of indicators are adjustable. No hiden parameters.

 

The Main Advantage that this Robot has an average 3 times bigger Take profit than Stop loss ratio, so it cut losses shortly and let winners run which is key. 

 

IT DOES NOT USE Dangerous systems like the Grid, martingale and other risky strategies. 

 


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 SwingtraderPRO : Robot
    {


        protected override void OnStart()
        {





            string BUYFULLVERSION = "https://gum.co/SkycA";

            string Website = "https://intelligenttradingrobots.wordpress.com/swing-trader-cbot-for-pro-trading/";









        }








        protected override void OnTick()
        {
            // Put your core logic here
        }

        protected override void OnStop()
        {
            // Put your deinitialization logic here
        }
    }
}


AlgoZoneStore's avatar
AlgoZoneStore

Joined on 22.03.2019

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