Description
Website: https://nomadforexrobots.com/
if you have any questions message me on Telegram: https://t.me/BRobotTrader
or email: ratonyibotond@gmail.com
How to backtest in Ctrader: https://www.youtube.com/watch?v=sPktdIlUdFg
-----New Special full version available in store with 13 Optimizable Parameter to fully optimize it for any kind of individual criteria(with these parameters, for example you can optimize it for profitable short term trades and any timeframe). Buy from Store: forextradingbots.gumroad.com
Symbol: EUR/USD H1
Full version has: Adjustable Lot size by user, and two strategies combined and fully optimized for the best entry and advanced take profit points. (it also has a fixed Take profit and stop loss with 2:1 ratio if the logic do not find better exit between the range of take profit and stop loss levels, never outside the range! So it is a very secure strategy for investing.
Strategy:
This is a fully automated Trading Robot. It uses a smart combination of a Stochastic Oscillator, Relative Strength Index, and 2 Triangular moving averages to find the sweet spot to enter the market and works well even in difficult conditions.
This robot is fully optimized and have very secure Stop loss and take profit level.
According to the Accurate 2 years with a 1000$ account and a 0.1 lot volume. 118% ROI/2Years
According to the Accurate 2 years with a 1000$ account and 0.3 lot volume. 354% ROI/2Years.
have a great trading! :)
Contact: ratonyibotond@gmail.com
Business Contact: intelligentforexrobots@gmail.com
3 Years Backtest with m1 bars from server(Open prices). EURUSD H1. 0.3lot:
New Special version With 13 Parameters for custom optimization!!! https://gumroad.com/l/CRZtT
2015-2019.03.27 4years+ succesful Backtest. (Optimization set for the 13 parameter).
Have a great trading! :) :)
using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;
namespace cAlgo
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class Lionrobots : Robot
{
protected override void OnStart()
{
string IMPORTANT = "IMPORTANT SET Ma Type parameter to Triangular to get the best results!!!";
string DownloadRobotFreedemo = "https://www.dropbox.com/s/x71e0vulyqra2na/IntelligentLionRobotstrendfreeversion.algo?dl=00";
string NEWversion = "Price: 50$ New Special version available in store with 13 Optimizable Parameter to fully optimize it for any kind of individual need. Buy from Store: https://gumroad.com/l/CRZtT";
string website = "https://yourforexrobot.wordpress.com/";
}
protected override void OnTick()
{
// Put your core logic here
}
protected override void OnStop()
{
// Put your deinitialization logic here
}
}
}
AlgoZoneStore
Joined on 22.03.2019
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: bot.algo
- Rating: 5
- Installs: 1827
- Modified: 13/10/2021 09:54