Click here to Login





                                                   Drummond Geometry

  0

0
GS
2012-10-06 09:43:54


Hi,

Besides ability of back testing Point and Figure setups, what about Drummond Geometry? Do you have any plan to include it in future release?



QuantShare
2012-10-06 11:51:31

  0

I am sure you can create Drummond Geometry charts with the available functions.


GS
2012-10-06 12:20:04

  0

Yes, you are right, I just did. I am having difficulty in increasing the size of points. Please look at the following statement:

pl0 = (high+close+low)/3;
pl = (ref(pl0,1)+ref(pl0,2)+ref(pl0,3))/3;
Plot(round(pl,2), "PL", colorRed, ChartPoint, StyleWidth2);

The size of the point was so small that it was almost invisible, how do I increase it? Also, what is the function name for average of a,b,c,d ?




QuantShare
2012-10-06 14:21:14

  0

Use this plot like this:
Plot(round(pl,2), "PL", colorRed, ChartPoint, StyleSymbolCircle);

To calculate average of a, b, c and d:
avg1 = (a + b + c + d) / 4;



GS
2012-10-07 04:45:40

  0

OK, I would rather write it like this:

pl = TypPrice(high,low,close);
pl = TypPrice(ref(pl,1),ref(pl,2),ref(pl,3));
Plot(round(pl,2), "PL", colorBlue, ChartPoint, StyleSymbolCircle);

Thanks



GS
2012-10-07 05:26:20

  0

I have a doubt, I understand what TypPrice(high,low,close) is doing, however, if I use TypPrice(Time period), and try to plot two different lines with time periods as 14, and 22, they just overlap each other, why so? I tried with several different combinations of time periods and could not see any difference.


QuantShare
2012-10-07 18:51:16

  0

You should only use the "TypPrice" version with the three parameters:
TypPrice(high,low,close)



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
Murrey Math Lines Indicator
Average Bid/Ask Spread
Buy/Short a Fixed Number of Shares
Best Performing VS Worst Performing Stocks
Relative Performance against a Group of Stocks

How-to Lessons
How to automatically start a downloader every few minutes?
How to plot two different time frames in the same chart
How to download historical quotes of indices
How to export trading data to a CSV file
How to set order type of a trading system programmatically

Related Forum Threads
Regarding trading after market hours
i cant see market data for current time
Ranking Signals in MMScripts
Capital allocation - total capital is split in Long/Short strateg...
Composite Function

Blog Posts
Working with the formula editor
QuantShare Trading Software: New Features in the 3.1.2 Version
Create Profitable Trading Strategies with Exchange Traded Funds (...
Trading System Analysis: Backtesting report and custom measures
Several money management strategies in a trading system









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 © 2026 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.