Disliked...an indicator that will allow for a vertical line to appear at the time of my choosing every day at that time? once i set it i can forget it as it will always appear at that time. - I already use vertical time lines and it maxes out at 6 lines ...Ignored
https://www.forexfactory.com/thread/...8#post13109838
Attached File(s)
Disliked...i want to sort the string array , based on the time , in ascending order... i have searched using google for some hours, but still can not find the solution for this...Ignored
"Make it clear what is to be sorted"
- you have a string array of times? or an datetime array of times? or a datetime array of texts? Your words and the code line don't match
Inserted Code
datetime [comma] sometext1 [comma] sometext2 [comma] ... etc
"then turn it into a form that can be sorted"
- strings are texts, they can't be sorted, unless you create your own sorting algorithm to sort the string
- make sure the elements are datetimes, which is just numbers of seconds, numbers can easily be sorted
" then sort it."
- once you have numbers, do your sorting
When googling, your issue isn't something like "sort the string array , based on the time , in ascending order", it should be something like "sorting array", you'll find how sorting is done and realize the issue in on your end.
1