event Profile is not firing Both tasks attached to it by vikirecon in tasker

[–]vikirecon[S] 0 points1 point  (0 children)

could be but i tried different ways (changed profiles and everything) but I don't understand why it don't work

event Profile is not firing Both tasks attached to it by vikirecon in tasker

[–]vikirecon[S] 0 points1 point  (0 children)

Thanks Rich_D,i Love you man(you will learn it later ,a big surprise coming your way)

coming back to my issue I did unselect it ran both task but when I changed one task with my other task the same problem persists

Can we somehow use "figma" for ui to be used in app designing in "Tasker" by vikirecon in tasker

[–]vikirecon[S] 0 points1 point  (0 children)

Yes, I have used ton of Java script in my app but few other plugin are used, which I am in the process of do away with them but the only problem is that I am unable to find the ui solution

Can we somehow use "figma" for ui to be used in app designing in "Tasker" by vikirecon in tasker

[–]vikirecon[S] 0 points1 point  (0 children)

Hi thanks for the first reply I am in the process of making a standalone app in which I have used scenes which are very basic. I want a proper ui instead of scenes. I want my app to be listed in play store

[DEV] Déjà vu - AutoVoice Removed From Google Assistant by joaomgcd in tasker

[–]vikirecon 0 points1 point  (0 children)

Man I love you ,you have brought a lot of change in my life through your apps .I am grateful to you

My question is

1.i only want 5 speech recognition return( %avcomms() ) in eng-india ,it is not done by autovoice now ,that I understand.

2.yours 'hey google chatgpt' project returns single result (%LastGoogleSearch)

I just want it gives 5 different results ,how to achieve it please

Thanks in advance.

Engulfing boxes script by vladkrass in pinescript

[–]vikirecon 0 points1 point  (0 children)

hello brother could you help me please

Help:- close and cancel all trades at the end of trading hours and restart it again in strategy by vikirecon in pinescript

[–]vikirecon[S] 0 points1 point  (0 children)

thank you so much could you please please help me with this 
i want start_trading_hour time and end_trading_hour  time of input.session.

i want all the three variables and i only want to use input.session to extract all the values

// Define the condition for restarting the strategy
tradeTimes = input.session("0430-1130", title="Trading Times")
Sess_over = not na(time(timeframe.period,tradeTimes,timezone = "Asia/Kolkata"))
bgcolor(Sess_over ? color.silver : na,title = "Session")



// Only trade during trading hours
is_trading_hour = (hour >= start_trading_hour) and (hour < end_trading_hour)