Click here to Login





                                                   Screener emailing results

  0

0
Glen
2017-06-26 08:42:03


Hi guys,

Just a quick question, has anyone utilised the email function in Quantshare?

I want to email the results (Symbols) from a Screener that I have setup but am not sure how. I also want to set this up so it runs on an automated basis daily.

I have no experience in C# and the scripts I have tried to implement from the net don't seem to be working.

Thanks very much for your time and help.

Regards
Glen



QuantShare
2017-06-26 09:36:02

  1

Please take a look at this:
https://www.quantshare.com/title-831-email-setup-gmail-settings&kbaseid=forum-831-9449-304

Regarding the script, this needs to be implemented in the script editor (Tools -> Script Editor). Here is a script example, you need to change the screener name:

ScreenTask task = Screener.Run("screen name");
while(!task.IsCompleted)
{
App.Main.Sleep(1000);
}
string result = "";
for(int i=0;i<task.ScreenResults.Length;i++)
{
result = result + task.ScreenResults[0].Symbol + ";";
}
App.Net.SendEmail("Result Screener", result);


You can use "Tools -> Task Manager" to run this script once a day.



Glen
2017-07-09 06:54:12

  0

Thanks very much for the help QuantShare.

That code works great thanks again.



No more messages
0




Reply:

No html code. URLs turn into links automatically.

Type in the trading objects you want to include: - Add Objects
To add a trading object in your message, type in the object name, select it and then click on "Add Objects"










QuantShare

Trading Items
Identify Spilts Screener Script
Covered Call Screener
Covered Put Screener
Super Stock Screener Ranking System
Trade-Ideas Intraday Screener

How-to Lessons
Difference between the watchlist and the screener tools
How to speed up watchlist and screener plug-ins when working with...
How to run a screen or a watchlist from a script
How to screen for stocks having a high correlation with the Dow J...
How to display the number of notes per stock

Related Forum Threads
DISCREPANCIES IN SCREENING BY SCREENER AND SCREENING THRU WATCHLI...
Screener start
Save simulation/backtest results
Why Would the Ranking Analyzer Results Differ Here?
weekly screener

Blog Posts
How to use QuantShare screener to trade penny stocks
Create a HTML or PDF Report of your Trading System Backtesting Re...
Screening with the composite indicators
Diversify your portfolio by investing in stocks from various indu...
Getting Accurate Backtesting Results: Survivorship bias-free S&P ...









QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.