Jan -Sebastian / Publications
Forum
VPS connenction problems
Hello there fellow coders and traders, recently, I tested an EA on a VPS located in New York. It was running fine, until the EA suddenly deinitiated. But it reinitiated as if nothing happened seconds later. I would appreciate it, if someone could explain me, why the EA deinitiated and reinitiated
Need help for building an Expert Advisor
Hello there! Indicator: #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 Purple #property indicator_width1 2 #property indicator_color2 Purple #property indicator_width2 2 //---- indicator parameters extern int ExtDepth= 100 ; extern int ExtDeviation= 75 ;