Description
This indicator calculates risk reward ratio based on the value of the horizon line.
・You can click the horizontal line to change the value.
・You can change line color,Thickness,line style, hide/show,font size,label name,position,transparency.
YouTube English
YouTube Japanese
Update feature
Download : $3
Another indicators:
--free--
Upper TF Heikin-ashi Bull Bear
--paid--
MTF OHLCFP Lines Candles Before
cBot:
Auto Calculate Lots V4.0 自動ロット計算
Best Regards
using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;
namespace cAlgo
{
[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AutoRescale = false, AccessRights = AccessRights.None)]
public class AutoCalRRsample : Indicator
{
public override void Calculate(int index)
{
Chart.DrawText("Please download above link", "", index, 0, Color.Beige);
}
}
}
yomm0401
Joined on 11.04.2020
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: Auto Cal RR sample.algo
- Rating: 3.33
- Installs: 1587
- Modified: 13/10/2021 09:55
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.
how to buy this?