Search found 9 matches

by jalexander
03 Aug 2014
Forum: MultiCharts
Topic: Tony Oz - Bottom Fisher Scan
Replies: 6
Views: 2673

Re: Tony Oz - Bottom Fisher Scan

Thanks, I don't believe Multicharts for TWS has Quote Manager. Is there an alternative suggestion in this case?
by jalexander
03 Aug 2014
Forum: MultiCharts
Topic: Tony Oz - Bottom Fisher Scan
Replies: 6
Views: 2673

Re: Tony Oz - Bottom Fisher Scan

Works perfectly fyi.

Am I right in thinking there is no way to mass import a list of stocks to the Pre-Scanner? i.e. with IB for TWS I would need to add each stock individually?
by jalexander
03 Aug 2014
Forum: MultiCharts
Topic: Tony Oz - Bottom Fisher Scan
Replies: 6
Views: 2673

Re: Tony Oz - Bottom Fisher Scan

perfect, thank you!
by jalexander
31 Jul 2014
Forum: MultiCharts
Topic: Tony Oz - Bottom Fisher Scan
Replies: 6
Views: 2673

Tony Oz - Bottom Fisher Scan

I'm looking to create a custom scan in Multicharts for TWS. The scan will: 1. Find stocks that have closed down 3 or more days in a row. 2. The "Trigger" event is if the stock is currently trading above yesterdays close. i.e. try's to pick the reversal point after a stock has bottomed. Here is a bet...
by jalexander
19 Mar 2014
Forum: MultiCharts
Topic: Zweig's Four Percent Model in EasyLanguage?
Replies: 7
Views: 2372

Re: Zweig's Four Percent Model in EasyLanguage?

2. Sorry I meant this bit which I tried to highlight in bold:

Code: Select all

LC = close;
by jalexander
19 Mar 2014
Forum: MultiCharts
Topic: Consensus on data provider?
Replies: 2
Views: 1018

Consensus on data provider?

Right now I just have IB with 1 year of historical data, which is no use for backtesting swing strategies.

Is there a consensus on the best or most popular data provider for MC?

Cost is a concern too, since it adds up with MC fee + data + IB data etc etc...

Thanks
by jalexander
18 Mar 2014
Forum: MultiCharts
Topic: Zweig's Four Percent Model in EasyLanguage?
Replies: 7
Views: 2372

Re: Zweig's Four Percent Model in EasyLanguage?

Super, because I'm new to EasyLanguage I am trying to understand all your code. I have a few questions if you wouldn't mind. 1. Am I right in thinking this code misses the first buy or sell signal. if trend = 0 then begin if ((close-LC) / LC) >= (perOffLo / 100) then trend = +1; if ((HC-close) / HC)...
by jalexander
18 Mar 2014
Forum: MultiCharts
Topic: Zweig's Four Percent Model in EasyLanguage?
Replies: 7
Views: 2372

Re: Zweig's Four Percent Model in EasyLanguage?

wow, can't ask for more than that. Thanks
by jalexander
17 Mar 2014
Forum: MultiCharts
Topic: Zweig's Four Percent Model in EasyLanguage?
Replies: 7
Views: 2372

Zweig's Four Percent Model in EasyLanguage?

I am trying to create a signal in EasyLanguage that replicates Marty Zweig's Four Percent Model. The signal is applied to a weekly chart of an index. The approach gives a buy signal when the weekly close of the stock market is four percent above low points (local minima) and a sell signal when the w...

Go to advanced search