MetaStock™ Zone Tworzenie Sytemów Trader Shop Forum & FAQ Artykuły Linki Elliott Waves EasyLanguage™ Zone

A B C D E F G H I J K L M N O P R S T U V W Y Z #

Finite Volume Elements System by Markos Katsanos
xxx


Finite Volume Elements System (MS v.8.0)

Buy Order

PDS:= 22;
PDS1:= 35;
MF:= C-(H+L) / 2 + Typical() - Ref(Typical(),-1);
FVE:= Sum( If( MF > 0.3 * C / 100, + V,
If( MF > -0.3 * C / 100, - V, 0 )), PDS) /
Mov(V,PDS,S) / PDS * 100;
((If(LinRegSlope(FVE,PDS1) > 0,1,-1) -
(If(LinRegSlope(C,PDS1) > 0,1,-1))>0) and cross(FVE,-5))

Sell Order

PDS:= 22;
PDS1:= 25;
MF:= C-(H+L) / 2 + Typical() - Ref(Typical(),-1);
FVE:= Sum( If( MF > 0.3 * C / 100, + V,
If( MF < -0.3 * C / 100, - V, 0 )), PDS) /
Mov(V,PDS,S) / PDS * 100;
LinRegSlope(FVE,PDS1) > 0 OR Simulation.CurrentpositionAge>=50


xxx

 


Finite Volume Elements System (all other versions)

Buy Order

PDS:= 22;
PDS1:= 35;
MF:= C-(H+L) / 2 + Typical() - Ref(Typical(),-1);
FVE:= Sum( If( MF > 0.3 * C / 100, + V,
If( MF > -0.3 * C / 100, - V, 0 )), PDS) /
Mov(V,PDS,S) / PDS * 100;
((If(LinRegSlope(FVE,PDS1) > 0,1,-1) -
(If(LinRegSlope(C,PDS1) > 0,1,-1))>0) and cross(FVE,-5))

Sell Order

PDS:= 22;
PDS1:= 25;
MF:= C-(H+L) / 2 + Typical() - Ref(Typical(),-1);
FVE:= Sum( If( MF > 0.3 * C / 100, + V,
If( MF < -0.3 * C / 100, - V, 0 )), PDS) /
Mov(V,PDS,S) / PDS * 100;
LinRegSlope(FVE,PDS1) > 0

 

 

More about this system read Markos Katsanos article "Detecting Breakouts" in TASC 4/2003.
Source / From: TOP
TASC 4/2003

Equis and MetaStock® and MetaStock Professional® are registered trademarks of Equis International. Achelis Binary Wave®, The DownLoader®,
Expert Advisor®, OptionScope®, Quotecenter® and Smart Charts® are trademarks of Equis International, a Thomson Reuters company.

TradeStation® Pro, TradeStation® 2000i, OptionStation®, SuperCharts®, PowerEditor® and EasyLanguage®
are registered trademarks of TradeStation Technologies, Inc. Other names and marks referred to are the property of their respective owners.

All information provided on this website is for educational purposes only. Trading involves risk, including possible loss of principal and other losses.

Ten i inne materiały na tej stronie zostały zamieszczone zostały jedynie w celach edukacyjnych, nie ponoszę żadnej odpowiedzialno¶ci za ich stosowanie.

Gra na giełdzie niesie ze sob± ryzyko poważnych strat finansowych!