Home
Option Tools
Services Offered
My Services
Contact Us
Charts
Charts (Premium)
Chart Watch
JCharts (EOD)
JCharts(EOD-COMM)
HCharts (EOD)
HCharts (EOD-COMM)
Forum
Stock Lists
Screener (EOD)
Screener (EOD-Comm)
Breadth Charts
Calculators
Education
Links
FAQs
Advertise Here
Charts (Old)
Login Form





Lost Password?
No account yet? Register
  iCharts Discussions

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Platinum charts - Crossover scripting for scan
Goto page 1, 2  Next
 
Post new topic   Reply to topic    iCharts Discussions Forum Index -> Feature Requests
View previous topic :: View next topic  
Author Platinum charts - Crossover scripting for scan
trendy
White Belt
White Belt


Joined: 16 Oct 2006
Posts: 40

Post: #1   PostPosted: Sun Apr 22, 2012 4:16 pm    Post subject: Platinum charts - Crossover scripting for scan Reply with quote

Hello ST/PT/All,

Can anyone give examples for scripting crossovers for scan in Platinum charts.

-MA
-MACD

Thanks.
Back to top
View user's profile Send private message
ProTrader
Site Admin


Joined: 06 Jul 2008
Posts: 433

Post: #2   PostPosted: Sun Apr 22, 2012 8:03 pm    Post subject: Reply with quote

This is what you will do:

For MA:

1. Decide the type of MA to use
2. Should it calculate on OPEN, HIGH, LOW OR CLOSE price
3. The period that you want to calculate for

example: EMA(CLOSE, 13) > EMA(CLOSE, 34)

FOR MACD:

1. You will have to set two variables say A and B (it can be X or Y or any thing that you like)
2. Call the crossover function

Example:

SET A = MACDSignal(13, 26, 9, SIMPLE)
SET B = MACD(13, 26, 9, SIMPLE)
CROSSOVER(A, B) = TRUE

Try it out and have fun Smile . Ensure when coding it you select appropriate timeframe and refresh interval. If you select once it will run only once.

Regards,
ProTrader
Back to top
View user's profile Send private message
amitkbaid1008
Yellow Belt
Yellow Belt


Joined: 04 Mar 2009
Posts: 540

Post: #3   PostPosted: Sun Apr 22, 2012 9:48 pm    Post subject: Reply with quote

ProTrader wrote:
This is what you will do:

For MA:

1. Decide the type of MA to use
2. Should it calculate on OPEN, HIGH, LOW OR CLOSE price
3. The period that you want to calculate for

example: EMA(CLOSE, 13) > EMA(CLOSE, 34)

FOR MACD:

1. You will have to set two variables say A and B (it can be X or Y or any thing that you like)
2. Call the crossover function

Example:

SET A = MACDSignal(13, 26, 9, SIMPLE)
SET B = MACD(13, 26, 9, SIMPLE)
CROSSOVER(A, B) = TRUE

Try it out and have fun Smile . Ensure when coding it you select appropriate timeframe and refresh interval. If you select once it will run only once.

Regards,
ProTrader


PT isse kya sari scrips scan ho jayegi??
Back to top
View user's profile Send private message
ProTrader
Site Admin


Joined: 06 Jul 2008
Posts: 433

Post: #4   PostPosted: Mon Apr 23, 2012 1:53 am    Post subject: Reply with quote

Yes Amit.

If you need for a specific scrip, please use alert function.

Regards..PT
Back to top
View user's profile Send private message
trendy
White Belt
White Belt


Joined: 16 Oct 2006
Posts: 40

Post: #5   PostPosted: Mon Apr 23, 2012 9:19 am    Post subject: Reply with quote

Thanks PT, for quick reply. Very Happy

Will try out this.

Regards.
Back to top
View user's profile Send private message
nageswararao_v
White Belt
White Belt


Joined: 22 Jul 2010
Posts: 54

Post: #6   PostPosted: Tue Apr 24, 2012 9:09 am    Post subject: Reply with quote

Hi PT,

how to draw the (close-atr) line in the chart

thanks,
nagesh
Back to top
View user's profile Send private message
kamal.icharts
Site Admin


Joined: 10 Apr 2013
Posts: 576

Post: #7   PostPosted: Wed Apr 25, 2012 8:43 am    Post subject: Reply with quote

Dear Member,

In any chart (Platinum or JCharts), select the indicator ATR from the list of indicators. It is plotted by default on close price.

Regards

Kamal

nageswararao_v wrote:
Hi PT,

how to draw the (close-atr) line in the chart

thanks,
nagesh
Back to top
View user's profile Send private message
nageswararao_v
White Belt
White Belt


Joined: 22 Jul 2010
Posts: 54

Post: #8   PostPosted: Wed Apr 25, 2012 11:23 am    Post subject: Reply with quote

Hi Kamal,

i would like to re-frame my question. By default ATR line graph will be displaying bottom of the chart.

How to draw over lay line graph (like ema line graph) using the below calculation.

Close - (minus) ATR


kamal.icharts wrote:
Dear Member,

In any chart (Platinum or JCharts), select the indicator ATR from the list of indicators. It is plotted by default on close price.

Regards

Kamal

nageswararao_v wrote:
Hi PT,

how to draw the (close-atr) line in the chart

thanks,
nagesh
Back to top
View user's profile Send private message
ven657
White Belt
White Belt


Joined: 21 Oct 2009
Posts: 51

Post: #9   PostPosted: Thu Apr 26, 2012 5:03 pm    Post subject: Reply with quote

ProTrader wrote:
This is what you will do:

For MA:

1. Decide the type of MA to use
2. Should it calculate on OPEN, HIGH, LOW OR CLOSE price
3. The period that you want to calculate for

example: EMA(CLOSE, 13) > EMA(CLOSE, 34)

FOR MACD:

1. You will have to set two variables say A and B (it can be X or Y or any thing that you like)
2. Call the crossover function

Example:

SET A = MACDSignal(13, 26, 9, SIMPLE)
SET B = MACD(13, 26, 9, SIMPLE)
CROSSOVER(A, B) = TRUE

Try it out and have fun Smile . Ensure when coding it you select appropriate timeframe and refresh interval. If you select once it will run only once.

Regards,
ProTrader



Dear PT / ST,

What is this discussion about the platinum charts. Is it out. I would like to check it out too.

Can scripting be done in jcharts - premium also ?

ven657
Back to top
View user's profile Send private message
nageswararao_v
White Belt
White Belt


Joined: 22 Jul 2010
Posts: 54

Post: #10   PostPosted: Fri May 04, 2012 10:34 am    Post subject: Reply with quote

Hi Kamal,

How to draw line (Low+high)/2 in the main panel in platinum charts?
Back to top
View user's profile Send private message
kamal.icharts
Site Admin


Joined: 10 Apr 2013
Posts: 576

Post: #11   PostPosted: Fri May 04, 2012 3:23 pm    Post subject: Reply with quote

Dear Member,

This can be achieved with the help of Custom Indicator feature in Platinum. Currently we are testing few things on Custom Indicator and it will be available soon.

Regards

Kamal

nageswararao_v wrote:
Hi Kamal,

How to draw line (Low+high)/2 in the main panel in platinum charts?
Back to top
View user's profile Send private message
nageswararao_v
White Belt
White Belt


Joined: 22 Jul 2010
Posts: 54

Post: #12   PostPosted: Wed May 09, 2012 9:47 am    Post subject: Reply with quote

kamal.icharts wrote:
Dear Member,

This can be achieved with the help of Custom Indicator feature in Platinum. Currently we are testing few things on Custom Indicator and it will be available soon.

Regards

Kamal

nageswararao_v wrote:
Hi Kamal,

How to draw line (Low+high)/2 in the main panel in platinum charts?


Hi Kamal,
Can expect this feature will be available from june 1 week
Back to top
View user's profile Send private message
svkum
White Belt
White Belt


Joined: 14 Feb 2007
Posts: 321

Post: #13   PostPosted: Wed May 09, 2012 10:13 am    Post subject: Reply with quote

is scripting possible for a avge non engg and non IT person?
Back to top
View user's profile Send private message
ProTrader
Site Admin


Joined: 06 Jul 2008
Posts: 433

Post: #14   PostPosted: Wed May 09, 2012 1:54 pm    Post subject: Reply with quote

Yes it is Smile.
Back to top
View user's profile Send private message
rxvenk2
White Belt
White Belt


Joined: 22 Oct 2008
Posts: 11

Post: #15   PostPosted: Sun May 13, 2012 10:45 pm    Post subject: Reply with quote

Is there any user guide available for writing script/custom indicator in the platinum charts. This would be of great help.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    iCharts Discussions Forum Index -> Feature Requests All times are GMT + 5.5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

@MEMBER OF PROJECT HONEY POT
Spam Harvester Protection Network
provided by Unspam