Description
This is a Multi Timeframe Moving Average indicator; it can help you with your multi timeframe analysis.
The indicator makes it possible that you can change timeframes without your moving averages changing along, a much-requested feature.
The averages shown are exact and no approximation, it looks clean and tidy. That is what sets it apart from the other indicators out there, get yours for a competitive price of $6.
Features include:
• 7 different moving average types
• 20+ timeframes (1 minute up to Monthly)
• Change appearances (thickness, color, style)
• Change visibility
• ...
Demo:
Buy here: http://gum.co/ma-indicator
using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;
namespace cAlgo
{
[Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class RetailSentiment : Indicator
{
protected override void Initialize()
{
ChartObjects.DrawText("Multi Timeframe MA", "To buy this indicator go to: http://gum.co/ma-indicator", StaticPosition.Center, Colors.Red);
}
public override void Calculate(int index)
{
// Calculate value at specified index
// Result[index] = ...
}
}
}
KA
Kafeldom
Joined on 09.03.2019
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: Multi Timeframe MA trial.algo
- Rating: 5
- Installs: 1234
- Modified: 13/10/2021 09:54
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.
No comments found.