Search found 4 matches

by sts
20 Mar 2012
Forum: MultiCharts
Topic: Bar duration / seconds between bars
Replies: 2
Views: 1093

Re: Bar duration / seconds between bars

Thank you Henry... here is the code and seem like it works. I added the volume threshold and the session starting time: inputs: ConstantVolume( 1000 ) ; variables: VolumeSize( ConstantVolume ), LastDurationSeconds(0); Condition2 = Date <> Date[1]; if condition2 then LastDurationSeconds= (time_s - 10...
by sts
19 Mar 2012
Forum: MultiCharts
Topic: Bar duration / seconds between bars
Replies: 2
Views: 1093

Bar duration / seconds between bars

I need to calculate the duration of the bars on a "volume bars" chart. I tried to use the "time_s" function for that purpose: LastDurationSeconds= (time_s - time_s[1]); But there is an obstacle the market is opened at 10:00 and closed at 18:30. So when the market is opened in the morning I need to r...
by sts
15 Mar 2012
Forum: User Contributed Studies and Indicator Library
Topic: Heikin Ashi Oscillator
Replies: 7
Views: 7659

Re: Heikin Ashi Oscillator

Dear sptrader thank you for the reply. But actually the crossover formula is simply the starting point for the HACO-binary: [b] { Crossover formula for trend determination }[/b] [i]TMA1 = TEMA( HaCValue, TEMALength ) ; TMA2 = TEMA( TMA1, TEMALength ) ; TMADiff = TMA1 - TMA2 ; ZlHa = TMA1 + TMADiff ;...
by sts
15 Mar 2012
Forum: User Contributed Studies and Indicator Library
Topic: Heikin Ashi Oscillator
Replies: 7
Views: 7659

Re: Heikin Ashi Oscillator

I have long been using HACO - Heiken Ashi Oscillator (binary) in Metastock And I found the Multicharts alternative for that oscillator in this page: http://www.traders.com/documentation/feedbk_docs/2008/12/traderstips.html#1 But I can't make this indicator plot the "binary wave" as the one you can s...

Go to advanced search