PureBytes Links
Trading Reference Links
|
Michael,
I once had the same problem. It turns out I had Omega's TS running on
a box under Win 3.11, a 16 bit OS, and Dow Jones TS running on WinNT
4.0, a 32 bit OS. To my amazement, I had to change the number of days
referecend on the former by 1, like from @highest(high, vara) to
either @highest(high, vara+1) or @highest(high, vara-1) on the Win
3.11 one to get it to give me the same signals.
Your problem sounds the same as mine, and I'll bet it has a very
similar solution. Are you running the same operating systems and TS
versions on each machine? -Ralph Vince
---Micheal Rebuck <mkt-flow@xxxxxxxxxxxx> wrote:
>
> Help please!
>
> I run two computers - one for testing and one for trading. Some of the
> trading signals and "ShowMe's" I get on the testing computer do not
appear
> on the trading one either in real time or historically. It is
definitely NOT
> a bouncing tick issue. I think I have tried everything:-
>
> Compared data on both computers.
> Compared all inputs and properties on ShowMe and system.
> Compared format price and chart data on both computers.
> Compared price data on both.
> Compared all options under Tools/Options.
> Deleted all four applicable functions from trading computer and re
loaded
> them to be positive that they are identical - which they are.
> Did same with the system and the showme's.
>
> Yet I still cannot get some of the trades or the showme's to appear
on the
> second computer.
>
> Any ideas PLEASE - as I have to get the signals I have researched on
the
> trading computer.
>
> Thanks in advance.
>
> Micheal Rebuck
>
>
>
>
|