PureBytes Links
Trading Reference Links
|
The trick I'm looking for is quite simple however I'm not sure if
available (Metastock 7.2). The idea is:
if H >= Ref(H,-1) then {Virtual Close} VC = Ref (H,-1);
the problem is that I need my VC to be Close of the bar which may be
tested in a system tester;
Since Metastock 7.2 can't test intraday prices but only O,H,C,L
therefore I need real C to be replaced by the value of my VC for test
only.
I assume that such trick cannot be coded and the only choice is to
change the real Close of that bar in my data stored by Downloader.
Is a easy way to handle it ? I can open dowloader and change C into VC
manually if H > Ref(H,-1) but it's time consuming :(
Or any other clues, codes ?
THX
KatHay
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|