Metastock Formula

{Buy: Blue UP arrow }
A1:=Mov(H,5,E);
A2:=0.0000833333; {You can change this value to anything you like}
A3:=REF(A1,-1);
A4:=REF(C,-1);
C>A4 AND A4>A3 and C>A1 and A4>=((A3*A2)+A3)

{Sell: DOWN Red arrow}
A1:=Mov(L,5,E);
A2:=0.0000833333; {You can change this value to anything you like}
A3:=REF(A1,-1);
A4:=REF(C,-1);
C<A4 AND A4<A3 and C<A1 AND A4<=(A3-(A3*A2))
buy/sell arrows are not cuming in chart..sum prob
 
hi..

can anybody help me build a filter.
I would like to buy a certain commodity above 2 points the high of the reference buy signal. I face a problem of finding the high value at the buy signal so as to give it as reference.

Thanks.
 
hi..

can anybody help me build a filter.
I would like to buy a certain commodity above 2 points the high of the reference buy signal. I face a problem of finding the high value at the buy signal so as to give it as reference.

Thanks.
Need more inputs from your side. The hypothesis is not too difficult. What is the Buy Signal? Without this input, without the reference to the platform you are using, without clear directions, nothing can be done.
 
i want to put 0.60 paise in A2 so wat shud i write there?? 0.60 or 0.000?? or wat?
0.000105263

Use an Excel sheet to do a "What-If" for whatever values.
Alternatively, do this:
1. Open Excel sheet
2. In Cell A1, input [0.6] {for 0.60 Rupees, change accordingly}
3. In Cell A2, input [the last closing price]
4. In Cell A3, input [=A1/A2]
5. In Cell a4, input [=(A2*A3)+A2
Cell A3 contains the variable.
 
Last edited:
Hi!

I want the "Expert Adviser' of MS Pro work for more then one indicator. One can use the indicators one by one but I want to TRIO of Bollinger Bands, Relative Strength Index and Stochastic Oscillator TOGETHER in Exper Adviser' of MS.

The Conclusion shold be:
1) If Any ONE of this TRIO Gives Buy / Sell Signal, there should be an Indication.
2) If Any TWO this TRIO Give Buy / Sell Signal, there should be an Alert.
3) If All THREE Give Buy / Sell Signal, there should be Strong BUY / SELL Signal (Both Graphic and Text Signals are Better...)

Please Help me out....

:thanx: :thanx: :thanx: :thanx: :thanx:
 
Hi!

I want the "Expert Adviser' of MS Pro work for more then one indicator. One can use the indicators one by one but I want to TRIO of Bollinger Bands, Relative Strength Index and Stochastic Oscillator TOGETHER in Exper Adviser' of MS.

The Conclusion shold be:
1) If Any ONE of this TRIO Gives Buy / Sell Signal, there should be an Indication.
2) If Any TWO this TRIO Give Buy / Sell Signal, there should be an Alert.
3) If All THREE Give Buy / Sell Signal, there should be Strong BUY / SELL Signal (Both Graphic and Text Signals are Better...)

Please Help me out....

:thanx: :thanx: :thanx: :thanx: :thanx:
I was looking for the same thing!

Thank you Deepan for putting it together so coherently.

Regards,
 

Similar threads