|
|
Search
You searched for the word(s):
Showing page 1 of 4 (184 total posts)
< 1 second(s)
-
Hi,
Supposed I have the equity curve in a daily chart and has already identify the MaxDD, I would like to code the above.
Anyone has tried to code the above ratios.... Could you help me in coding them?
MAR Ratio= CAGR / MaxDD
Regards,
SA
-
*PP: Spaceant:
.... The key reason is that when MS is connected to a third party software to conduct automated trading, only the one signal is required, i.e the first signal.
Gary if you tell me what you have in mind i may be able to help. There are a few posibilities to automate trade from within metastock with several broker ...
-
*PP:
Hi Gary,
From what i know thers no solution to this, maybe a new and improved metastock version.
*PP
Paul,
Take a look at this link in which Wabbit has a comment on this using a counter to detect a new bar and count the signals.
http://forum.equis.com/forums/thread/26728.aspx
Well, this is one of the areas that Equis should ...
-
Hi Pyradius,
Ooups..... my statment is wrong! Your PREV Latch is same as FORUM Latch..
SA
-
Hi Pyradius,
You may have misunstood what I mean. You codes are PREV based latches that will omit the repetitve buy or sell signals before buy exit or sell exit signals are given. These repetitive signals are located in the soming bars before the exit signals given. Actually, I have used Forum Latch to suppress the upcoming ...
-
Hi all MS users,
Is there any DLL or tool that can be used to suppressed the second and repetitive signals of the intrabar signals, when I turn on the live expert?
As I have developed a system which is based on a kind of breakout strategy, the logic is to get the first breakout signal and I want to suppress the repetitive ones before the bar is ...
-
Hi,
I have been spending some time exploring for an effecive (if there is not a ''most effective'' one) stop.
Chandelier Exit appears to be good, but the true version needs a bundle of PREVs which slow down its efficiency in using and it is time-consuming to test too.
Richard Dale's Advanced Trailing Stop is very using and ...
-
Hi Wabbit,
Thanks for your reply, but I am unable to write an external dll. Is there anything that I can used, that is available, in the forum now?
Before having a custom solution with an external dll, I would like to test the stop ideas to see the performance. Therefore, it would be a next step to me.
It is possible to some ...
-
wabbit:A lot of people have troubles with real time charts having alerts generated on the individual ticks that are compiled together to form the last bar. Again, using a .dll there are a couple of ways to deal with the last bar:count the number of times a signal has been generated on the last bar, if an alert has been already been made on ...
-
Hi Wabbit,
I am glad that you have been playing around with this idea. Well, I think this idea is not new, and in fact, is quite generic, like the exit criteria as set in Rickey Cheung's book, The Trading Edge - How to Trade Like a Winner. He used the TradeStation language to write the formula for testing.
Well, I am quite ...
-
wabbit: It would be a massive job to export all 2000 individually...
I share your feeling, it may take hours to import / export indicators / experts / ESTs / explorers. Sometimes, MS may not be able to recognise the indicator correctly when the indicators' name are simliar. I have not done a scientific research, but it appears to me ...
-
Wabbit,
Do you mean the way to tackle it is to use the PREV based latches?
To my knowloedge, the FORUM DLL will force to a short position when a short sell signal is issued after a long position has been taken despite the fact that a sell signal is not yet issued.
SA
-
Hi,
I need to have a protective trailing stop (not sure if I use the right word or not!), that moves to protect profit as price move favorably. The logic follows similar to Richard's ATS, but I have checked with him who confirmed that it is not possible to code the stop that I want.
Say for Long, with price is higher ...
-
Hi,
I have been exploring autotrading setup with Metastock Pro. The only relatively low cost setup would use Hypertrader's HyperOrder http://www.hypertrader.it/hyperorder.shtml
But it is no longer free now, EUR 250.
Contact them if this suits you.
Sa
-
Does anyone know how to use MS Pro to autotrade with IB?
.... does anyone know how to use the Online Trading Dll?... with which broker?
Sa
-
Hi,
I would like to plot the daily volatility in an intraday chart.
{Daily Volatility}
Tperiod:=Input(''Time periods for HV'',2,40,20);
SMA:=Input(''SMA periods'',1,10,5);
x:=Log(C/Ref(C,-1));
y:=Stdev(x,Tperiod)*sqrt(365)*100;
m:=Mov(y,SMA,S);
y;m
I have tried to convert it, but failed. Could anyone be kind enough to help ...
-
Hi all,
Does anyone use MS pro and possibly with other software(s) + a proper dealing software to conduct automated trading?
I just have visited the following website:
http://www.trade-commander.org/twslink/twslink.htm
Can we use MS pro to embed custom DLLs or Com?
Regards,
Sa
-
Pyradius:The activation software requires the ability to write to the hard drive in a particular way, that cannot be done through a virtual environment. There are no plans to remove this activation software from MetaStock, so if this is a deciding point for you (and falls within the 30 day return policy) you should ...
-
-
Hi all,
With a RT chart and an indicator, e.g. Mov(C,30,S) as an example, is it possible to feed the most updated figure of the said indicator into a cell of a spreadsheet by DDE and other possible means?
Well, I am asking this as I want to feed the signal of of a system to an excel spreadsheet for an automated trading with IB's API TwsDDE ...
-
Hi,
This code may be the tool that you are looking for.
http://forum.equis.com/forums/thread/21386.aspx
Cheers
Sa
-
Richard,
I have a notebook with Vista Home Premium installed, but I can't locate any .CHM file on both :\Program Files\Equis and :\Program Files\Equis\Metastock. However, I can locate a Help File with name MSWIN.
Well, I did experience difficulty in opening the MS help file. Having installing the following Windows ...
-
Wabbit,
Would you consider to add another ''latch'' function with another Karnaugh Map as we discussed earlier? Or would it be considered as another latch function (or dll) that MS users can opt for?
Regards,
Sa
-
Wabbit,
I have tried to plot the Heikin Ashi chart in your way, see the left side of the attached chart, versus the real one, right side with data imported from excel calculation.
Well, I should have set the bar of the left chart to be the same as the color of the background in order to ''hide'' the original price bar.
Sa
-
Hi Paul,
Thanks! I think that is what I want and will test it.
Sa
-
Hi,
I want to code an exploration to find out the rising stock, comparing today's close (Jun 8) versus a particular date, say May 31 2006. Well, I know that I can count the number of trading days betwenn the above days, say 200 (not a counted number), I can use the following code
Column A
ROC(C,200,%)
Filter
ColA>0
However, there
-
Hi Jim,
Well, I am in the same situation to consider to buy a backtesting software to conduct backtesting. I have similar questions too.
I |