Money.plFirmaGrupa pl.soc.prawo

Elder's Market Therm formula?

poprzedni wątek | następny wątek pl.biznes.wgpw
2006-01-12 07:17 Elder's Market Therm formula? Agryppa
Witam,
Gdzie w sieci znajdę gotową do Metastoka formułę Market therm?

tnx
Agryppa
2006-01-12 09:57 Re: Elder's Market Therm formula? Lucek

Użytkownik "Agryppa"

> Gdzie w sieci znajdę gotową do Metastoka formułę Market therm?

{Elder's market thermometer}

If(HRef(L,-1), 0, If((H-Ref(H,-1))>(Ref(L,-1) -L),
H-Ref(H,-1), Ref(L,-1)-L))


Lucek

2006-01-12 10:51 Re: Elder's Market Therm formula? Agryppa
Lucek wrote:
> {Elder's market thermometer}
>
> If(HRef(L,-1), 0, If((H-Ref(H,-1))>(Ref(L,-1) -L),
> H-Ref(H,-1), Ref(L,-1)-L))
>
>
> Lucek
Wkleiłem do indicator builder lecz nie tego się spodziewałem. Normalnie ten
wskażnik posiada: średnią, histogram, kolory temperatury rynku. Wówczas
dopiero interpretacja jest czytelna.

Może znasz inną formułę?

Agryppa
2006-01-12 11:51 Re: Elder's Market Therm formula? Lucek

Użytkownik "Agryppa"
> Wkleiłem do indicator builder lecz nie tego się spodziewałem. Normalnie
ten
> wskażnik posiada: średnią, histogram, kolory temperatury rynku. Wówczas
> dopiero interpretacja jest czytelna.
>
> Może znasz inną formułę?

Tutaj jest moja interpretacja Bull&Bear Eldera
http://www.wn.pl/Elder's%20Bear_Bull%20Power.png
Jest to wykres intra 60'

Kilka lat temu kombinowałem z Force Indexem,
ale z tego zrezygnowałem.
Z tamtego czasu mam ten wskaźnik Therm,
który gdzieś mi wpadł w ręce.
Zmiana na histogram, dodanie średniej i zmiany kolorów
to pikuś, tylko czy masz jakąś interpretacje tego wskaźnika?

Lucek

2006-01-12 12:42 Re: Elder's Market Therm formula? Agryppa
Lucek wrote:

> Zmiana na histogram, dodanie średniej i zmiany kolorów
> to pikuś, tylko czy masz jakąś interpretacje tego wskaźnika?
>
> Lucek
Market Thermometer gives four trading signals, based on the rela-
ionship between its histogram and its moving average:
The best time to enter new positions is when Market Thermometer
falls below its moving average. When Market Thermometer falls below
its EMA, it indicates that the market is quiet. If your system flashes an
entry signal, try to enter when the market is cooler than usual. When
Market Thermometer rises above its moving average, it warns that the
market is hot and slippage more likely.
Exit positions when Market Thermometer rises to triple the height
of its moving average. A spike of Market Thermometer indicates a
unaway move. When the crowd feels jarred by a sudden piece of
news and surges, it is a good time to take profits. Panics tend to be
short-lived, offering a brief opportunity to cash in. If the EMA of
Market Thermometer stands at 5 cents, but the Thermometer itself
shoots up to 15 cents, take profits. Test these values for the market
you are trading.
Get ready for an explosive move if the Thermometer stays below its
moving average for five to seven trading days. Quiet markets put ama-
teurs to sleep. They become careless and stop watching prices. Volatility
and volume fall, and professionals get a chance to run away with the
market. Explosive moves often erupt from periods of inactivity.
Market Thermometer can help you set a profit target for the next
trading day. If you are a short-term trader and are long, add the value
of today?s Thermometer EMA to yesterday?s high and place a sell order
there. If you are short, subtract the value of the Thermometer?s EMA
from yesterday?s low and place an order to cover at that level.


Podaj mi w takim razie tę zmienioną formułę, tak, by był histogram ze
odpowiednią średnią, oraz koloryzacja temperatury. Ważne, by proporcje były
takie, jakie zalece Elders.
Oto jego formuła:
if (hiref(lo,?1), 0, if ((hi ? ref(hi,?1)) >
(ref(lo,?1) ? lo), hi ? ref(hi,?1), ref(lo,?1) ? lo)).


agryppa
2006-01-12 13:20 Re: Elder's Market Therm formula? Lucek

Użytkownik "Agryppa" > Podaj mi w takim razie tę zmienioną
formułę, tak, by był histogram ze
> odpowiednią średnią, oraz koloryzacja temperatury. Ważne, by proporcje
były
> takie, jakie zalece Elders.
> Oto jego formuła:
> if (hiref(lo,?1), 0, if ((hi ? ref(hi,?1)) >
> (ref(lo,?1) ? lo), hi ? ref(hi,?1), ref(lo,?1) ? lo)).


To co podałem poprzednio, jest identyczne z tym powyżej.
Teraz masz zmiany, o które prosiłeś.
wsk:=Input("EMA",2,100,5);
A:=If(HRef(L,-1), 0, If((H-Ref(H,-1))>(Ref(L,-1) -L),
H-Ref(H,-1), Ref(L,-1)-L));
{A zapisz jako Histogram}
B:=Mov(A,wsk,E);
Red:=If(A Green:=If(A>B,A,0);
Red;Green;B

Lucek

2006-01-12 13:33 Re: Elder's Market Therm formula? Agryppa
Lucek wrote:

> Teraz masz zmiany, o które prosiłeś.
> wsk:=Input("EMA",2,100,5);
> A:=If(HRef(L,-1), 0, If((H-Ref(H,-1))>(Ref(L,-1) -L),
> H-Ref(H,-1), Ref(L,-1)-L));
> {A zapisz jako Histogram}
> B:=Mov(A,wsk,E);
> Red:=If(A > Green:=If(A>B,A,0);
> Red;Green;B
>
> Lucek
Wkleiłem to w czyste pole dla nowego wskażnika. Nie wyswietla mi histogramu,
ani kolorów. Pojawiła się natomiast średnia.

jakieś sugestie?

Agryppa
2006-01-12 14:10 Re: Elder's Market Therm formula? Lucek

Użytkownik "Agryppa"


> Wkleiłem to w czyste pole dla nowego wskażnika. Nie wyswietla mi
histogramu,
> ani kolorów. Pojawiła się natomiast średnia.
>
> jakieś sugestie?

Kliknij dwa razy na jedna linie, zrób z tego histogram i kolor zielony.
Nastepnie zrób to samo z druga i kolor czerwony.
Średnia zostanie w postaci linii, kolor dowolny.
Jeśli miałeś szczeście, powinno byc OK,
jesli nie, musisz próbować dalej.

Lucek

2006-01-12 14:20 Re: Elder's Market Therm formula? Agryppa
Lucek wrote:

> Kliknij dwa razy na jedna linie, zrób z tego histogram i kolor zielony.
> Nastepnie zrób to samo z druga i kolor czerwony.
> Średnia zostanie w postaci linii, kolor dowolny.
> Jeśli miałeś szczeście, powinno byc OK,
> jesli nie, musisz próbować dalej.
>
> Lucek
OK Zrobiłem chyba histogram. Ale to nie wszystko. Słupki histogramu mają być
zielone, gdy są poniżej średniej, różowe, gdy powyżej, a czerwone, gdy są
trzy razy wyższe aniżeli średnia. To jest wówczas prawdziwy Therm
Indicator.

Czy jesteś w stanie coś takiego zrobić?

Agryppa
2006-01-12 16:15 Re: Elder's Market Therm formula? Lucek

Użytkownik "Agryppa"

> OK Zrobiłem chyba histogram. Ale to nie wszystko. Słupki histogramu mają
być
> zielone, gdy są poniżej średniej, różowe, gdy powyżej, a czerwone, gdy są
> trzy razy wyższe aniżeli średnia. To jest wówczas prawdziwy Therm
> Indicator.
>
> Czy jesteś w stanie coś takiego zrobić?


Panie Prezesie, melduje wykonanie zadania!!!

http://www.wn.pl/Wykres%20Intra%2060min.png

Lucek

nowsze 1 2

Podobne dyskusje

Tytuł Autor Data

Market Wizards : Interviews with Top Traders by Jack Schwager

pawel- 2006-01-23 12:58

formula Metastocka - posba o pomoc.

_Marcin_ 2006-03-30 13:12

formula Metastocka - posba o pomoc.

_Marcin_ 2006-03-30 13:12

Online Stock Trading and How the Stock Market Works

picwordwriter 2006-06-01 05:43

Online Stock Trading ,How the Stock Market Works

picwordwriter 2006-06-15 04:30

Online Stock Trading and How the Stock Market Works

picwordwriter 2006-07-01 03:57

Capital Market Services (CMS)

Mucha 2006-07-26 23:32

market order

marcin 2006-11-21 00:34

Amibroker - prosta formula i blad

kendy 2007-03-20 00:43