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

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

Piotr
2014-08-29

0

ENUMs definitions
Sorry for the question, but I already spent some time googling and searching

Where could I find the values of ENUMS, like color or chart type? ...



one response
No objects

swalk10
2014-08-28
 Answered 

0

Set Global Variable Between Strategy and AMM
I would like to calculate and set a variable in the strategy section of a trading system; for example Risk On (1 or 2). I would then like to pass and access the value of this global variable result as

...



5 responses
one object

Dave Walton
2014-08-28

0

Allow AMM inputs to be set programmatically in script
I love the new features in release 3.2. It would be really useful to be able to set AMM inputs programmatically when calling the Simulator.Backtest() via a script. This could really enable some nice batching

...



2 responses
No objects

Dave Walton
2014-08-28
 Answered 

0

Stop Loss behavior
Hi QS, can you provide some clarity on how stops work in the simulator? Below is my understanding based on trial and error:

"Settings -> Capital" then "Activate stop immediately"....



17 responses
No objects

Seto_David
2014-08-27

0

How to change the quantshare login in to other PC?
hi ,
I downloaded the software on my NOTEBOOK but cannot run it as i get the message that there is already an account associated with this pc (26228)? and i try another one , is same this pc (26295)
...



2 responses
No objects

swalk10
2014-08-24
 Answered 

0

ApplyRule example in trading system
Quantshare Language manual documents the ApplyRule("category_name", "list_rules_name", 1).
The general manual, in the Rule Manager section, mentions "When creating a trading system, you can define already
...



2 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.