swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swarm-Support] Modification to MarketObserverSwarm to run on OSX


From: Perrone Alessandro
Subject: [Swarm-Support] Modification to MarketObserverSwarm to run on OSX
Date: Sat, 15 Feb 2003 15:42:58 +0100

Hi
It is a point and click install and it will compile and run at least
heatbugs, mousetrap and ASM without any modifications.
If anyone wants to see Market simulation here are the modification (3) into marketObserverSwarm
--
line 82 from
  [[[priceElement setLabel: "price"] setColor: "red"] setWidth: 3];
to
 [priceElement setLabel: "price"];
  [priceElement   setColor: "red"];
  [priceElement setWidth: 3];
---
line 90
  [[dividendElement setLabel: "dividend"] setColor: "black"];

to
 [dividendElement setLabel: "dividend"];
  [dividendElement  setColor: "black"];


--
line 98
  [[fundamentalElement setLabel: "fundamental"] setColor: "blue"];

to
  [fundamentalElement setLabel: "fundamental"];
  [fundamentalElement setColor: "blue"];
---

Then make  and see the simulation.
                                        ALEX


reply via email to

[Prev in Thread] Current Thread [Next in Thread]