|
Hello When I call candlestick pattern recognition functions, they return either false or an array of calculated data. How to interpret the arrays? For example this Key is candle index, right? What is 0? According to your code I assume 0 - not found, 100 - bullish candle, -100 - bearish candle. I'm I right? |
Answered by
jb-lopez
Sep 13, 2021
Replies: 2 comments 1 reply
|
Hi @sribna , I understand the confusion. Even though this library provides the same results as the Trader extension, the PHP docs do not say what the results are either. 0 is not found, 100 is bullish, and -100 is bearish. Some candles are only bearish or bullish, and some can be both. |
0 replies
Answer selected by
jb-lopez
|
I have no idea of how to use this package, wish me luck 🤞 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sribna ,
Thank you for your question. You are correct.
I understand the confusion. Even though this library provides the same results as the Trader extension, the PHP docs do not say what the results are either.
0 is not found, 100 is bullish, and -100 is bearish. Some candles are only bearish or bullish, and some can be both.