Hi, I'm seeking help with my cBot. Apparently, it is not entering any trades, and I don't know why. I would also like to ask how to determine the timeframe the cBot is using or, specifically, what timeframe (the one that i am looking at?)the indicator has. Here is my cBot:
//#reference: ..\Indicators\Indicatorbbb.algo
using System; using System.Collections.Generic; using System.Linq; using System.Text; using cAlgo.API; using cAlgo.API.Collections; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators;
namespace cAlgo { [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)] public class BOTbbb : Robot { private Indicatorbbb Meini;
You could check out platforms that offer a wide range of customizable options. Some platforms allow you to develop your own indicators based on specific criteria or strategies you follow. This can be particularly helpful if you have a unique approach or if the standard indicators don't fully meet your needs.
Custom trading indicators can definitely enhance your trading strategy. If you're looking to improve your trading performance, you might find it useful to explore some tools that allow you to create or use custom indicators. These can provide insights specific to your trading style and goals.
-- Edited by SaymonSax on Monday 2nd of September 2024 10:31:39 AM