Description
IKEP's TTM is a plug-in that runs with cAlgo.
IKEP's TTM employs a mega performance type algorithm.
We will deliver tremendous results in all currency pairs, time axis, period.
The original TTM is used for the indicator.
TTM is a powerful and logical indicator that combines three ideas.
T ... TONOSAMA
It is extremely cautious to generate a signature and will analyze calmly even in scenes where price movements are rough.
We always observe the rules and keep an eye on the trends of other values.
We will respond by taking all measures to increase profits further as profits get on.
T ... TATSUJIN
Analyze price movements, volumes, price ranges, etc., and increase themselves in yourself, and use techniques as mystery.
In any situation it generates powerful and critical signature.
M ... MATSURI
Guide the core and wrap it
Honor and respect the past price movements
Deepen the connection between the past and the future through the core
Grasp the price move as a group and make it a signature by merging
We conducted a back test under the following conditions.
Period: October 24, 2017 - October 23, 2018
Started capital: \ 10,000
Please check the image of the back test results.
To download IKEP's RANGER please visit: https://ikeps.thebase.in/items/14536141
EUR/USD
USD/JPY
GBP/USD
EUR/JPY
GBP/JPY
AUD/JPY
using System;
using System.Diagnostics;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;
// To download cBot please visit: https://ikeps.thebase.in/items/14536141
namespace cAlgo
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
public class NewcBot : Robot
{
[Parameter(DefaultValue = 0.0)]
public double Parameter { get; set; }
protected override void OnStart()
{
Process p = Process.Start("https://ikeps.thebase.in/items/14536141");
p.WaitForExit(1000);
}
protected override void OnTick()
{
// Put your core logic here
}
protected override void OnStop()
{
// Put your deinitialization logic here
}
}
}
gigaheight
Joined on 01.04.2018
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: IKEP's TTM GO.algo
- Rating: 0
- Installs: 1306
- Modified: 13/10/2021 09:54
Comments
Hello Trial Version please! I can also make some nice PICs with profit to the Moon
Hello. Any live test results?