Description
This is a simple RSI overbought and oversold alarm.
Alarms when the RSI reaches the overbought and oversold zone set with your own preferences.
Triggers on bar.
With Sound, Popup or/and Text overlay so you know which Pair has reached the RSI limit.
Helps you with the right time to entry or close position.
$8 only - Message telegram @FrancisManing
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 RSIAlarmv1 : Robot
{
[Parameter(DefaultValue = 0.0)]
public double Parameter { get; set; }
protected override void OnStart()
{
// Put your initialization logic here
}
protected override void OnTick()
{
// Put your core logic here
}
protected override void OnStop()
{
// Put your deinitialization logic here
}
}
}
SW
sweettibay24
Joined on 10.01.2021
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: RSI Alarm v1.algo
- Rating: 5
- Installs: 898
- Modified: 13/10/2021 09:55
Warning! Running cBots downloaded from this section may lead to financial losses. Use them at your own risk.
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
IL
wde rg httth hh rgf rf rg
IL
rgrgf
I can't reach you on telegram, my telegram: simomaggioriccardo
LE
Awesome, I guess the sound it makes will be interesting. It sounds like my dzwonki na telefon.
Hello,
how can I pay you for
RSI Overbought and Oversold Alarm?