Category Trend  Published on 16/08/2020

Advanced Pullback SMA Scalper

Description

This Robot is a comprehensive system of SMA and RSI strategies which combine beautifully to produce trades of great quality.
When certain conditions are met, trades are opened based on those conditions and these trades are usually of short duration. Number of positions opened at a time can be set to whatever you want.
SMA has adjustable parameters for the slow and fast SMA and you can set it according to the instrument you decide to trade.
RSI Period is currently set at 2 and i advise it should be left that way.
This Bot has adaptive features regarding take profit and stop loss levels, take profits and stop loss are not fixed and it will set according to price action.

 

Currently, I have taken time out to optimize the bot for GBPAUD on the 5Min TF and the results will speak for itself.
Contact me if you would the full version of the bot and also the settings for the GBPAUD pair.

Contacts:

Ask me any questions: email: Imanthetrader@gmail.com

Telegram: https://t.me/OGtruce

 

 



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


        protected override void OnStart()
        {





            string BUYFULLVERSIONAdvancedSMAScalper = "https://t.me/OGtruce";

            string EmailContact = "imanthetrader@gmail.com";

            string CheckoutOurStrategy = "https://ct.icmarkets.com/copy/strategy/11191";






        }
    }
}


VH
VHS10

Joined on 25.04.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Advanced Pullback SMA Scalper.algo
  • Rating: 0
  • Installs: 1142
Comments
Log in to add a comment.
No comments found.