Recent content by pikk-pak

  1. P

    amibroker afl guidance

    thx mlsiqnups!! it looks like it worked... :D _SECTION_BEGIN("stochastic 4 hourly"); TimeFrameSet(4*inHourly); slow=StochD(5,3,3); fast=StochK(5,3); TimeFrameRestore(); _SECTION_END(); Buy=TimeFrameExpand(slow, 4*inHourly) < TimeFrameExpand(fast, 4*inHourly);
  2. P

    amibroker afl guidance

    unhappily the same again... :confused:
  3. P

    amibroker afl guidance

    I tried that but the same problem... :( I attach a jpg picture so you can see what happened....the main chart is 30 min, my second stoch is the 4 hourly...and the third indicator is daily...
  4. P

    amibroker afl guidance

    Hi guys! I'm working on one simple afl but it can't work. I have a simple chart with 30 min periodicity and a put a stoch indicator below which is 4 hourly(it's own timeframe).. this is only the "4 hourly stoch indicator": _SECTION_BEGIN("stochastic 4 hourly")...
Back
Top