TimeFrame Property¶ Summary¶ Access to the TimeFrame values. Signature¶ 1public TimeFrame TimeFrame {get;} Return Value¶ TimeFrame Declaring Type¶ cAlgo.API.Internals.Algo Examples¶ 1 2 3 4 if(TimeFrame == TimeFrame.Daily) { //... } Last update: July 1, 2022 Comments