Teknik Analiz Dünyasına Hoşgeldiniz. Paylaşmak Güzeldir.

Yayından kaldırmak istediğiniz formüller için algoritmabul@gmail.com ile iletişime geçebilirsiniz... 

  • DİKKAT: Formüller, Sistemler sadece eğitim amaçlıdır. Alım satım, olası anapara kaybı ve diğer kayıplar dahil olmak üzere "YÜKSEK RİSK" içerir.

turtle

  1. algoritma

    Trend Kanalı Turtle Trader Bands

    BandType:=Input("Band type (Choose 1 for Longs, 2 for Shorts): ",1,2,1); Periods:=Input("Lookback periods: ",2,1000,20); HalfPeriods:=periods/2; If(bandtype=1,Ref(HHV(H,periods),-1), If(bandtype=2,Ref(LLV(L,periods),-1),0)); If(bandtype=1,Ref(LLV(L,halfperiods),-1)...
  2. algoritma

    Pozisyon Turtle Trading System

    Turtle Trading System Turtle trading is a most famous trading system; I wrote a series of articles to provide the basic concepts of turtle trading system. In this article, I will give you a few examples on how to apply the turtle systems in your trading by using MetaStock. One of the most...