newoptionz / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
newoptionz
Added topic Writing stratergy tester results to file
Hi I want to record my stratergy tester to a file. I want to record all its bids and asks and how it sees my indicators. Then I want to read that into an C# (from sharp development http://www.icsharpcode.net/OpenSource/SD/ ) program and really debug
newoptionz
Added topic Toggle breakpoint??
Hi How does one use breakpoints in ones code ? What is their purpose? I see one can toggle them, but they don't work when I attach the EA to a chart. Are they there for debugging - as that would be great if one could step through the code - as in a
newoptionz
Added topic Static variable problem - Please help
Hi I am trying trouble with the following piece of code. .. static double firstbuysl, firstsellsl, firstbuyprice, firstsellprice; static double mylasttradeprice = 0; double sarCurrent, sarPrevious, momCurrent, momPrevious,x,y,t; ... x =
newoptionz
Added topic Basic questions ...
Hi I want to do the following in code 'Don't trade for 30 minutes since my last trade' So if my indicators indicate that I should add to my current trade again then I place trade in the same direction only if 30minutes have past I am doing the
: