How can a software be 1000% faster than some other software?? Let's imagine some fictional process durations. Some software requires 1000...
Or like this one // http://www.amibroker.com/kb/2014/11/28/how-to-restrict-trading-to-certain-hours-of-the-day/ //...
// http://www.amibroker.com/kb/2014/11/28/how-to-restrict-trading-to-certain-hours-of-the-day/ //...
Try AmiBroker and/or Sierra Charts. NT and Multicharts are kiddy softwares. Later ones (MC) don't even know what they are actually developing at...
upbars = Sum ( C > O, BarsSince ( O >= C ) ); downbars = Sum ( O > C, BarsSince ( C >= O ) );
Why even using loop? Simply use cum(). up = Cum( C > O );
Seems like you've got a response with example in AB's official forum already....
AmiBroker does it also. i.e. should be like this one I guess // IB symbol strings BUNDstr = "FGBL Jun 15-DTB-FUT-EUR"; BOBLstr = "FGBM Jun...
Just for the record and keeping you further informed about your limits but you have put in the wrong quote. It should have been one of yours....
He's an obvious troll and complete noob. Waste of time.
Wow, a subpar brain we have here. You should think before talking amateurish nonsense as proven by your first post. And since you are an amateur...
Then do code it (or let others do the job) instead of talking nonsense resulting from lack of knowledge.
http://www.amibroker.com/kb/2014/11/26/handling-limit-orders-in-the-backtester/
Nonsense.
Once again there is not "unbreakable". You can make it hard to be breakable. But only time decides for how long something is "secure" and how much...
Yes, their software let's you protect your code via DLL (C/C++/NET). But there is no such thing as bullet proof protection anywhere. Forget it!
Twice as much is not almost as good as. It's 100% worse.
$.04 per 1K lot or $40 per million traded, that's double of what other brokerages charge. How is twice as much equal to super tight or deep...
"If you can't do that, then your code is too complex" And/or it is very badly commented or not commented at all.
Amibroker don't do any phoning home fooling around to their servers, for example. Better more competent software anyway.
Separate names with a comma.