View previous topic :: View next topic |
Author |
Platinum charts scripting school |
nageswararao_v White Belt
Joined: 22 Jul 2010 Posts: 54
|
Post: #1 Posted: Tue May 15, 2012 8:35 am Post subject: Platinum charts scripting school |
|
|
Hi Kamal,
Downloaded the scripting help. It was very great.
I didn't found any info regarding the "average true range(ATR)"
Please let me how to know ATR ? |
|
Back to top |
|
|
|
|
kamal.icharts Site Admin
Joined: 10 Apr 2013 Posts: 576
|
Post: #2 Posted: Wed May 16, 2012 3:37 pm Post subject: Re: Platinum charts scripting school |
|
|
Dear Member,
Please use this function for ATR
AVG(TR(), 10)
Regards
Kamal
nageswararao_v wrote: | Hi Kamal,
Downloaded the scripting help. It was very great.
I didn't found any info regarding the "average true range(ATR)"
Please let me how to know ATR ? |
|
|
Back to top |
|
|
amitkbaid1008 Yellow Belt
Joined: 04 Mar 2009 Posts: 540
|
Post: #3 Posted: Wed May 16, 2012 8:56 pm Post subject: Re: Platinum charts scripting school |
|
|
kamal.icharts wrote: | Dear Member,
Please use this function for ATR
AVG(TR(), 10)
Regards
Kamal
nageswararao_v wrote: | Hi Kamal,
Downloaded the scripting help. It was very great.
I didn't found any info regarding the "average true range(ATR)"
Please let me how to know ATR ? |
|
Kamal what () refers to???
I mean AVG(TR(???),10) |
|
Back to top |
|
|
ProTrader Site Admin
Joined: 06 Jul 2008 Posts: 433
|
Post: #4 Posted: Thu May 17, 2012 5:21 am Post subject: |
|
|
TR() is a function . so ().
..PT |
|
Back to top |
|
|
yesican White Belt
Joined: 21 Apr 2012 Posts: 33
|
Post: #5 Posted: Thu May 17, 2012 9:10 am Post subject: |
|
|
ProTrader wrote: | TR() is a function . so ().
..PT | pro trader, the real problem with platinum is the chart space...
which kind of a monitor to use charts properly... i mean inch of the screen....
also while we see candles its almost inpossible to see the top of charts...
i mean we cannot see the value of indicators and all..... so every time user is
forced to move the chart to left or right or up or down...... |
|
Back to top |
|
|
ProTrader Site Admin
Joined: 06 Jul 2008 Posts: 433
|
Post: #6 Posted: Thu May 17, 2012 1:41 pm Post subject: |
|
|
Yes You Can.
There is a cross hair function. Click on the button and it will have all the indicator values. First thing as a user I will do is set the colours I like. I mean the background Black, White or another colour. Then the Candle outlines. Things like that. And save the defaults settings and save the default workspace.
We are using 15.6 to 17 inch laptop screens. Though we have tested them on multi-monitors and screens as large as 46 inch.
Regards,
ProTrader |
|
Back to top |
|
|
nageswararao_v White Belt
Joined: 22 Jul 2010 Posts: 54
|
Post: #7 Posted: Fri May 25, 2012 9:58 am Post subject: |
|
|
Hi PT,
How to loop through a vector/array in platinum charts?
ex: For(i=0; i<candlecount; i++)
{
//some logic goes here for each candle and this points is used to plot a line in the chart
} |
|
Back to top |
|
|
|