Disliked{quote} Hi Good Morning Bluerain, Thank you very much for a fast reply. That request was only for the enhancement of the indicator. But An Indicator becomes Good Better & the Best by the features added to it. So the new request is - Please add the following features to your indicator to make it more marvelous. We have the Time Frame option in the indicator but to enhance it use please add 1. A user can enter the time Manually in the input section specifically 2 time periods For example user wants to know the pip details from 0 - 8 hours So he can...Ignored
I don't think you need EndTime as you can specify how many candle you want.
If you enable UserManualStartTime as true, StartTime will be starting point of bars.
input bool UseManualStartTime = true;
input datetime StartTime = D'2020.08.01 08.00';
And it will print out starting time to screen and bar index.
This option will give a bit more flexiblity when you want to see historic candle data
if you set as false, it will show old format. ( default = false)
Attached Image
Attached File(s)
1