Category Trend  Published on 24/01/2023

MACD Market Timer v2

Description

 

Símbolo EUR/GBP M30,

GBP/USD M30

Trend analysis required when turning on the robot.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using cAlgo.API;
using cAlgo.API.Collections;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;

namespace cAlgo.Robots
{
    [Robot(AccessRights = AccessRights.None)]
    public class NewcBot7 : Robot
    {
        [Parameter(DefaultValue = "Hello world!")]
        public string Message { get; set; }

        protected override void OnStart()
        {
              // contact version telegran: @MaikeMGC 
              Print("Robot Expired!! Please contact carneiroads@gmail.com ,telegran: @MaikeMGC  ");
        }

        protected override void OnTick()
        {
            // Handle price updates here
        }

        protected override void OnStop()
        {
            // Handle cBot stop here
        }
    }
}

CA
carneiroads

Joined on 10.09.2022

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: New cBot (7).algo
  • Rating: 0
  • Installs: 99
  • Modified: 16/08/2024 02:54
Comments
Log in to add a comment.
TT
ttcheekong · 1 year ago

Hi Carneiroads, excellent idea and good work of compiling a program that consist of using 3 indicators.

MACD crossover

RSI

MA or MME or Exponential Moving Average

Please correct me if above mentioned indicators are wrong.

I was wondering if possible that you can amend and compile below suggested flow chart idea by creating a new program will be highly appreciated.

 

MACD crossover as open trade.

 

RSI as close trade.

 

MME as close trade.

 

By the way, can please clarify below parameters meaning:

 

Start Hour / Stop Hour follow Server time = GMT 0 or timezone 0

 

MA MME= Exponential Moving Average (EMA)

 

Please correct me if wrong.

 

Hopefully and awaiting to hear any feedback from you.

 

Thank you.

TT
ttcheekong · 1 year ago

Hello! Are your Start Hour and Stop Hour will follow by which type of category trades that we select like Indices/Forex/Gold/Oil/Equities or by which country server that you have been assigned for GMT?

Thank you.

VE
VEI5S6C4OUNT0 · 1 year ago

I found this very useful but it has a problem of trading when the RSI is flat in the middle range. Is there a way to tell it NOT to execute for example RSI 45-55 range ?