ARUNAVO RAY

Results 10 issues of ARUNAVO RAY

java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewPropertyAnimator android.widget.ImageView.animate()' on a null object reference at com.frogermcs.io.likeanimation.LikeButtonView.onTouchEvent(LikeButtonView.java:138) Which is this line: ivStar.animate().scaleX(0.7f).scaleY(0.7f).setDuration(150).setInterpolator(DECCELERATE_INTERPOLATOR); I did change some sizes in width and height: and...

@saltyshiomix The `--universal` flag was missing for the macOS . I added the flag for people who wants to create the macOS Universal binary.

So currently the Library can only support a single instrument. I would like to extend it for pairs Trading (Two instruments) Buying one selling other. Any advice will be helpful.

question

Need to get the info of whether the Sell was SL hit or TP hit.

enhancement

Traceback (most recent call last): File "/home/arunavo/PycharmProjects/samre12Trading/trader/main.py", line 47, in main("/home/arunavo/PycharmProjects/samre12Trading/trader/agent/config/config.cfg") File "/home/arunavo/PycharmProjects/samre12Trading/trader/main.py", line 37, in main agent.train() File "/home/arunavo/PycharmProjects/samre12Trading/trader/agent/model/train.py", line 69, in train self.replay_memory.set_history(state, supplementary) File "/home/arunavo/PycharmProjects/samre12Trading/trader/agent/model/replay_memory.py", line 107,...

bug

## Description @C451 Found one more issue, Looks like the tools section is being overridden. Even when I explicitly specify 2 tools and load data synchronously I get 4 Tools...

enhancement

## Description Ask/Bid Panel Similar to TradingView or otherwise ## Screenshot (if applicable) ![Screenshot from 2020-07-19 22-44-35](https://user-images.githubusercontent.com/28377631/87880733-b188aa80-ca11-11ea-8afb-39ac1672ad27.png)

Would you like to integrate an orderbook with a depth of 5 orders each for bid and ask price. I guess that will increase the accuracy of the bot.

The current tag is till v5.4.0 on npm https://www.npmjs.com/package/bcrypto/v/5.4.0

Remove the `,` comma in css variable hsl value format for opacity to work. Docs: https://tailwindcss.com/docs/customizing-colors#using-css-variables