|
|
Search
You searched for the word(s):
Showing page 1 of 27 (1,341 total posts)
< 1 second(s)
-
hey joesb213 ..... i got your pm and will try to write something up today for you..... it might take us a few attempts cause key terms can be missunderstood between languages..... but we will be successful.....
you are wise to be employing metastock now...... the last 3 months and the next 6 will most likely be the most ...
-
dang aren't there some deals out there today....... not only in the markets but also the marketplace.... dell just ''made-me-an-offer-i-couldn't-refuse''......
when i went to move meta to the new laptop, the text doc containing the license number in the equis folder is no longer there..... ...
-
that was using end of day version in the post above, just checked real time version and everything works ok until i attempt to use anything that has a reference to a datalink symbol in any manner.....
i can pull up any datalink symbol or layout using local data but at that point nothing else works.... no symbol from esignal can ...
-
hey all..... there was some sort of maintence work done over the weekend for datalink..... i use both esignal and datalink.... tonight esignal downloads ok but datalink just locks up.....
it's not a time of day issue.....
just shootin from the hip, it appears the downloader program is having difficulty ...
-
hey joe..... no one wants to loose money but most of us do quite reguarly..... it appears somewhat easier to loose via forex than other markets.....
ibfx has some handy educational information..... no guarentee to avoid losses but worthwhile reading none the less.....h
-
hey tl.... i have no ties to equis..... some of your concerns are beyond my scope.....
my current systems are dell dual cores, both amd and intel, vista os..... meta v10, vista versions, have worked better than the comparable meta versions did on xp..... of course the machines are better..... i have esignal pro and qc pro ...
-
hey paradox..... somewhere on the forum patrick had posted many basic type expert systems.... lookin at how he coded those can be a big help for us new to meta, or at least was for me.....
in the system tester is a system, 'equis moving average',..... those rules would give you an idea of just what to put in the symbols section, just ...
-
hey ms leopard..... what are you refering to as a background image... you can save a chart using save under the the files tab, or save as html...... if your wanting to create an image of your entire screen, which would make an image of eveything on the monitor, you can use the keyboard 'print screen' key.....
are you trying to create ...
-
hey jon..... the number of records required did not occur to me but you got it..... except it says Records Required: 1....... records setting should be at least enough bars to cover the date..... so if your lookin back a year it would be approx the number trading days in a year.... 250 should cover it.... h
-
hey jon..... your code looks ok ....... from your post it's not completely clear of the location of your m=11, d=31 and such.... it should appear as below.....h
//---------------
Exploration notes { i changed the date and < just as a check} Col A: ...
-
hey metarminator..... several questions come to mind...... what method are you using to apply the lines.... are you using the horzointal line tool itself.... or is this line being applied by an indicator..... if it's an indicator, are you overlaying the indicator with out scale........
which version of meta are you using and if you just run
-
hey stocktester..... to sell at a set time after opening you can use the barssince function in a manner like below.....h
buy when 10 crosses the 20
//--------------------------
a:=mov(c,10,s);aa:=mov(c,20,s);
cross(a,aa);
//-------------------------
sell 3 bars after the 10 crosses the ...
-
hey padme..... ordinarily i'd recommend ibfx but their forum has been down for quite some time now and i have a feeling it might not be resumed.....
you might try fxfisherman and forexfactory..... of those 2 , fxfisherman might be more receptive..... forextsd is another one..... moneytec and stratgeybuilderfx also.... some forums
-
hey gp..... are you wanting this as a ploted indicator or are you trying to determine the actual value barsince to use in a formula somewhere else......
if your just wanting a visual plot, something like below will plot the common saw tooth wave..... it's just summing the days since the last time the high was a certain ...
-
hey padme..... back then forex did not interest me..... today i'm consumed by it, or at least consumed in writing ea's and indicators.....
actually i can make, or loose, far far more in stock and index trading..... and the risk of loss via forex is no concern , like any active option trader i'm accustomed to huge losses.....
the prime
-
hey newtrader...... it's not using 14 days/bars...... rsi is one of the indicators that builds on it's previous value..... and it's previous value was created using it's previous value which was created using its previous,,,,,,,, ..... so in a sense, every bar loaded in the chart is be used to ...
-
hey newtrader..... many indicators will have differing values if you load fewer bars.... it's the math..... be sure to take that into account when developing systems..... h
-
hey sam.... the actual method of testing intraday is same as testing eod..... except for the difficulty in obtaining intraday data files to run the test on..... in a very real sense , metastock only sees a price bar with open, high, low, close , volume , and oi ..... a hour bar is the same as ...
-
hey sam..... sorry, overlooked your post here..... how's your intraday testing gong.....
testing on intraday data can be a real time burnin chore.... and if your testing on many securities at a time using internet speeds less than dsl , it close to impossible..... somewhere i've written up how to's to make intraday testing ...
-
hey tricky..... yes , all v10.up versions work without noticeable problems on the duo cores vista's aero resolution, both intel and amd...... my vista's are from dell so they are purpose built and should be taylor made to handle any demanding needs the aero resolution might have..... ...
-
hey padme..... had metastock fx when it first came out but back then forex did not interest me.... so i did not look at it very close..... from what i remember qc was the only data vendor and it did not interface with any sort of broker, of course that may have changed.... orders would have to be input ...
-
hey brian..... to be new to programing but still attempt to code demark implies you aim high..... real high.... i like your style.....
we did some work on the sequential a while back.... wabbit is handy at reducing code to it's lowest denominator, check his ideas for improving our code here..... h
-
hey tricky.... my comments here might not be much help but here goes....
all my systems seem to be working better with vista premium than they did with xp.... the quirks of vista were a pain at first but preformance has been without com |