algocorner's avatar
AlgoCorner
AlgoCorner 's avatar

Info

Username:algocorner
Name:AlgoCorner
Member since: 29 Jan 2021

About

Trading Tools and Indicators

Signature

None

Last Forum Posts

@Can't add some images as resources and post them to CTDN:  05 Feb 2021, 19:31


Hello Panagiotis,

I have sent it a couple of days ago, thank you

PanagiotisCharalampous said:

Hi Xavier,

Can you send me the actual .algo file to community@spotware.com so that I can check?

Best Regards,

Panagiotis 

Join us on Telegram

@Can't add some images as resources and post them to CTDN:  01 Feb 2021, 21:00


Hello Panagiotis,

I'm posting this issue I had with ctdn while posting a code with an image resource, apparently, it says:

I have solved it by uploading an image file much smaller, from 1800px wide to about 400px wide, this is a solution for me, but maybe you need to check this issue, here's the code:

using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;
using cAlgo.Properties;

namespace cAlgo
{
    [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class SampleAddImageAsResource : Indicator
    {
        protected override void Initialize()
        {
            var image1 = new Image
            {
                Source = Resources.logo_white_background_resized_to_1800px,
                HorizontalAlignment = HorizontalAlignment.Center,
                VerticalAlignment = VerticalAlignment.Center,
            };

            Chart.AddControl(image1);
        }

        public override void Calculate(int index)
        {
            // Calculate value at specified index
            // Result[index] = ...
        }
    }
}

The image has the following properties



Regards,

Xavier

Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
free  07 Dec 2021
This indicator helps you visualize the historical avg daily movement of each day. Please note that the daily bars of cTrader start at 21:00 GMT + 0 Therefore the bars displayed are for Sunday, Monday, Tuesday, Wednesday, and Thursday   https://algocorner.gumroad.com/l/YEZveg For bugs, feedback or suggestions, please send an email to xavier@algocorner.com
Monthly Seasonality
  1
  0
  711
free  01 Dec 2021
This indicator allows you to visualize seasonality per month on any given asset from January to December Seasonality traders rely on seasonal cycles, based on the idea that the returns of previous months tend to have the same behavior. Use this on any asset to get a glimpse of how an asset has performed historically. Past performance is not indicative of future returns. Monthly Seasonality (gumroad.com) https://algocorner.gumroad.com/l/CTBZK
Correlations Table
  0
  0
  856
paid  26 Feb 2021
This indicator helps you see correlations in a table form, with many pairs as needed. You can select any timeframe and any pair that your platform supports. Specify the display format to be either decimals (-1 to 1) or percentages (-100 to 100). Select how many bars you cant to use for correlation. Highlight the most correlated assets and even the ones that are no correlated at all as you need. Future updates included.   Correlations Table   For bugs reports or other inquiries, please contact: xavier@algocorner.com
Advanced Crosshair
  0
  0
  922
paid  22 Feb 2021
The Advanced Crosshair is a tool that helps you visualize better the data on the chart inside your cTrader platform. Options to see Symbol, Direction, Open, High, Low, Close, Index, Time, Volume, Body Size, Candle Size, and all these values can be switched off if needed Most common indicator values included, just input the period settings and select one of these options. - ADX - ATR - Chaikin Money Flow - EMA - Hull Moving Average (HMA) - On Balance Volume - Relative Strength Index (RSI) - Simple Moving Average (SMA) - Standard Deviation (STD) - Time Series Moving Average (TSMA) - Triangular Moving Average (TMA) - Weighted Close - Weighted Moving Average - Welles Wilder Smoothing - Williams Percentage Range Highlight the current bar and range on the chart Option to freeze the crosshair on a certain bar Option to copy the values to your clipboard Option to hide the layout Customize the layout The license includes usage for 3 machines Future updates included Advanced Crosshair   For bugs reports or other inquiries, please contact: xavier@algocorner.com
free  22 Feb 2021
This indicator helps you draw many moving averages just by typing the periods in a CSV (comma-separated values format), up to 100 moving averages are allowed. Instead of adding moving averages one by one, you can use this handy tool to draw many with little effort.   1-100 Moving Averages    
free  22 Feb 2021
This indicator lets you find any candlestick pattern you need, but it is percentage-based. You just need to indicate the percentages (Min, Max) for each part of a candle, also the direction of the body. It is very versatile and it lets you highlight the candles with either icon or coloring the bar. More updates and features for this tool coming soon. Example Here in the image, we have one of the classic Doji candles, We can filter for these by configuring these parameters: - Upper Wick: Less than 10% of the candle size - Body: Less than 5% - Lower Wick: At least 85%  Here's another example (Bullish Marubozu) - Upper Wick: Less than 5% - Body: More than 90%, and bullish - Lower Wick: Less than 5% Note that some patterns may yield no results, for example, there's no candle which body is at least 90% of the candle and a wick is at least 90% too, this would be a contradiction. Candlestick Pattern Finder For bugs reports or other inquiries, please contact: xavier@algocorner.com
Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.

No uploaded.