With so many good coders here you guys should get together open a thread and start an open source independent charting platform. Which would accept any feed.
So, you think you have rights? LOL
Renko for MT4 build 600 37 replies
How to install indicators on MT4 build 600+? 9 replies
CTFMT4 and MT4 build 600 issue: calling Trader613 15 replies
RenkoLiveCharts EA & New MT4 "Build 600" Issues 5 replies
Bug reports for MT4 build 600+ 22 replies
DislikedDoes anyone know how to get around the SendMail function on the new Build 600?? On Build 509 my EA had no problems sending out emails but it wont work on the new build. Keep getting this error: Mail: 550 Sender Domain Invalid (VM420) Does anyone else have similar issues with sending out mail within their EA??Ignored
SendMail("New Bar - blah-b-d-blah"); DislikedPreviously, I made for myself a directory structure that contained all the indicators, scripts, templates, extra Sound files, etc. that I could easily copy-and-paste into any new MT4 installations. With the new 600+ builds and the Virtual Store in play, that has changed some things, but I think I have figured out a way to do things in a very similar way, once again. I've re-arranged my files to match the new folder names and locations. I've also figured out how to not use the Virtual Store, or at least it appears to work. I'm experimenting with...Ignored
DislikedWith so many good coders here you guys should get together open a thread and start an open source independent charting platform. Which would accept any feed.Ignored
Dislikedafter compiling my EA it automatically executes. I've looked in the Metaeditor options but can't find anything. Can anyone point me in the right direction or is it impossible to switch off this annoyance?Ignored
extern bool compile_lock = true;
int init() {
if (compile_lock) return(0);
//.... rest of init() code
}
int start() {
if (compile_lock) return(0);
//.... rest of start() code
} DislikedI wish more Brokers would offer "ProTrader" it seems like a good platform. Also capable of running MQ4 files. Anybody have any experience with it?Ignored
Disliked{quote} This has been futile so far, because there was no - feed! Because of the dominance of mt4, and the fact that metaquotes decided to not open up the server protocol. Only few brokers offer a (proprietary) api, and usually they offer the access to it only to high volume clients. Such api is tied to the broker. But this may change now, because the company behind cTrader has created an open api. Not only is cTrader platform offered by several brokers, and this number might grow in the future, but also the api can access a client's account regardless...Ignored
Disliked{quote} Give up on MT5 ? no chance . . . MT4.5 is simply a stepping stone to help get you onto MT5Ignored
Disliked{quote} I thought Protrader seemed like a great alternative with native support for both mql4 and c#. However after reading the post below I got a lot less optimistic about brokers adopting it. Without a pricing model that makes sense for brokers with established Metatrader user base adoption rates will be low. Also, it will probably be tough to sell traders on paying more for using another platform even if that platform is better. I also might have misunderstood what was said but if Protrader allows LPs last look then that is an issue as well....Ignored
Disliked{quote} Give up on MT5 ? no chance . . . MT4.5 is simply a stepping stone to help get you onto MT5Ignored
DislikedThe fail of MT5 has happened (note the past time) due the single position per pair, so traders have not accepted MT5. It's almost an ingenuous idea think that the reason why MT5 has not been accepted was because programmers have problems with the new improved language of MT5.Ignored
Disliked{quote} MT4 and MT5 are TRADING platforms, and the vast majority of people who use them are TRADERS, not programmers. The non-acceptance of MT5 is due primarily to traders' heavy reliance on custom indicators and EAs, and the failure of MQL4-coded indicators and EAs to run, without modification, on MT5.Ignored
Disliked{quote} I really hope that MetaQuotes guys are not so stupids to think a such wrong idea. The fail of MT5 has happened (note the past time) due the single position per pair, so traders have not accepted MT5. It's almost an ingenuous idea think that the reason why MT5 has not been accepted was because programmers have problems with the new improved language of MT5. I would be happy to program in MT5, but till traders will refuse it (due idiotic trading way) I will never start to release my software for MT5 platform.Ignored
Disliked{quote} MT4 and MT5 are TRADING platforms, and the vast majority of people who use them are TRADERS, not programmers. The non-acceptance of MT5 is due primarily to traders' heavy reliance on custom indicators and EAs, and the failure of MQL4-coded indicators and EAs to run, without modification, on MT5. You only have to read all of the problems in this thread, and others on the MetaQuotes and other forums, to see that TRADERS don't want to be bombarded with technical issues that they can't solve. They don't care what features the programming language...Ignored
Disliked{quote}It is unnerving to read that coders have solved their issues with their custom work arounds. The rest of us are stuck without charts.Ignored
DislikedWith so many good coders here you guys should get together open a thread and start an open source independent charting platform. Which would accept any feed.Ignored