Tadej Šivak
Tadej Šivak
Same with me. I think the starting point is the problem comparing with Tradingview pinescript where closing price is included. ``` if bar_index == 1 if close > close[1] isBelow...
Any chance this will get merged soon?
Tested on latest version and i can confirm that it's working on Android but not on iOS. Really hope this plugin gets an update for iOS. ✔ Getting NativeScript components...
Same for me on Android 11. On Android 10 works fine. √ Getting NativeScript components versions information... √ Component nativescript has 7.1.2 version and is up to date. √ Component...
Adding bellow configuration to `App_Resources\Android\app.gradle` solves this issue. ``` dependencies { implementation 'com.squareup.okhttp3:okhttp:4.9.0' } ```