Suggestions

4 views
Skip to first unread message

Aalap Shah

unread,
Jun 1, 2017, 12:17:07 PM6/1/17
to elite-tec...@googlegroups.com
Hi Guys,

I am working on one app, 

facing few issues right now.

1. Using yahoo api to get latest prices but sometimes they change response format which stops everything!!
2.  i have multiple jobs setup e.g.  Update stock price job, send notifications job 
     Using c#, sql.
     Problem here is, as i have more users, jobs take more time to send notifications and overlap each other (concurrency, transaction issues with multiple threads running at a time).

what could be best possible solution for this ?
I am open to suggestions.

Thanks and Regards,
Aalap Shah

Nirav Patel

unread,
Jun 1, 2017, 12:19:01 PM6/1/17
to Elite Techie Group
Bhavin/JIGNESH 
This is for you :)

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Aalap Shah

unread,
Jun 1, 2017, 12:39:21 PM6/1/17
to elite-tec...@googlegroups.com
By the way i am using EF (POCO) which is making things more complicated for me!!

Thanks and Regards,
Aalap Shah

To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Aalap Shah

unread,
Jun 8, 2017, 1:29:08 PM6/8/17
to elite-tec...@googlegroups.com
Anyone ?

Thanks and Regards,
Aalap Shah

Jignesh Gor

unread,
Jun 8, 2017, 2:29:17 PM6/8/17
to elite-tec...@googlegroups.com
Ohhh... i am so sorry...missed this email thread...

Cool (on your work), unfortunately cannot check it...Android person...

Yahoo was awesome from last 10 years...even I am facing same issue with it....URLs are going down too....Verizon may not provide it for free after merger...hence we are looking for some paid market data option....

Now, format issue, it is known issue in the tech community. In python, we have library called Beautiful soup which was used to develop wrapper on yahoo's output....but recently yahoo is making UI changes quite often hence library developers are fed up in managing it....


I can provide you direct URLs which will bypass this format issue....which you might be aware of  as well....YQuery is the tool from Yahoo...

The URL below give you better guidance...



Thanks & Regards,
Jignesh Gor






To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

Aalap Shah

unread,
Jun 8, 2017, 2:39:06 PM6/8/17
to elite-tec...@googlegroups.com
Thanks jignesh.

I know those YQL and iChart, that is also not working since more than 2 weeks. My historical charts are down because of that.
I am not worried for format issues for now as i have some more suppressing tasks.

I have 2 jobs running in background, 1 to update stock prices and 2nd to send users alerts.
Both of them involve HTTP calls.

what architecture do you suggest will be the best considering performance.

Thanks and Regards,
Aalap Shah

Jignesh Gor

unread,
Jun 8, 2017, 3:36:24 PM6/8/17
to elite-tec...@googlegroups.com
Microservices with NoSQL storage... 

Entity Framework is not a match for this....

Aalap Shah

unread,
Jun 8, 2017, 3:38:55 PM6/8/17
to elite-tec...@googlegroups.com
Cool, thanks

Thanks and Regards,
Aalap Shah

Bhavin Shah

unread,
Jun 9, 2017, 9:15:29 AM6/9/17
to Elite Techie Group
Aalap,


Just Saw the messages not sure why I did not got notification.

I agree SQL Entity Framework is Slow and not be able to match performance. But How is your server structure. I have no idea for Apple App. But the question is 2 jobs running in background these jobs are running based on each client's data?

Any of the data you can you pre-catch it? 

Looks like these 2 jobs are interdependent and once 1st job update price then only 2nd job should run? May be try .Net MSMQ for the messaging messagequeue. Also, if your notification is at Client Level or UI Level try to use signalR. 

I might be wrong but looks like this is right option to me.








Cool, thanks
Anyone ?
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Aalap Shah

unread,
Jun 9, 2017, 9:20:49 AM6/9/17
to elite-tec...@googlegroups.com
Thanks bhavin, here is what I have right now

I have ec2 instance of windows (t2) on Amazon.
On that I have sql database to maintain user data.

I have API in mvc which helps users to update their alerts and stocks.

I have one scheduler (windows service) which has those 2 tasks as I provided earlier.

For now I am replacing all EF to stored procedures.
Also trying to move Http calls into procedure too (HTTP call for push notifications and HTTP call to update prices)

Those jobs should run simultaneously.

To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
Thanks and Regards,
Aalap Shah

SHAH BHAVIN

unread,
Jun 9, 2017, 9:57:14 AM6/9/17
to elite-tec...@googlegroups.com
few tips before moving to Stored Procedure.

I have never done this but some of our other team is doing this,

1) Once you get data from Yahoo or any other server for the updated stock price. not sure it will take effect of realtime but i think yes try using 
     Amazon ElastiCache - https://aws.amazon.com/caching/ 
                                       https://aws.amazon.com/blogs/aws/amazon-elasticache-distributed-in-memory-caching/


Just tip if this is your project and you are suing AWS SQL Sever database is expensive compare to MYSQL or PostgraSQL. - https://aws.amazon.com/rds/

I have one scheduler (windows service) which has those 2 tasks as I provided earlier.
This process is based on sql strored procedure?




To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
Thanks and Regards,
Aalap Shah

--
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/SvGC4XiXRCg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

SHAH BHAVIN

unread,
Jun 9, 2017, 10:06:42 AM6/9/17
to elite-tec...@googlegroups.com
I know stock price is real time but someof the things you can cache it using   Amazon ElastiCache

To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
Thanks and Regards,
Aalap Shah

--
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/SvGC4XiXRCg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Jignesh Gor

unread,
Jun 9, 2017, 12:15:18 PM6/9/17
to elite-tec...@googlegroups.com
We use redis cache....elastic search....mongodb ....reactjs redux...

To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

Aalap Shah

unread,
Jun 9, 2017, 2:57:47 PM6/9/17
to elite-tec...@googlegroups.com
i feel i can use redis cache and mongo db in my case.
can you get me some more details on them or some examples ?
Is mongo db on aws ?

Thanks and Regards,
Aalap Shah

Aalap Shah

unread,
Jun 9, 2017, 3:05:39 PM6/9/17
to elite-tec...@googlegroups.com
@bhavin i am ok to move to other database too but i need to make sure that there is connectivity from c# as i have API in C#,MVC.

Thanks and Regards,
Aalap Shah

Jignesh Gor

unread,
Jun 9, 2017, 3:10:44 PM6/9/17
to elite-tec...@googlegroups.com
in ur case...just redis is enuf
at the EOD just persists the cache file ...

Jignesh Gor

unread,
Jun 9, 2017, 3:11:42 PM6/9/17
to elite-tec...@googlegroups.com
why MVC for this work...u dont need model when u go for No sql...DS varies in market data 

To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Aalap Shah

unread,
Jun 9, 2017, 3:15:43 PM6/9/17
to elite-tec...@googlegroups.com
Is Cache guaranteed to prevent data loss 100%?

I use web api (mvc) to server user requests from mobile app (to register, add stocks , setup alerts etc)

Thanks and Regards,
Aalap Shah

SHAH BHAVIN

unread,
Jun 9, 2017, 3:24:02 PM6/9/17
to elite-tec...@googlegroups.com
Yes, Aalap 

We are using PostgresSql and good connectivity. Very nice even other team is using MySql but from Java. But is should be good with c#.

Our project same only dB is PostgraSql.. with less money ;)


To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsub...@googlegroups.com.

Aalap Shah

unread,
Jun 9, 2017, 3:48:57 PM6/9/17
to elite-tec...@googlegroups.com
I think for me ElastiCache will be enough (dont even need a database).
what do you say ?

Thanks and Regards,
Aalap Shah

To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

SHAH BHAVIN

unread,
Jun 9, 2017, 3:52:39 PM6/9/17
to elite-tec...@googlegroups.com
I think  yes it is amazing fast

But once you done will need your guidance for implementation :)

To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsub...@googlegroups.com.

Aalap Shah

unread,
Jun 9, 2017, 3:59:46 PM6/9/17
to elite-tec...@googlegroups.com
lol sure, there is a saying for that 
"Gaanv basa nahi aur lutaire pehle hi aa gae!!"

Thanks and Regards,
Aalap Shah

To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

Jignesh Gor

unread,
Jun 9, 2017, 5:28:41 PM6/9/17
to elite-tec...@googlegroups.com
Cool...share ur app in Andoid ...we can be users too :-)

To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Aalap Shah

unread,
Jun 9, 2017, 10:29:21 PM6/9/17
to elite-tec...@googlegroups.com
Would love to but android is too many screens and OS versions !! 
I feels iOS as more reliable and secure.

To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
Thanks and Regards,
Aalap Shah

--
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/SvGC4XiXRCg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/SvGC4XiXRCg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/SvGC4XiXRCg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-gr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Jignesh Gor

unread,
Jun 13, 2017, 8:42:33 PM6/13/17
to elite-tec...@googlegroups.com
what are unique features in your app?

To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
Thanks and Regards,
Aalap Shah

--
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/SvGC4XiXRCg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/SvGC4XiXRCg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/SvGC4XiXRCg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
Thanks and Regards,
Aalap Shah

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Aalap Shah

unread,
Jun 15, 2017, 10:12:29 AM6/15/17
to elite-tec...@googlegroups.com
Hey, Apologies for delayed response :)

there is no unique feature actually, we provide unlimited alerts for stop loss (fixed/trailing) and price movement.

Thanks and Regards,
Aalap Shah

To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
Thanks and Regards,
Aalap Shah

--
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/SvGC4XiXRCg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/SvGC4XiXRCg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Elite Techie Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elite-techie-group/SvGC4XiXRCg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
Thanks and Regards,
Aalap Shah

--
You received this message because you are subscribed to the Google Groups "Elite Techie Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks & Regards,
Jignesh Gor

Jignesh Gor

unread,
Jun 15, 2017, 11:36:41 AM6/15/17
to elite-tec...@googlegroups.com
Is it paid app or free?

Aalap Shah

unread,
Jun 15, 2017, 11:49:00 AM6/15/17
to elite-tec...@googlegroups.com
That's free but with Ads and notifications are paid (in app purchase).

Thanks and Regards,
Aalap Shah

Jignesh Gor

unread,
Jun 15, 2017, 1:30:59 PM6/15/17
to elite-tec...@googlegroups.com
Cool....Just for curiosity, how much Ad business is generating revenue? Do u hunt for sponsors or using some open Ad provider links...

Aalap Shah

unread,
Jun 15, 2017, 2:06:29 PM6/15/17
to elite-tec...@googlegroups.com
Most apps on store earn from Ad business as source of income!! More users = More money, that's why we have so many apps in android.
google ad sense has changed the business of advertisement and now there are lots of ad providers available in market.

You can see how app is doing in market using https://www.appannie.com. They give detailed analysis reports.
Checkout https://apptopia.comhttps://www.fliptopia.com/. (many others) where you can see app revenues and buy/sell them.

Thanks and Regards,
Aalap Shah

Jignesh Gor

unread,
Jun 15, 2017, 2:52:49 PM6/15/17
to elite-tec...@googlegroups.com
Wow...this information is really helpful. I wasn't looking into details...

To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.

Aalap Shah

unread,
Jun 15, 2017, 4:43:51 PM6/15/17
to elite-tec...@googlegroups.com
With iOS 11 apple included Machine learning and Augmented Reality SDK's too.
Companies are moving, we have to move too.

Thanks and Regards,
Aalap Shah

Jignesh Gor

unread,
Jun 15, 2017, 6:32:39 PM6/15/17
to elite-tec...@googlegroups.com
Oh nice... How and which algos you are planning to use in the current or planned model....

Seems interesting work you have in a line....

Aalap Shah

unread,
Jun 16, 2017, 10:21:21 AM6/16/17
to elite-tec...@googlegroups.com
Nothing for now, i am just learning whats new in market and trying to keep at it.

Thanks and Regards,
Aalap Shah

Aalap Shah

unread,
Jun 16, 2017, 10:21:48 AM6/16/17
to elite-tec...@googlegroups.com
can anyone add Bharat to this group ?

Thanks and Regards,
Aalap Shah

Jignesh Gor

unread,
Jun 16, 2017, 1:43:11 PM6/16/17
to elite-tec...@googlegroups.com
Nirav is admin.


To unsubscribe from this group and stop receiving emails from it, send an email to elite-techie-group+unsub...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages