Click here to Login




  Search:
Log in to enable

  Sort By:
General:
 
Packages:
Questions:
 
Compact:
Features:
 
New Messages Only:

Selected tags: All tags
Select tags
Select one or several tags:

Keep pressing on CTRL to select multiple tags. When you are done, click on Apply.




Previous - ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 ... - Next

Chaim6
2014-10-08
 Answered 

0

How do I reduce a position size from within the Money Management
I am trying to write a function to be used within the OnEndPeriod Event that rebalances the sizes of existing positions.

// Rebalances each open position to the targetPct of NAV...



8 responses
No objects

Mahen
2014-10-07

0

Tom Demark Indicators
Hi everybody

I am new to Quantshare....



3 responses
No objects

Chaim6
2014-10-05
 Answered 

0

Is there a way to divide a money management event into functions?
I would like to divide my script into a few functions for the sake of simplicity. Is there a way to do this?

My money management script for the OnEndPeriod is already over 100 lines of code and counting....



2 responses
No objects

swalk10
2014-10-04
 Answered 

0

Create a Metric in Simulator Report
In the simulator Report screen, showing all trading systems, their is an option to create metrics to add to the simulator reports.
I went through the documentation fairly well, and I could not find the
...



2 responses
No objects

Dave W.
2014-10-02
 Answered 

0

Correlation Matrix by Month, Year
I have a nice looking correlation matrix (see: http://www.quantshare.com/item-1415-correlation-matrix-41-major-etfs).

I'd like to have a version of the matrix where I can see correlations over time for...



3 responses
No objects

Alexander Horn
2014-10-01
 Answered 

0

Adding symbols and changing properties from script
Hi QS, in a script I want to create a larger number of symbols, and then immediately edit some of their properties, like names... Looks like this

Symbols symbols1 = new Symbols();...



2 responses
No objects

moni
2014-09-30

0

Monthly/Weekly time Signals
What is the best way to find the first trading day of the week /month through AMM Script
I found basic examples that relay on Monday
For weekly: ...



2 responses
No objects

Alexander Horn
2014-09-29
 Answered 

0

Backtest equity into chart
I want to pass a backtest equity line to a chart, dates aligned with the rest of the chart. What's the best and easiest way to do this?

I started using a Dictionary<DateTime,double> Equity = new...



2 responses
No objects

swalk10
2014-09-27
 Answered 

0

Reinvest Dividends in Your Trading System - Script
Thank you for the AMM script - Reinvest Dividends in Your Trading System.

Analytically, it would be great to have an option to reinvest the dividends into shares of each particular asset generating the...



4 responses
No objects

swalk10
2014-09-24

0

Is Quantshare Ranking Reversed, or did I make a mistake?
I am doing a simple ranking process, for example buying the stock with the highest price.
So, X = close.
...



2 responses
No objects

Alexander Horn
2014-09-24
 Answered 

1

Relative rotation graph
Hi QS,

I'm wondering how I could graph something like this in QS charts. Any suggestion or similar thing done already?...



7 responses
No objects

allan nathan
2014-09-24

0

Backtest ratios/spreads
Hi,
Is there any way I can backtest a custom symbol such as AAPL/SPY?
...



3 responses
No objects

Chaim6
2014-09-23
 Answered 

0

Can a Money Management script access a custom function?
Can a Money Management script access a custom function?

Thanks....



2 responses
No objects

swalk10
2014-09-23
 Answered 

0

Comment Block
Many languages support blocking out sections of code with
/*
comment ...



one response
No objects

swalk10
2014-09-21

0

Reinvest Dividends
Adjusted close data is the typical default analysis method to capture dividend impact on the value of an asset. It has a # of reasons while this is not ideal.
A better analysis approach would be to
...



one response
one object

swalk10
2014-09-20

0

Easiet way to Assign Symbols to Markets
I have a large # of symbols that I want to map/assign to different custom markets.

If I have the symbols and market names in columns in a csv, how would I read this in to update the assignments....



one response
No objects

moni
2014-09-19

0

different weights for different asset class
Hi,
I'm just started with QS
How can I implement investment strategy with different weights for different asset class...



one response
No objects

Taye John Ogungbemi
2014-09-17

0

how do i create Random indices at Binary.com to this software
I am trading random index 75 at binary.com and i need a good system to trade the market.
is there any clue to this?
...



No responses
No objects

Chaim6
2014-09-15

0

How do you go to cash in a simulation?
How can I go to "cash" (i.e. TLT) if the highest ranked ETF in my system is below it's moving average?

Here is the relevant code from the simulation:...



2 responses
No objects

Alexander Horn
2014-09-15

0

Saving managed charts - mantain saved / default name
When a chart is saved, the name can be defined by the user.

However, when the saved chart is edited later and then saved again, the default name is the symbol ticker. To mantain the previously saved name...



one response
No objects

Chaim6
2014-09-14

0

How do I get the date of the current bar in a custom function?
I tried:

DateTime ThisBar = cFunctions.Date;...



6 responses
No objects

Mark Peterson
2014-09-12

0

Minor suggestions
Create Functions could be Function Manager
Watchlists could be under the view menu instead of tools
...



one response
No objects

Chaim6
2014-09-11
 Answered 

0

How do you sort simulations by the date that the simulation was run?
Is it possible to create a a simulation metric that displays the date that the simulation was run?

Thanks....



3 responses
No objects

Chaim6
2014-09-08

0

How do you do variable position sizing?
Is there a way to size positions based on a formula?

Thanks...



2 responses
No objects

Jim Harrison
2014-09-08
 Answered 

0

Volume Profile
I am trying to set the number of buckets dynamically. Any suggestions?

x = (HistoPrice(_high,0) - HistoPrice(_low,0)) / ticksize();...



one response
No objects

nichjoht
2014-09-04

0

Force Index
I am trying to plot the ema of the force index. I have used the code below for the indicator. Both temp1 and a show a value of zero only.
Apparently ForceIndex() is not returning anything. Please help.
...



one response
No objects

allan nathan
2014-09-04

0

Watchlist and adding a Value
hi,
t appears that QS can only add one Value coumn to the watchlist. am trying to add multiple fundamental data fields from Finviz,but when attempt to add
a second field,it replaces the first.....



one response
No objects

Dave W.
2014-09-02

1

Analysis Tab - Additional Columns
Hello. I really like the new Analysis tab in the version 3.2.1 simulator. The way you've allowed custom grouping and filtering is very nice. Fills a significant hole in backtest information. Thank you.

A...



5 responses
No objects

Dave Walton
2014-08-31
 Answered 

0

Clear Symbol data stored in memory in global script
Hi QS,

I'm working on automation using the global script and the new interface to the simulator. One of the things I'm doing is creating new symbols that are copies with modification of existing symbols....



5 responses
No objects

Piotr
2014-08-30

0

Change of color in point graph
I cannot change a color of points in point graph. UpdateColor is not changing the color. Bellow is a code snippet:

Plot( 0, "Squeeze", colorBlack, ChartPoint, StyleSymbolCircle|StyleBringToFront ); ...



5 responses
No objects
No more threads
Previous - ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 ... - Next
 


















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.