Disliked{quote} what about that sentence? {quote} also &now you intend many indicators fo you ea ... ?Ignored
Inserted Code
enum tf
{
af=0, // current
bf=1, // 1 minute
cf=2, // 5 minutes
df=3, // 15 minutes
ef=4, // 30 minutes
ff=5, // 1 hour
gf=6, // 4 hours
hf=7, // 1 day
}; Inserted Code
input tf IndicatorTimeframe=af; // Timeframe of the indicators (0-current)
Edit: or of course much simpler ;-)
input ENUM_TIMEFRAMES TimeFrame=0;
1