Page 2 of 2
looking for signals
Posted: Tue Oct 08, 2013 5:49 pm
by athletico
C++, not methlab, but this code should work for you:
#include
int main(int argc, char *argv[])
{
while (beforeMarketClose())
{
if (pricesAreLow())
sendBuyOrder();
else if (pricesAreHigh())
sendSellOrder();
else
// yield thread, give prices a chance to update
::std::this_thread::sleep_for(50);
}
}
looking for signals
Posted: Wed Oct 09, 2013 1:00 am
by YukaRedux
Athletico, it's well proven that stocks follow a random walk - you'll need #include random in there to take account of this.
looking for signals
Posted: Wed Oct 09, 2013 2:01 am
by Greenwood
Hello,
My name is Philip Greenwood I am head of trading at CPF.
Thank you all for your comments and good humor.
Also, Thank you Atheletico for your code. It looks likes to me to be a API non-standard in C++ or Csharp. The main is similar to it so the language will be close to the two too. I guess technically, that code is possible with the exception may be of the update issues. You must an expert in two at least two separate functions or could be boolean out.
I prefer for interested parties to contact me directly, otherwise, have fun.
My skype is:Philrgreenwood
looking for signals
Posted: Wed Oct 09, 2013 3:16 am
by Phantom309
Richard... Richie... Rich... (Can I call you 'Rich?') Your response was a little hard to read but, thanks for the skype id anyway! I will be 'signalling' you soon! Don't mind my friends here. They have never suffered from the "spontaneous intellectual combustion" that your website warns about. But I have!
Here is the signal I was planning on using (not in C++)
[img]/User%20Files/802/bullshit.gif[/img]
Anyway, jokes aside. It says you are Head of Trading at CPF. Why did you come first as cpfalgos and then later as yourself? People here don't like ads very much Sad
looking for signals
Posted: Wed Oct 09, 2013 3:39 am
by Greenwood
Rich is fine, and glad to see your coping well with the "spontaneous intellectual combustion".
I asked my guy to get word out of some of the forums ref some new mandates we got in as I could not be bothered to do it my self.
But I am waiting in the wings ready to talk to any one seeking more info. It's not exactly rocket science what we do, but can be profitable for all involved in process.
Looking forward to people's, signal
looking for signals
Posted: Wed Oct 09, 2013 8:33 am
by FDAXHunter
I think there is plenty of signaling going on in your two posts. Why do you need more? I guess your filters are not picking it up?
looking for signals
Posted: Wed Oct 09, 2013 10:28 am
by Reactor Core
This thread was moved from [url=/Show%20Forum.aspx?ForumIDKey=2]Trading[/url] to [url=/Show%20Forum.aspx?ForumIDKey=12]Trashcan[/url].
Reason: Thread elicited too many negative ratings.