Trading Articles
Article Categories
Article Tools
Reg PLDot for Ninjatrader
Updated September 12, 2011
trending_up
1,684 views
thumb_up
3 thanks given
group
2 followers
forum
3 posts
attach_file
2 attachments
Welcome to futures io: the largest futures trading community on the planet, with well over 125,000 members
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to
register in order to view the content of the threads and start contributing to our community.
It's free and simple.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
Reg PLDot for Ninjatrader
(login for full post details)
#1 (permalink )
PUDUKKOTTAI,TAMILNADU.INDIA
Posts: 5 since Sep 2011
Thanks: 6 given,
0
received
One more request!
I use this Pldot (DG) with metatrader. IS There any chance to get the same one for Ninja!
The specialty of the Indicator is the formation of next DOT during the progression of previous candle
the formula is very simple one (just a small arithmetic)
FORMULA:
{(3RDbar High+Low+Close/3)+(2ndbar High+low+Low/3)+(1stbar High+Low+Close/3)} /3
Meta script as follows
int init()
{
//---- indicators
SetIndexStyle(0,DRAW_ARROW);
SetIndexArrow(0,164);
SetIndexBuffer(0,ExtMapBuffer1);
SetIndexShift(0,1);
SetIndexEmptyValue(0,0.0);
//----
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
//----
//----
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int start()
{
int counted_bars=IndicatorCounted();
if(counted_bars<0) return(-1);
//---- last counted bar will be recounted
if(counted_bars>0) counted_bars--;
int pos=Bars-counted_bars;
while (pos>=0)
{
ExtMapBuffer1[pos] = iMA(NULL,0,3,0,0,PRICE_TYPICAL,pos);
//(
// ((High[pos+0] + Low[pos+0]+Close[pos+0]) / 3) +
// ((High[pos+1] + Low[pos+1]+Close[pos+1]) / 3) +
// ((High[pos+2] + Low[pos+2]+Close[pos+2]) / 3)
//) / 3;
pos--;
}
//----
//----
return(0);
}
Original mq4 file
Chart from metatrader
This one is also a 3day simple moving average but not lagging & the style of dot is attractive!
Thanks in advance!
Attached Thumbnails
Attached Files
Best Threads (Most Thanked) in the last 7 days on futures io
(login for full post details)
#3 (permalink )
the coin hunter
virginia
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,029 since Jun 2009
Thanks: 845 given,
7,893
received
The following 3 users say Thank You to cory for this post:
(login for full post details)
#4 (permalink )
PUDUKKOTTAI,TAMILNADU.INDIA
Posts: 5 since Sep 2011
Thanks: 6 given,
0
received
Thank u very much for your quick and appropriate response!
Last Updated on September 12, 2011
Right now
Ongoing
Right now
February
Coming soon
March
Register to Attend
Elite only