Insider 3000 - Forums
Insider 3000 - Forums
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Problemi con "Insider 3000 versione 3"
 Problemi col linguaggio di programmazione
 Pattern di prezzo
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Lar_01
Nuovo Utente

5 Posts

Posted - 16 April 2006 :  19:27:07  Show Profile  Reply with Quote
Come si converte questo pattern da metastock a insider 3000:

Ref(C,-1)<Ref(O,-1) AND C>O
AND H<Ref(H,-1) AND L>=Ref(L,-1)


VI RINGRAZIO ANTICIPATAMENTE

SupportoTecnico
Forum Admin

1261 Posts

Posted - 17 April 2006 :  13:38:29  Show Profile  Reply with Quote

La conversione è questa:

(Value(Close, -1) < Value(Open, -1)) AND (Close > Open) AND (High < Value(High, -1)) AND (Low >= Value(Low, -1))

Go to Top of Page

Lar_01
Nuovo Utente

5 Posts

Posted - 17 April 2006 :  20:04:43  Show Profile  Reply with Quote
Da referenziare:


La conversione è questa:

(Value(Close, -1) < Value(Open, -1)) AND (Close > Open) AND (High < Value(High, -1)) AND (Low >= Value(Low, -1))





Ti ringrazio per la risposta pero, quando lo inserisco mi da errore ! dove sbaglio?

Go to Top of Page

SupportoTecnico
Forum Admin

1261 Posts

Posted - 17 April 2006 :  23:18:58  Show Profile  Reply with Quote
Ti consiglio vivamente di leggere il capitolo sul linguaggio di programmazione nel manuale. Sono spiegate le basi del linguaggio di Insider 3000.

Tra le altre cose.. dove vuoi inserire questa formula? a cosa ti serve? per un Trading System?


Scrivi così:

Function Main()
Return (Value(Close, -1) < Value(Open, -1)) AND (Close > Open) AND (High < Value(High, -1)) AND (Low >= Value(Low, -1))
EndFunction


Oppure:

Function Main()
Return (Close(-1) < Open(-1)) AND (Close > Open) AND (High < High(-1)) AND (Low >= Low(-1))
EndFunction

Go to Top of Page

Lar_01
Nuovo Utente

5 Posts

Posted - 18 April 2006 :  10:59:22  Show Profile  Reply with Quote
Da referenziare:

Ti consiglio vivamente di leggere il capitolo sul linguaggio di programmazione nel manuale. Sono spiegate le basi del linguaggio di Insider 3000.

Tra le altre cose.. dove vuoi inserire questa formula? a cosa ti serve? per un Trading System?


Scrivi così:

Function Main()
Return (Value(Close, -1) < Value(Open, -1)) AND (Close > Open) AND (High < Value(High, -1)) AND (Low >= Value(Low, -1))
EndFunction


Oppure:

Function Main()
Return (Close(-1) < Open(-1)) AND (Close > Open) AND (High < High(-1)) AND (Low >= Low(-1))
EndFunction





Vorrei realizzare un "Expert" che faccia la ricerca dei pattern di prezzo, come funziona in metastock.
Grazie

Go to Top of Page

SupportoTecnico
Forum Admin

1261 Posts

Posted - 18 April 2006 :  12:27:07  Show Profile  Reply with Quote
Un qualcosa del genere lo puoi fare con la finestra "FIND" di Insider 3000. Al momento è ancora un pò "grezza" ma presto uscirà un aggiornamento del programma dove questa finestra viene discretamente migliorata.
Go to Top of Page

Lar_01
Nuovo Utente

5 Posts

Posted - 18 April 2006 :  16:14:43  Show Profile  Reply with Quote
Da referenziare:

Un qualcosa del genere lo puoi fare con la finestra "FIND" di Insider 3000. Al momento è ancora un pò "grezza" ma presto uscirà un aggiornamento del programma dove questa finestra viene discretamente migliorata.



Ok, grazie

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Insider 3000 - Forums © Copyright 2003-2016 Tradersoft s.r.l. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07