This commit is contained in:
Ichinga Samuel
2024-10-28 06:36:10 +01:00
parent 06061ec917
commit 780d664741
90 changed files with 2230 additions and 636 deletions
+2 -1
View File
@@ -186,9 +186,10 @@ The number of seconds in a TIMEFRAME
<a id="TimeFrame.example"></a>
### Example
```python
t = TimeFrame.H1
print(t.time) # 3600
print(t.seconds) # 3600
```
<a id="CopyTicks"></a>
View File
View File
View File
View File