Jump to content

XForecaster


dpat30

Recommended Posts

Re: req- XF0rec@ster

 

hahahaha...

 

P.S.: We intend to raise the price to 169$ in January 2010, so don't wait and purchase XForecaster™ now, while price is still low!

 

Mr.dpat30 ... i give you my exploration programme...

 

http://www.xforecaster.com/trades/fx-8.jpg

 

http://img138.imageshack.us/img138/6831/54301615.gif

 

The base of Indi = MA and calculation of Heiken Ashi smoothed...

 

 

#property copyright "Free from SEFC "
#property link      "Capcay goreng sambal lampung "

#property indicator_chart_window
#property indicator_buffers 4
#property indicator_color1 Red
#property indicator_color2 Aqua
#property indicator_color3 Red
#property indicator_color4 Aqua

double g_ibuf_84[];
double g_ibuf_88[];
double g_ibuf_92[];
double g_ibuf_96[];
int gi_100 = 0;

int init() {
  SetIndexStyle(0, DRAW_HISTOGRAM, STYLE_SOLID, 3);
  SetIndexBuffer(0, g_ibuf_84);
  SetIndexStyle(1, DRAW_HISTOGRAM, STYLE_SOLID, 3);
  SetIndexBuffer(1, g_ibuf_88);
  SetIndexStyle(2, DRAW_HISTOGRAM, STYLE_SOLID, 3);
  SetIndexBuffer(2, g_ibuf_92);
  SetIndexStyle(3, DRAW_HISTOGRAM, STYLE_SOLID, 3);
  SetIndexBuffer(3, g_ibuf_96);
  SetIndexDrawBegin(0, 5);
  SetIndexBuffer(0, g_ibuf_84);
  SetIndexBuffer(1, g_ibuf_88);
  SetIndexBuffer(2, g_ibuf_92);
  SetIndexBuffer(3, g_ibuf_96);
  return (0);
}

int deinit() {
  return (0);
}

int start() {
  double l_ima_0;double l_ima_8;double l_ima_16;
  double l_ima_24;double ld_32;double ld_40;
  double ld_48;double ld_56;
  if (Bars <= 10) return (0);
  gi_100 = IndicatorCounted();
  if (gi_100 < 0) return (-1);
  if (gi_100 > 0) gi_100--;
  for (int li_64 = Bars - gi_100 - 1; li_64 >= 0; li_64--) {
     l_ima_0 = iMA(NULL, 0, 28, 0, 0, PRICE_CLOSE, li_64);
     l_ima_8 = iMA(NULL, 0, 28, 0, 0, PRICE_LOW, li_64);
     l_ima_16 = iMA(NULL, 0, 28, 0, 0, PRICE_OPEN, li_64);
     l_ima_24 = iMA(NULL, 0, 28, 0, 0, PRICE_HIGH, li_64);
     ld_32 = (g_ibuf_92[li_64 + 1] + (g_ibuf_96[li_64 + 1])) / 2.0;
     ld_56 = (l_ima_0 + l_ima_24 + l_ima_16 + l_ima_8) / 4.0;
     ld_40 = MathMax(l_ima_24, MathMax(ld_32, ld_56));
     ld_48 = MathMin(l_ima_16, MathMin(ld_32, ld_56));
     if (ld_32 < ld_56) {
        g_ibuf_84[li_64] = ld_48;
        g_ibuf_88[li_64] = ld_40;
     } else {
        g_ibuf_84[li_64] = ld_40;
        g_ibuf_88[li_64] = ld_48;
     }
     g_ibuf_92[li_64] = ld_32;
     g_ibuf_96[li_64] = ld_56;
  }
  return (0);
}

Link to comment
Share on other sites

Re: req- XF0rec@ster

 

Notice :

======

 

Be carefully.. this indi can not give you high or low volatile market.. but this indi can give you big image--> bearish or bullish if candle cross and stay above or below histogram indi..

 

eg. if candle cross up histo and colour of histo = Aqua -----> trend up

candle cross down histo and colour of histo = Red ---> trend down

but..

if candle cross up histo and colour of histo still Red.. Then trend down continuation..

if candle cross down histo and clolour of histo still Aqua.. then trend up continuation

 

.............................................................................................................................

Best looking for trend in H4, and daily .. because if you use M1...M30 this indi lagging and make you nervouse..

 

important : don't use and look this indi if market ranging / sideways... and can't use scalp mode..

 

Version B (Free and Free Separator Windows)

you can add and input number MA in Indi..

eg. A= 8, B=0 (range A= 0~350), (Range B=0~3)

 

see picture below..

http://img695.imageshack.us/img695/6490/exp.gif

 

TQ.

Link to comment
Share on other sites

Re: XForecaster

 

it is a great indicator indeed and i'm now experimenting with it with a great results, but theres one that i miss, an alarm (pop up and sound ).So i would like someone to implement it as i'm not a coder and don't know how.During my trading im often browsing webs or watching movies instead staring at charts :P and that would really be helpfull so i won't miss a chance to enter trade :)

Thank You

Link to comment
Share on other sites

Re: XForecaster

 

What indicator are you using,and with what settings?It's not lagging/repainting?

 

it is a great indicator indeed and i'm now experimenting with it with a great results, but theres one that i miss, an alarm (pop up and sound ).So i would like someone to implement it as i'm not a coder and don't know how.During my trading im often browsing webs or watching movies instead staring at charts :P and that would really be helpfull so i won't miss a chance to enter trade :)

Thank You

Link to comment
Share on other sites

  • 2 months later...

Re: XForecaster

 

http://www.xforecaster.com/trades/dowjones-1.png

 

this looks like the newest version. does anyone have this ???

 

pls share

 

thanks in advance

Link to comment
Share on other sites

Re: XForecaster

 

free+sep with parameter A set to 28 it doesn't seems to lag and it only repaints last block.Im using it with renko blocks, pj-overRSI set to 21 and to show me entry point.

 

 

What is the size of the renko blocks you are using for this?

 

Thanks in advance ;)

Link to comment
Share on other sites

  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...