Description
1617 bullish trades, 0 losses, 14K profit from 1000 euros capital, no martin gale, no profit boosting
1951 bearish trades, 3 losses, 18K profit from 1000 euros capital, no martin gale, no profit boosting
Please download the bot from My Telegram Channel Click Here: (pinned) and NOT from here
Experience the evolution - Kfxssi v6.2 both Bullish & Bearish cbots
As promised, this is an evolution of my earlier release found here
New and Improved: An evolutionary leap from v6 - now featuring two separate robots, bullish (BU) and bearish (BE).
Autonomous Trading: Each robot operates independently, dedicated to finding trades in its preset direction only.
Formula Database: This release utilizes a database with 228 bullish and 243 bearish trading formulae, maximizing trade potential. Formula additions into database updates every 2 weeks
More Formulas, More Gains: Like having 228 cbots combined in one for BU and 243 for BE - unlocking vast trading opportunities.
Backtest Results: BU 1617 trades, 0 losses, 14K. BE 1951 trades, 3 losses, 18K (both from 01/01/2019 - 03/12/2023)
Live Performance: Although slower in backtesting, they run seamlessly in live conditions, ensuring optimal performance.
Dynamic Iteration: At the start of an M5 bar (or M1 depending on chart selection), each bot iterates through formulas, maximizing trade accuracy.
Evolve Your Trading Strategy: Upgrade to Kfxssi v6.2 BU & BE for a revolutionary approach to trading.
Feel free to take them for a spin, but remember, when backtesting you only need 2years of historic data, 4 years max.
Please download the bot from My Telegram Channel Click Here: (pinned)
using cAlgo.API;
namespace cAlgo
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class KFXSSI_v62_Trial : Robot
{
private string msg = "Please download both cBot files and the database from \n\nhttps://kenneyyfx.com/trialware-products";
protected override void OnStart()
{
MessageBox.Show(msg);
}
protected override void OnBar() {}
}
}
ctid6942989
Joined on 17.12.2023
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: KFXSSI_v6.2_Trial.algo
- Rating: 5
- Installs: 1435
- Modified: 18/12/2023 00:02
唷