Traderji.com - Discussion forum for Stocks Commodities & Forex

Fchart Formula

Discuss Fchart Formula at the F-Chart within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Originally Posted by rhimadri I already explained that Fchart Free version has limited indicator / ...


Go Back   Traderji.com - Discussion forum for Stocks Commodities & Forex > TOOLS & RESOURCES > Software > F-Chart

Notices


Advertise Here

Reply
 
Thread Tools
Sponsored Links
  #71  
Old 8th May 2008, 08:09 PM
Member
 
Join Date: Jun 2007
Posts: 10
Appreciation: 20
mrjitender is on a distinguished road
Smile Re: zig zag swing formula in Fchart

Quote:
Originally Posted by rhimadri View Post
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/1895...l-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.
Reply With Quote
  #72  
Old 9th May 2008, 10:00 PM
Member
 
Join Date: Jan 2006
Posts: 144
Appreciation: 20
rhimadri is on a distinguished road
Default Re: zig zag swing formula in Fchart

Quote:
Originally Posted by mrjitender View Post
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.
You can build the formula based on above condition if you are using Fchart Pro. As requested by you, I have tried to write the formula for testing :-

For Buy:-
Condition 1 : +DI > -DI AND DI[1] < -DI[1] AND ADX > 35 AND %K < 40
For Sell :-
Condition 2 : CLOSE < LOW[1]
For Short:-
Condition 3 :+DI < -DI AND DI[1] > -DI[1] AND ADX > 35 AND %K > 60
For Short to cover:-
Condition 4 : CLOSE > HIGH[1]

Please change indicator settings of ADX period to 14 and stochastic period to 8 as mentioned by you. Now you backtest the formulas and let me have your feedback.

Cheers

Himadri
Reply With Quote
  #73  
Old 10th May 2008, 02:55 AM
Member
 
Join Date: Jun 2007
Posts: 10
Appreciation: 20
mrjitender is on a distinguished road
Smile Re: zig zag swing formula in Fchart

Quote:
Originally Posted by rhimadri View Post
You can build the formula based on above condition if you are using Fchart Pro. As requested by you, I have tried to write the formula for testing :-

For Buy:-
Condition 1 : +DI > -DI AND DI[1] < -DI[1] AND ADX > 35 AND %K < 40
For Sell :-
Condition 2 : CLOSE < LOW[1]
For Short:-
Condition 3 :+DI < -DI AND DI[1] > -DI[1] AND ADX > 35 AND %K > 60
For Short to cover:-
Condition 4 : CLOSE > HIGH[1]

Please change indicator settings of ADX period to 14 and stochastic period to 8 as mentioned by you. Now you backtest the formulas and let me have your feedback.

Cheers

Himadri
Sir, it is giving error like "Error parsing DI Unknown variable." Please give the solution.
Reply With Quote
  #74  
Old 10th May 2008, 08:57 AM
Member
 
Join Date: Jan 2006
Posts: 144
Appreciation: 20
rhimadri is on a distinguished road
Default Re: zig zag swing formula in Fchart

Quote:
Originally Posted by mrjitender View Post
Sir, it is giving error like "Error parsing DI Unknown variable." Please give the solution.
I am extremly sorry for syntax error. Please rectify the formulas as follows:-

For Buy:-
Condition 1 : +DI > -DI AND +DI[1] < -DI[1] AND ADX > 35 AND %K < 40
For Sell :-
Condition 2 : CLOSE < LOW[1]
For Short:-
Condition 3 :+DI < -DI AND +DI[1] > -DI[1] AND ADX > 35 AND %K > 60
For Short to cover:-
Condition 4 : CLOSE > HIGH[1]

Please give me your feedback.

Cheers

Himadri
Reply With Quote
  #75  
Old 10th May 2008, 10:10 PM
Member
 
Join Date: Jun 2007
Posts: 10
Appreciation: 20
mrjitender is on a distinguished road
Smile Re: zig zag swing formula in Fchart

Quote:
Originally Posted by rhimadri View Post
I am extremly sorry for syntax error. Please rectify the formulas as follows:-

For Buy:-
Condition 1 : +DI > -DI AND +DI[1] < -DI[1] AND ADX > 35 AND %K < 40
For Sell :-
Condition 2 : CLOSE < LOW[1]
For Short:-
Condition 3 :+DI < -DI AND +DI[1] > -DI[1] AND ADX > 35 AND %K > 60
For Short to cover:-
Condition 4 : CLOSE > HIGH[1]

Please give me your feedback.

Cheers

Himadri
Dear Sir,

Thanks a lot for your help. But sir, this formula is giving very less signals and not working as expected, So I require another formula as below:

Buy = Close > High of Previous 5 Days
Sell = Close < Low of Previous 5 Days

Another Formula

This is the formula for finding a long entry.

VOLUME > 100000 AND MACD15 >MACD15_5 AND STO12_K < 20 AND IQC_1=1


We’ll dissect the formula into one expression at a time:
1. VOLUME > 100000 means we’ll look only at stocks that trade with volume greater than 100000. (This can be modified to trader’s requirements).
2. MACD15 > MACD15_5 means today’s 15-day MACD is above the MACD five ago. This is set to determine the short term trend direction.
3. STO12_K < 20 is Stochastics line is below the 20% line. This is to indicate the reading is at oversold; when the run-up is followed by a consolidation, an oversold reading occurs. Basically it’s to find a pullback to make the entry.
4. CLOSE > CLOSE1 means the current day’s close is higher than the previous day’s close. This is purely price action-based of the past few bars to find the right momentum. Indicators many times don’t reflect the true nature of the price action and this substitutes it. The CLOSE higher than the previous day identifies who are stronger: the buyers or the sellers. Closing higher identified the buyers as stronger; this helps confirming the indicators. The important concept to understand is that the price must confirm the indicators and vice versa.
5. HIGH > HIGH1 means the current day’s high is higher than the high of the previous day. This is to find the momentum when it’s about to move in the right direction: up. A higher high shows a positive mood of the buyers in pushing it higher. Positive price action must be present to confirm the indicators.

For short scan, here’s the formula:

VOLUME1 > 100000 AND MACD15_1 < MACD15_5 AND STO12_K > 80 AND IQC_1=1


Combining the timing and trend indicators and using price action to confirm them will increase the probability of a trade going the right way. Finding the trend and then finding the right moment to enter is the essence of a winning strategy. This scan will help identify those stocks that are ready to move.

Last edited by mrjitender; 10th May 2008 at 10:32 PM. Reason: Another Formula gets in mind
Reply With Quote
  #76  
Old 11th May 2008, 09:11 AM
Member
 
Join Date: Jan 2006
Posts: 144
Appreciation: 20
rhimadri is on a distinguished road
Default Re: zig zag swing formula in Fchart

Buy = Close > High of Previous 5 Days
Sell = Close < Low of Previous 5 Days
[/quote]

Formula for above parameters are as follows:-

Buy = close > previous highest_high[5]
sell = close < previous lowest_low[5]



Another Formula

This is the formula for finding a long entry.

VOLUME > 100000 AND MACD15 >MACD15_5 AND STO12_K < 20 AND IQC_1=1


We’ll dissect the formula into one expression at a time:
1. VOLUME > 100000 means we’ll look only at stocks that trade with volume greater than 100000. (This can be modified to trader’s requirements).
2. MACD15 > MACD15_5 means today’s 15-day MACD is above the MACD five ago. This is set to determine the short term trend direction.
3. STO12_K < 20 is Stochastics line is below the 20% line. This is to indicate the reading is at oversold; when the run-up is followed by a consolidation, an oversold reading occurs. Basically it’s to find a pullback to make the entry.
4. CLOSE > CLOSE1 means the current day’s close is higher than the previous day’s close. This is purely price action-based of the past few bars to find the right momentum. Indicators many times don’t reflect the true nature of the price action and this substitutes it. The CLOSE higher than the previous day identifies who are stronger: the buyers or the sellers. Closing higher identified the buyers as stronger; this helps confirming the indicators. The important concept to understand is that the price must confirm the indicators and vice versa.
5. HIGH > HIGH1 means the current day’s high is higher than the high of the previous day. This is to find the momentum when it’s about to move in the right direction: up. A higher high shows a positive mood of the buyers in pushing it higher. Positive price action must be present to confirm the indicators.

For short scan, here’s the formula:

VOLUME1 > 100000 AND MACD15_1 < MACD15_5 AND STO12_K > 80 AND IQC_1=1


Combining the timing and trend indicators and using price action to confirm them will increase the probability of a trade going the right way. Finding the trend and then finding the right moment to enter is the essence of a winning strategy. This scan will help identify those stocks that are ready to move
.[/quote]

The above formula is seemed to have been extracted from other software. However if please explain the role of syntax "IQC", I shall try to build the formula based on above condition.

Cheers

Himadri

Last edited by rhimadri; 11th May 2008 at 09:31 AM.
Reply With Quote
  #77  
Old 12th May 2008, 08:36 PM
Member
 
Join Date: Jun 2007
Posts: 10
Appreciation: 20
mrjitender is on a distinguished road
Smile Re: zig zag swing formula in Fchart

Quote:
Originally Posted by rhimadri View Post
Buy = Close > High of Previous 5 Days
Sell = Close < Low of Previous 5 Days
Formula for above parameters are as follows:-

Buy = close > previous highest_high[5]
sell = close < previous lowest_low[5]



Another Formula

This is the formula for finding a long entry.

Buy = Volume > 5 Days Moving Average Volume And 15 Days MACD > 5 Days MACD And 12 Days Stochastics %K is Less Than 20% And Close > Previous Day's Close And High > Previous Day's High

For short scan, here’s the formula:

Sell = Volume > 5 Days Moving Average Volume And 15 Days MACD < 5 Days MACD And 12 Days Stochastics %K is Greater Than 80% And Close < Previous Day's Close And Low < Previous Day's Low

.[/quote]

The above formula is seemed to have been extracted from other software. However if please explain the role of syntax "IQC", I shall try to build the formula based on above condition.

Cheers

Himadri[/quote]

Dear Sir,

I have make as simple as i can. If you still have some problem then i will try it to make more simple. Please make a formula as per FCharts and make a change if you need to do best this formula. Please give suggestions as formula to exit from both type of positions.

Thanks & Regards,
Jitender Sharma
Reply With Quote
  #78  
Old 12th May 2008, 08:58 PM
Member
 
Join Date: Jan 2006
Posts: 144
Appreciation: 20
rhimadri is on a distinguished road
Default Re: zig zag swing formula in Fchart

Quote:
Originally Posted by mrjitender View Post
Formula for above parameters are as follows:-

Buy = close > previous highest_high[5]
sell = close < previous lowest_low[5]



Another Formula

This is the formula for finding a long entry.

Buy = Volume > 5 Days Moving Average Volume And 15 Days MACD > 5 Days MACD And 12 Days Stochastics %K is Less Than 20% And Close > Previous Day's Close And High > Previous Day's High

For short scan, here’s the formula:

Sell = Volume > 5 Days Moving Average Volume And 15 Days MACD < 5 Days MACD And 12 Days Stochastics %K is Greater Than 80% And Close < Previous Day's Close And Low < Previous Day's Low

.
The above formula is seemed to have been extracted from other software. However if please explain the role of syntax "IQC", I shall try to build the formula based on above condition.

Cheers

Himadri[/quote]

Dear Sir,

I have make as simple as i can. If you still have some problem then i will try it to make more simple. Please make a formula as per FCharts and make a change if you need to do best this formula. Please give suggestions as formula to exit from both type of positions.

Thanks & Regards,
Jitender Sharma[/quote]

Based on your parameters, I have tried to build the formula for testing :-

Condition 1 : VOL > SMA VOL, 5 AND MACDLINE[15] > MACDLINE[5] AND %K[12] < %K[20] AND CLOSE > CLOSE[1] AND HIGH > HIGH[1]

Condition 2 : VOL > SMA VOL, 5 AND MACDLINE[15] < MACD[5] AND %K[12] > 80 AND CLOSE < CLOSE[1] AND LOW < LOW[1]

Cheers

Himadri
Reply With Quote
  #79  
Old 13th May 2008, 10:30 PM
Member
 
Join Date: Jun 2007
Posts: 10
Appreciation: 20
mrjitender is on a distinguished road
Smile Re: zig zag swing formula in Fchart

Quote:
Originally Posted by rhimadri View Post
The above formula is seemed to have been extracted from other software. However if please explain the role of syntax "IQC", I shall try to build the formula based on above condition.

Cheers

Himadri
Dear Sir,

I have make as simple as i can. If you still have some problem then i will try it to make more simple. Please make a formula as per FCharts and make a change if you need to do best this formula. Please give suggestions as formula to exit from both type of positions.

Thanks & Regards,
Jitender Sharma[/quote]

Based on your parameters, I have tried to build the formula for testing :-

Condition 1 : VOL > SMA VOL, 5 AND MACDLINE[15] > MACDLINE[5] AND %K[12] < %K[20] AND CLOSE > CLOSE[1] AND HIGH > HIGH[1]

Condition 2 : VOL > SMA VOL, 5 AND MACDLINE[15] < MACD[5] AND %K[12] > 80 AND CLOSE < CLOSE[1] AND LOW < LOW[1]

Cheers

Himadri[/quote]

Dear Sir,

Thanks for your support. Sir, i make many formulas but no one is 100% sure. If i take a proper entry then i fail to exit at proper time via formula. Please try to make the formula which is best for swing trading and give best entry & exit alerts for both long & shorts.

Thanks & Regards,
Jitender Sharma
Reply With Quote
  #80  
Old 19th May 2008, 10:51 PM
Member
 
Join Date: May 2008
Posts: 15
Appreciation: 10
ruchir131986 is on a distinguished road
Default Re: Fchart Formula

hi i have just registered with fc pro trial version can anyone pls tell me that how to apply other indicator???? means in setting>indicator>then how can i open other pages that include cci... adx... rsi.... stochastic....
Reply With Quote
Sponsored Links


Reply

Bookmarks


Advertise Here


« software | - »
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads for: Fchart Formula
Thread Thread Starter Forum Replies Last Post
FCHART Problems chachi Software 10 26th April 2008 05:48 AM
Formula Go In Technical Analysis 2 19th March 2007 11:38 AM
Help with Formula apollojr MetaStock 3 3rd March 2007 11:12 AM
FCHART Formula Alleppian Software 3 20th October 2006 03:50 PM


All times are GMT +5.5. The time now is 02:43 AM.

Indemnity, Disclaimer & Disclosure Notice:
• By visiting Traderji.com you indicate your acceptance of our Forum Rules Disclaimer & Disclosure and indemnify Traderji.com, its associates and related parties of all claims howsoever resulting from the usage of the forum.
Disclaimer: Trading or investing in stocks & commodities is a high risk activity. Any action you choose to take in the markets is totally your own responsibility. Traderji.com will not be liable for any, direct or indirect, consequential or incidental damages or loss arising out of the use of this information.
Disclosure: The information in this forum is neither an offer to sell nor solicitation to buy any of the securities mentioned herein. The writers may or may not be trading in the securities mentioned.
• All names or products mentioned are trademarks or registered trademarks of their respective owners.
General Content Disclaimer Notice:
In light of our policy of encouraging candid, open exchanges of views and the rapid distribution of information originating from many sources, Traderji.com cannot determine the accuracy of information that may be uploaded to the forum. Opinions, advice and all other information expressed by participants in discussions are those of the author. You rely on such information at your own risk. You are urged to seek professional advice for specific, individual situations and not rely solely on advice or opinions given in the discussions. Since Traderji.com is an open and free discussion forum, any comments made by members of this forum in their posts reflect their own views and not of the owner or administrator of Traderji.com. Thus the owner/administrator indemnify themselves of all claims whatsoever and will not be liable or responsible for any members comments/views in this forum Traderji.com. If you find any objectionable or offensive posts made by members of this forum which you would like to bring to our notice for removal then please Contact Us.
 


Copyright © 2001 - 2008, Traderji.com All Rights Reserved.

Recommended Websites - www.TradersEdgeIndia.com - www.TradingPicks.com - www.MasterOfTrading.com