Contact ATMA

Set a Meeting or Send a Message

Contact Form and Meeting Scheduler by vCita
Notice
  • You need to be an ATMA member to view the complete thread with solutions. Please Login or Apply for a membership.

Welcome, Guest
Please Login or Register.    Lost Password?

Can we combine weekly, monthly and daily oscillator for generating buy or sell signal
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Can we combine weekly, monthly and daily oscillator for generating buy or sell signal
#774
Re:Can we combine weekly, monthly and daily oscillator for generating buy or sell signal 11 Months, 3 Weeks ago Karma: 1
It is regularly done for RSI. In fact I have discussed the same in my Pune Chapter Meeting, video archives to this should be loaded shortly. Refer to it and you will get the information about RSI Bands, that are generated using different period RSI.
Bhooshan Shanbhag (User)
Rookie
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#878
Re:Can we combine weekly, monthly and daily oscillator for generating buy or sell signal 9 Months ago Karma: 0
yes you can there is a syntax in afl coding

this is a good place to start learning on the multiple time frame support on amibroker
www.amibroker.com/guide/h_timeframe.html

personally i have used it on intraday and this is the code
Plot(C,"",3,64);
TimeFrameSet(in5Minute);
A3= StochD( 14, 3, 3 ) > Ref( StochD( 14, 3, 3 ) , -1 );
TimeFrameRestore();
k5b = TimeFrameExpand(A3, in5Minute);
Cond11= k5b == 1;

TimeFrameSet(2*in15Minute);
A3= StochD( 14, 3, 3 ) > Ref( StochD( 14, 3, 3 ) , -1 );
TimeFrameRestore();
k30b = TimeFrameExpand(A3, 2*in15Minute);
Cond5= k30b == 1;

TimeFrameSet(in15Minute);
A1= StochD( 14, 3, 3 ) > Ref( StochD( 14, 3, 3 ) , -1 );
A2= StochD( 14, 3, 3 ) > 98 ;
A3= TimeNum() > 152000;
TimeFrameRestore();
k15b = TimeFrameExpand(A1, in15Minute);
k15s = TimeFrameExpand(A2, in15Minute);
k15t = TimeFrameExpand(A3, in15Minute);
raminder anand (User)
Rookie
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12
 

Payment Options

Offline Payment as well as a very Wide Variety of Payment Options available online for Membership Dues & Paid Events, now

Latest Jobs Posted

Who's Online

We have 470 guests online