NagarajuGunda / PyAlgoMate

114 stars 69 forks source link

Flet UI is malfunctioning #20

Closed AnveshMora closed 3 weeks ago

AnveshMora commented 2 months ago

I have created strategies looks like this `Broker: Zerodha Underlyings:

Strategies: SuperTrend1: Class: SuperTrendV1 Path: pyalgomate/strategies/SuperTrendV1.py Mode: paper Args:

Here I'm running a same strategies on two different instruments and as two different stategies.

Even thought one strategy is taking entry the same is reflecting on other ,

below is the Screen recording:

https://github.com/NagarajuGunda/PyAlgoMate/assets/8730299/cb8b4fae-fbc4-47af-b2fa-e0ae22156cea

rsnerella commented 3 weeks ago

Experienced the similar issue, after state=LIVE condition removal in the strategy, issue is resolved. May be you can check the strategy logic.

AnveshMora commented 3 weeks ago

Ya issue resolved!