Fchart Formula

santoshdts

Active Member
Joined
Jun 1, 2007
Messages
177
Likes
32
#62
Dear Himadri Jii..

Iam Using FCharts SE, Can you please refer any formula using EMA and VOLS or using any other indicator to detect the change in short term trend

ThanX and Regards

Santosh
 
Joined
Jan 28, 2006
Messages
150
Likes
15
#63
Dear Himadri Jii..

Iam Using FCharts SE, Can you please refer any formula using EMA and VOLS or using any other indicator to detect the change in short term trend

ThanX and Regards

Santosh
Dear Santosh,

In Fchart SE, you may use MACD formula details of which is explained in the following thread :-

http://www.traderji.com/f-chart/18957-best-buy-sell-signals.html

You may also experiment with the following formulas for short term trading:-

Condition 1 : RSI > RSI[1] AND RSI > MARSI AND VOL > MAVOL

Condition 2 : RSI < RSI[1] AND RSI < MARSI AND VOL > MAVOL

(Preferable RSI scale settings : Oversold = 20, Overbought = 80 , RSI Period = 14 and select Average RSI.)

Condition 1 : EMA1 > EMA2 AND EMA1[1] < EMA2[1]

Condition 2 : EMA1 < EMA2 AND EMA1[1] > EMA2[1]

Cheers

Himadri
 

renu daga

Well-Known Member
Joined
Nov 28, 2006
Messages
2,099
Likes
349
Location
calcutta
#64
hello sir,,
rhimadri,,
need ur help in conevrting a fchart formula,,,in metastock ,, if its possible by u,,,kindly reply me back,,,,since ur pm is disabled,,,so if possible enbale it

renu
 
Joined
Jan 28, 2006
Messages
150
Likes
15
#65
hello sir,,
rhimadri,,
need ur help in conevrting a fchart formula,,,in metastock ,, if its possible by u,,,kindly reply me back,,,,since ur pm is disabled,,,so if possible enbale it

renu
Dear Renu,

I have enabled PM. You can send your queries in the mail box.

Himadri
 

mcid28a

New Member
Joined
Apr 23, 2008
Messages
11
Likes
0
#66
Fchart Formula - please comment

I use FCharts SE.

Will anyone please suggest improvements for the following formula;

Condition 1
(macdline >= p macdline and ema2 >= p ema2 and ema1 >= p ema1 and ema3 >= p ema3)

Condition 2
formula - Sell with long term view
(macdline <= p macdline and ema2 <= p ema2 and ema1 <= p ema1)


Thanks in advance


MCID28A
 
Joined
Jan 28, 2006
Messages
150
Likes
15
#67
Re: Fchart Formula - please comment

I use FCharts SE.

Will anyone please suggest improvements for the following formula;

Condition 1
(macdline >= p macdline and ema2 >= p ema2 and ema1 >= p ema1 and ema3 >= p ema3)

Condition 2
formula - Sell with long term view
(macdline <= p macdline and ema2 <= p ema2 and ema1 <= p ema1)


Thanks in advance

MCID28A
You may modify the formula as follows and find the results :-

Condition 1 : macdline > macdsignal and macdline[1] < macdsignal[1] and ema2 > p ema2 and ema1 > p ema1 and ema3 > p ema3

Condition 2 : macdline < macdsignal and macdline[1] > macdsignal[1] and ema2 < p ema2 and ema1 < p ema1 and ema3 < p ema3

Cheers

Himadri
 

mrjitender

New Member
Joined
Jun 3, 2007
Messages
15
Likes
1
#69
Re: zig zag swing formula in Fchart

I already explained that Fchart Free version has limited indicator / oscillators based on which formulas are developed. However please go through the following link to have some idea on development of formula for Fchart Se :-

http://www.traderji.com/f-chart/18957-best-buy-sell-signals.html

For short term / swing trading / intraday you may experiment with the following set of fomulas and try to find out which suits your requirement. In the mean time if you have some strategy based on available indicators / oscillators in Fchart SE, you may write in details, so that I can develop the same.

For intraday:

Condition (1) EMA C, 5 > EMA O, 6

Condition (2) EMA C, 5 < EMA O, 6

For short term / swing trading:-

Condition (1) : ( O + H + L + C ) / 4 > EMA 1 / 4 * (P O + P H + P L + P C), 4

Condition (2) : ( O + H + L + C ) / 4 < EMA 1 / 4 * (P O + P H + P L + P C), 4

Note : Indicator Settings: EMA 1 = 9, EMA2, 12 AND EMA3 = 26
-----------

Condition (1) : C > O AND SMA C, 5 > SMA C, 20

Condition (2) : SMA C, 5 < SMA C, 20

Cheers

Himadri
Dear Sir,

I have one formula in my mind as below.

ADX = 14 Periods
Fast Stochastics = 8 Periods
Buy = IF (ADX > 35 And +DI > -DI And %K < 40% ) Then Buy on Next Day's High Level
Sell = IF CLOSE < Previous Day's Low Then Sell at Close Price
Short = IF (ADX > 35 And -DI > +DI And %K > 60%) Then Short on Next Day's Low Level
Cover = IF Close > Previous Day's High Then Cover at Close Price

Please convert it as fcharts formula. I shall be very thankful to you. I will be very happy to get any other suggestion in this formula for improvement.
 

mrjitender

New Member
Joined
Jun 3, 2007
Messages
15
Likes
1
#70
Re: zig zag swing formula in Fchart

I already explained that Fchart Free version has limited indicator / oscillators based on which formulas are developed. However please go through the following link to have some idea on development of formula for Fchart Se :-

http://www.traderji.com/f-chart/18957-best-buy-sell-signals.html

For short term / swing trading / intraday you may experiment with the following set of fomulas and try to find out which suits your requirement. In the mean time if you have some strategy based on available indicators / oscillators in Fchart SE, you may write in details, so that I can develop the same.

For intraday:

Condition (1) EMA C, 5 > EMA O, 6

Condition (2) EMA C, 5 < EMA O, 6

For short term / swing trading:-

Condition (1) : ( O + H + L + C ) / 4 > EMA 1 / 4 * (P O + P H + P L + P C), 4

Condition (2) : ( O + H + L + C ) / 4 < EMA 1 / 4 * (P O + P H + P L + P C), 4

Note : Indicator Settings: EMA 1 = 9, EMA2, 12 AND EMA3 = 26
-----------

Condition (1) : C > O AND SMA C, 5 > SMA C, 20

Condition (2) : SMA C, 5 < SMA C, 20

Cheers

Himadri
Dear Sir,

I have one formula in my mind as below.

ADX = 14 Periods
Fast Stochastics = 8 Periods
Buy = IF (ADX > 35 And +DI > -DI And %K < 40% ) Then Buy on Next Day's High Level
Sell = IF CLOSE < Previous Day's Low Then Sell at Close Price
Short = IF (ADX > 35 And -DI > +DI And %K > 60%) Then Short on Next Day's Low Level
Cover = IF Close > Previous Day's High Then Cover at Close Price

Please convert it as fcharts formula. I shall be very thankful to you. I will be very happy to get any other suggestion in this formula for improvement.
 

Similar threads

Broker Special Offers