• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 10:38pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 10:38pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

tlatomi expert advisor MT4 1 reply

The Tlatomi Experience 372 replies

The Orginal Tlatomi Method - EA 14 replies

tlatomi method question 3 replies

Jaydog's Vages/Tlatomi Trades and discussion 54 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 109
Attachments: The tlatomi method
Exit Attachments
Tags: The tlatomi method
Cancel

The tlatomi method

  • Last Post
  •  
  • 1 3738394041 Page 42
  • 1 394041 Page 42
  •  
  • Post #821
  • Quote
  • Dec 30, 2008 3:45am Dec 30, 2008 3:45am
  •  Oksana17
  • | Membership Revoked | Joined Sep 2007 | 903 Posts
tlatomi is repainting. it does not work.
Request custom Expert Advisor or Indicator: dostapyuk "at" gmail . com
 
 
  • Post #822
  • Quote
  • Dec 30, 2008 4:27am Dec 30, 2008 4:27am
  •  sniperfox84
  • | Joined Nov 2008 | Status: Member | 53 Posts
Quoting Oksana17
Disliked
tlatomi is repainting. it does not work.
Ignored

is Tlatomi does not work on you...then find others..it might helped ya from other threads...yes..tlatomi repaint becarefull....
 
 
  • Post #823
  • Quote
  • Jun 18, 2010 12:16pm Jun 18, 2010 12:16pm
  •  Unit01
  • | Joined Jun 2010 | Status: Junior Member | 4 Posts
Quoting wackena
Disliked
Can not backtest as timer for when Bar closes only works when EA is attached to chart.
Ignored
Hello.
I found this thread while searching for the reason that SHI_SilverTrendSig does not work in backtesting.

I am trying to build an EA using SHI_SilverTrendSig. The results yielded one trade. I printed the values of SHI_SilverTrendSig to the journal in the strategy tester, and all the values were a large default number. At the same time, I ran it live and crossed checked the values during the same time. The SHI_SilverTrendSig values in the live EA were as expected, however in the tester, they were all the large default number. (The one trade that was made was before any of the values for SHI_SilverTrendSig had been calculated. I don't know how that happened yet.) I tested wackena's theory to the best of my knowledge by printing Close[i] for ten loops. They all showed up fine while backtesting. Is wackena talking about something else? Does anyone know why SHI_SilverTrendSig does not backtest?
Thanks,
Unit01
 
 
  • Post #824
  • Quote
  • Jun 18, 2010 4:31pm Jun 18, 2010 4:31pm
  •  mtuppers
  • | Joined Mar 2007 | Status: Member | 397 Posts
Quoting Unit01
Disliked
Hello.
I found this thread while searching for the reason that...
Ignored
maybe using stochastic crossover to do filter would help.

pm please send me the EA after add stochastic crossover.
 
 
  • Post #825
  • Quote
  • Aug 10, 2010 7:48pm Aug 10, 2010 7:48pm
  •  trj6911
  • | Joined Aug 2009 | Status: Member | 567 Posts
Guees everyone blew there account using this method ey!
 
 
  • Post #826
  • Quote
  • Aug 20, 2010 5:38pm Aug 20, 2010 5:38pm
  •  simpletrades
  • | Joined Sep 2009 | Status: Member | 141 Posts
Quoting Unit01
Disliked
Hello.
I found this thread while searching for the reason that SHI_SilverTrendSig does not work in backtesting.

I am trying to build an EA using SHI_SilverTrendSig. The results yielded one trade. I printed the values of SHI_SilverTrendSig to the journal in the strategy tester, and all the values were a large default number. At the same time, I ran it live and crossed checked the values during the same time. The SHI_SilverTrendSig values in the live EA were as expected, however in the tester, they were all the large default number. (The one trade...
Ignored
I really like what I see on my charts with SHI_SilverTrendSig also coded as Beginner Alert--(identical dot placements) since they call great pullbacks with the trend and i just ignore the countertrend ones, the only problem is they do not update on the bar close. At the bar close, I need to go into a different timeframe on my chart then back to the one i was in to find out if a new dot just appeared. Can you fix that for me? Whoever wrote it coded it for alerts and email which both work but only on each manually refreshed new dot appearance.

I'm posting the version I have of Beginner Alert aka SHI SilverTrendSig.
The only changes I made was to add code to add a variable called dist so that i can change the dot distance from the bar on a chart by chart input basis.
Inserted Code
#property copyright "Copyright © 2007, Heaven"
#property link      "[url]http://Beginner.com[/url]"
//----
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Lime
#property indicator_color2 Red
#define  SH_BUY   1
#define  SH_SELL  -1
//---- Входные параметры
extern double dist=0.5;
extern bool SoundON=false;//true;
extern int     AllBars=0;//Для скольки баров считать. 0 - для всех.
extern int     Otstup=30;//Отступ.
extern double  Per=9;//Период.
//----
int            SH,NB,i,UD;
double         R,SHMax,SHMin;
double         BufD[];
double         BufU[];
int flagval1=0;
int flagval2=0;
//+------------------------------------------------------------------+
//| Функция инициализации                                            |
//+------------------------------------------------------------------+
int init()
  {
   //В NB записываем количество баров для которых считаем индикатор
   if (Bars<AllBars+Per || AllBars==0) NB=Bars-Per; else NB=AllBars;
   IndicatorBuffers(2);
   IndicatorShortName("SHI_SilverTrendSig");
   SetIndexStyle(0,DRAW_ARROW,0,1);
   SetIndexStyle(1,DRAW_ARROW,0,1);
   SetIndexArrow(0,159);
   SetIndexArrow(1,159);
   SetIndexBuffer(0,BufU);
   SetIndexBuffer(1,BufD);
   SetIndexDrawBegin(0,Bars-NB);//Индикатор будетотображаться только для NB баров
   SetIndexDrawBegin(1,Bars-NB);
   ArrayInitialize(BufD,0.0);//Забьём оба буфера ноликами. Иначе будет мусор при смене таймфрейма.
   ArrayInitialize(BufU,0.0);
   return(0);
  }
//+------------------------------------------------------------------+
//| Функция деинициализации                                          |
//+------------------------------------------------------------------+
int deinit()
  {
   return(0);
  }
//+------------------------------------------------------------------+
//| Собсна индикатор                                                 |
//+------------------------------------------------------------------+
int start()
  {
   int CB=IndicatorCounted();
   /* Тут вот та самая оптимизационная фишка. В язык введена функция, которая возвращает количество
   посчитанных баров, причём очень хитро. При первом вызове индикатора это 0, всё понятно, ещё ничего
   не считалось, а затем выдаёт количество обсчитанных баров минус один. Т.е. если всего баров 100,
   то функция вернёт 99. Я ввёл такой код, выше у меня определялась NB - кол-во баров подлежащих
   обсчёту. В принципе этот параметр можно и выкинуть, однако для тех кто в танке (I80286) можно
   и оставить. Так вот, здесь, при первом вызове NB остаётся прежней, а при последующих уменьшается
   до последнего бара, т.е. 1 или 2, ну или сколько там осталось посчитать*/
   if(CB<0) return(-1); else if(NB>Bars-CB) NB=Bars-CB;
   for(SH=1;SH<NB;SH++)//Прочёсываем график от 1 до NB
     {
      for(R=0,i=SH;i<SH+10;i++) {R+=(10+SH-i)*(High[i]-Low[i]);}      R/=55;
//----
      SHMax=High[Highest(NULL,0,MODE_HIGH,Per,SH)];
      SHMin=Low[Lowest(NULL,0,MODE_LOW,Per,SH)];
      if (Close[SH]<SHMin+(SHMax-SHMin)*Otstup/100 && UD!=SH_SELL)
        {
         // Pop an Alert
         if (SH==1 && flagval1==0)
           {
            flagval1=1;
            flagval2=0;
   if (SoundON) Alert("BUY signal at Ask=",Ask,"n Bid=",Bid,"n Time=",TimeToStr(CurTime(),TIME_DATE)," ",TimeHour(CurTime()),":",TimeMinute(CurTime()),"n Symbol=",Symbol()," Period=",Period());
           }
      BufU[SH]=Low[SH]-R*dist; UD=SH_SELL;
        }
      if (Close[SH]>SHMax-(SHMax-SHMin)*Otstup/100 && UD!=SH_BUY)
        {
         // pop an Alert
         if (SH==1 && flagval2==0)
           {
            flagval2=1;
            flagval1=0;
     if (SoundON) Alert("SELL signal at Ask=",Ask,"n Bid=",Bid,"n Date=",TimeToStr(CurTime(),TIME_DATE)," ",TimeHour(CurTime()),":",TimeMinute(CurTime()),"n Symbol=",Symbol()," Period=",Period());
           }
         BufD[SH]=High[SH]+R*dist; UD=SH_BUY;
        }
     }
   return(0);
  }
//+------------------------------------------------------------
 
 
  • Post #827
  • Quote
  • Mar 7, 2011 8:30am Mar 7, 2011 8:30am
  •  gyanpapi
  • | Joined Feb 2011 | Status: Member | 475 Posts
Its looks so good ... with manual back testing does it repaint !
 
 
  • Post #828
  • Quote
  • Nov 4, 2011 1:36am Nov 4, 2011 1:36am
  •  stupip
  • | Joined Oct 2011 | Status: Member | 40 Posts
Hey Steinitz,

What are you up to now? Still trading? Retired?
 
 
  • Post #829
  • Quote
  • Last Post: Dec 5, 2011 10:09am Dec 5, 2011 10:09am
  •  HAForex
  • | Joined Dec 2011 | Status: Junior Member | 1 Post
Hi judex001,

Are you still using this method?

Have you modified it?

If yes, could you please post a PDF.

Thank you.
 
 
  • Trading Systems
  • /
  • The tlatomi method
  • Reply to Thread
    • 1 3738394041 Page 42
    • 1 394041 Page 42
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023