Jump to content

wadesworld

Members
  • Posts

    276
  • Joined

  • Last visited

Posts posted by wadesworld

  1. Yes.

    Currently I look at 15 min and 30min TF.

    Once I have a signal on 15 min i wait for a 30min signal.

    Best entry is, when both signals occur at the same time, or within 15min window.

    In addition I add ADX indicator. The good old one ;-)

    When ADX is on 15min above 25, then the move should be big enough....

     

    SL: as per 15min TF / Trailing 15pips.

    TP: as per 30min TF

    Pairs I use: EURUSD, GBPUSD, GBPJPY

    Over the years I've seen several adx Indies. I'm curious to which version you're referring to. Can you post it or a pic of it? I've been using the adx candles the same way and it has done decently....thanks.

  2. Please share your system a k a "the ore",I will refine it myself searching for the trading gold,Harsh124! :D

     

    Look at post 227 ...it has some decent coding. There are other posts that describe the last manual rules too 165 (rio's EA) 168-170(manual rules). Hope this helps...also googled the kicker signals which produced a lot of decent reading material about the piercing pattern. Later.

     

     

    P.S. But don't get me wrong, I too would like Harsh124 to share too....

  3. Hello all... just going through the thread... wondering if anyone has this S&R indicator posted by konorti from post #101... the link is dead... would appreciate it if someone could post another link...

     

    Also curious if anyone is trading Harsh's system MANUALLY, and what results?? ... since it seems a successful EA was never completed... many thanks..

     

    I would be interested in this indie if anyone has it.....Thanks.

  4. Hey Marchello.....been quite a while since we last chatted. How's the markets been trading you lately? Going back to college after 20+ has taken me out of the loop here at II. Thanks for the link by the way. Send me a PM, I've got something I want to share with you....later.

     

     

     

    Update: Does Mr. Stendahl have a fixation on cocaine or something? He must have mentioned "keeping the powder dry" 2 dozen times....:-$

  5. hmm, I agree. So here is an indicator that goes 'nicely' with the repainting indicator price. This indicator never repaint.

     

    #property copyright "SpanishOpenLine"

    #property link "[email protected]"

     

    #property indicator_chart_window

    #property indicator_buffers 1

    #property indicator_color1 Blue

     

    double g_ibuf_76[];

    extern int TimeZoneOfData = 0;

     

    int init() {

    SetIndexStyle(0, DRAW_LINE);

    SetIndexBuffer(0, g_ibuf_76);

    SetIndexLabel(0, "Open");

    SetIndexEmptyValue(0, 0.0);

    return (0);

    }

     

    int deinit() {

    return (0);

    }

     

    int start() {

    int li_0 = IndicatorCounted();

    if (li_0 > 0) li_0--;

    int li_4 = Bars - li_0;

    DailyOpen(0, li_4);

    return (0);

    }

     

    int DailyOpen(int ai_0, int ai_4) {

    int li_8 = 3600 * TimeZoneOfData;

    double ld_12 = 30.0 / Period();

    bool li_20 = TRUE;

    ai_4 = MathMin(Bars - 20.0 * ld_12 - 1.0, ai_4);

    for (int li_24 = ai_4; li_24 >= ai_0; li_24--) {

    g_ibuf_76[li_24] = 0;

    if (li_20) {

    if (TimeDay(Time[li_24] - li_8) != TimeDay(Time[li_24 + 1] - li_8)) {

    g_ibuf_76[li_24] = Open[li_24];

    g_ibuf_76[li_24 + 1] = 0;

    } else g_ibuf_76[li_24] = g_ibuf_76[li_24 + 1];

    }

    }

    return (0);

    }

     

    Thanks ....nice little indie. I don't think I've ever seen this S/R indicator before.

  6. LOL....we could start a whole thread on trading Oanda's java platform here. I am a fan of the java but their mt4 needs some reworking....I have also been with George for some time, got in when lifetime memberships were $77usd. George is a rare breed in the retail forex information market. If a person were to get some George Smith, Lance Beggs: "YTC", and some Sam Seiden supply and demand under their belts they would be pretty well off....
  7. This guy master92whocares is such a fraud. He is always ranting on about signals and services but I have yet to see him post any content from the 5 different forums that I share with him.....He is always puffing his own peter to the point that he becomes a megalomaniac. >:)>:)>:) I have been toying with this poor portugese boy all weekend and he still doesn't get it....lol. Stay away from whatever he is offering. :-O:-O:-O
  8. This guy master92whocares is such a fraud. He is always ranting on about signals and services but I have yet to see him post any content from the 5 different forums that I share with him.....He is always puffing his own peter to the point that he becomes a megalomaniac. >:)>:) I have been toying with this poor portugese boy all weekend and he still doesn't get it....lol. Stay away from whatever he is offering.:-O:-O:-O
×
×
  • Create New...