[igp-video src=”” poster=”https://scontent.cdninstagram.com/vp/093b163f2b2e6c60791413094840b6dd/5D15BDAD/t51.2885-15/sh0.08/e35/s640x640/52952786_1168770979965185_938371711947088734_n.jpg?_nc_ht=scontent.cdninstagram.com” size=”large”]
Tag Archives: beta

MotiveWave 6 beta 1 trading platform announced
This is send from MotiveWave. I must say this version looks like one of the strong retail trading platforms out there. I am expecting to use this for analysis with Oanda only for now.
Here is the message:
We’re excited to announce that we’ve freshened up our look with a new logo (we like it, what do you think?) and we’ll be updating our website with new content very soon.
We are also happy to announce that MotiveWave Version 6 beta 1 has been released. As
usual, there are quite a few new features and enhancements including:
- Major enhancements to the DOM
- Cloud Workspaces
- Auto Backup
- Continuous Contracts
- Custom Columns
- Watch List Flags & Filtering
- Gauges
- Support & Resistance Zone components
- a Profit/Loss Calculator
- and more…
You can see highlights of the new features in the What’s New in Version 6 Beta 1 video on
our YouTube Channel or on the MotiveWave home page.
You can see the What’s New in Version 6 Beta 1 Guide PDF or you can access the guide on
our Download page on our website.
Testing MotiveWave 6 Beta with CFD watchlist
New MotiveWave 6 beta 1 testing best forex pairs now
NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don't worry as I don't post stupid cat videos or what I eat!

SciChart Apple iOS Android v2 is now in BETA
Personally I am excited to try this out
I tried building them from Github but Xcode generated numerous errors so I abandoned this for now
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|

How to calculate beta ATR implied volatility with IQFeed in Python
How to calculate beta ATR implied volatility with IQFeed in Python
Because of this literal showstopper, I have decided to find a few workarounds on a non Windows environment
Here are some links and Python code to help you out
#https://pypi.python.org/pypi/stockstats import stockstats import pandas as pd #better to use IQFEED to create CSV #create csv from http://stackoverflow.com/questions/22991567/pandas-yahoo-finance-datareader #use Gaspare Bonventre answer stock = stockstats.StockDataFrame.retype(pd.read_csv('stocks.csv')) print stock.get('atr') #calculate beta (R Squared) from http://gouthamanbalaraman.com/blog/calculating-stock-beta.html #implied volatility with option pricing #http://stackoverflow.com/questions/35391850/implied-volatility-calculation-in-python
Join my FREE newsletter to learn more about using these indicators for automated trading
NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don't worry as I don't post stupid cat videos or what I eat!

Smart beta crucial to measure trading risk
Smart beta crucial to measure trading risk
This is an import risk metric I use to assess when choosing a long vs short in my upcoming Abritrage Phase of upcoming trading course. See video below to see detail of this next phase which should start early May
Thanks to Super Nuno who sent this via my Facebook group
http://www.ft.com/intl/cms/s/0/57e86722-d3cb-11e5-829b-8564e7528e54.html#axzz412t4u5UT
Python algo course series for your Indie Automated Trading Business
Join my FREE newsletter to learn more about beta in my algo trading
NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don't worry as I don't post stupid cat videos or what I eat!

Simple demo of implied volatility and beta in Python
Simple demo of implied volatility and beta in Python
1/10th the amount of code vs C++ but ok for simplified arbitrage trading
Beta defined:
http://www.investopedia.com/articles/financial-theory/09/calculating-beta.asp
Code:
http://docs.scipy.org/doc/scipy-0.16.1/reference/generated/scipy.stats.linregress.html
http://quant.stackexchange.com/questions/11397/estimate-implied-volatility-using-newton-raphson-in-python
Join my FREE newsletter to learn more about other indicators I would use for algo trading
NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don't worry as I don't post stupid cat videos or what I eat!

DLib best for beta calculation in Python and C++
DLib best for beta calculation in Python and C++
This library works with both languages for calculating something like Beta using this formula.
http://www.investopedia.com/articles/financial-theory/09/calculating-beta.asp
http://dlib.net/algorithms.html
Follow instructions in readme.txt
I got during cmake –build .
0: fatal error:
‘X11/Xlocale.h’ file not found
#include <X11/Xlocale.h>
You may need to install for Mac OSX:
brew install x11
brew update
This could help:
https://sourceforge.net/p/dclib/discussion/442518/thread/b479b400/?limit=25
NOTE I abandoned this as it I could not build
Join my FREE newsletter to see how I plan to use this library for my automated trading
NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don't worry as I don't post stupid cat videos or what I eat!
Interactive Brokers: Beta Weighting in the IB Risk Navigator
Interactive Brokers: Beta Weighting in the IB Risk Navigator
This an impressive feature for beta weighting
Join my FREE newsletter to learn about other useful TWS tutorials I have
NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don't worry as I don't post stupid cat videos or what I eat!

SQL Server 2016 beta out with R analytics
SQL Server 2016 beta out with R analytics
When you figure with the decision to stick with Windows despite all the bashing, it seems Microsoft still rules with SQL Server and Visual Studio. Check out some of the features:
…new technology that lets you dynamically stretch your warm and cold transactional data to Microsoft Azure, enhancements to our industry-leading in-memory technologies for real-time analytics on top of breakthrough transactional performance and new in-database analytics with R integration.
http://blogs.technet.com/b/dataplatforminsider/archive/2015/05/27/sql-server-2016-first-public-preview-now-available.aspx
Join my FREE newsletter to learn more about these features in this database
NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don't worry as I don't post stupid cat videos or what I eat!

Custom risk management tools Beta Kelly Criterion Position weighting
Custom risk management tools Beta Kelly Criterion Position weighting
Very important set of custom source code I worked on in the past
This all available for my ELITE MEMBERS.
Become part of our ELITE training include our NEW FUTURE systematic trading models. BE AN ELITE HERE
Or Join my FREE newsletter to learn more about risk management in trading
My Meetup will focus on this in the next few days
NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don't worry as I don't post stupid cat videos or what I eat!