Replies: 2 comments 2 replies
-
You have set your So here is the correct config. {
"DATE_COLUMN": "timestamp",
"DATA_PATH": "/home/benny/Desktop/data",
"LOADER": "IEODFileLoader",
"DEFAULT_TF": "60",
"24_7": true
} I tried plotting the data and found a head & shoulders in the past as marked in the image below.
Below I provide the time portion. If only So try running the below
Finally the last pivot point must be 6 candles unbroken to be confirmed as a pivot. That is what the Using just 1 candle pivots will create a lots of pivots that have no significance in terms of support or resistance. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
When i run it i get this output: So there is no head and shoulders. There is a VCP detected. When i change the date to this I again get
The date UPDATE - 01:When i run the command with this date: I again get the above VCP in the picture. UPDATE - 02However i have to add that i start the script with
the itertools.pairwaise function is only available after python 3.10. UPDATE - 03:After trying it out with python 3.10 i still get the VCP picture. |
Beta Was this translation helpful? Give feedback.
-
The command i start the script with:
python init.py --tf 60 -p all --save -r 1 -l 1
The config i use with the script:
The content of
symbollist.txt
:I dont paste the content of
src/binance_klines/bonkusdt.csv
, because it contains 1000 lines. I added the file to this discussion via the upload:bonkusdt.csv
With these inputs the result is:
I read this discussion already: #69
and added the
-r 1
and-l 1
flags to my command, but still there is nothing detected.Why is there no pattern detected at all?
Beta Was this translation helpful? Give feedback.
All reactions