Forum

Remove EA from VPS

Question, I removed EA's from my charts for some reason they are still executing trades ? Any advice on how properly remove them and reinstall others thanks

The CHOP

Hi Guys question what indicator is best for recognizing the CHOP, sideways price action, other people call it consolidation or accumalation for all time frames? Thanks

Expert Advisor & VPS

A few days ago I rented a VPS through metarader, I noticed when my terminal synchronized the little smily face turned to sad face meaning the advisor was synchronized. Today I added another expert advisor to my terminal, the next thing I did I right cliecked on the vps in Navigator, then I clicked

Bought an Indicator

Hi I bought an indicator today here on the website. After purchase I see theres a link that says install on terminal, so I click on it that, it opens up my metatrader but does not install the indicator. I do have expert advisors on a vps . Is that the reason why it wont download the indicator

2 min Chart

Hi I need help aquiring a 2 min chart, can anybody helps thanks

Trailing Stop

Hi Community Question trailing stop is not working for me. What can i do to make sure its working properly thanks

Need help with Metatrader VPS

I purchased 3 months of metatraders VPS Hosting service . It turns out my programmer told me that the vps I have has a lot of disconnections. He looked at my log files and notice alot of disconnections. What can I do? Thanks

Coding Question

void OnTick () { // We create a variable for the signal string signal = "" ; // We define the EA double K0= iStochastic ( _Symbol , _Period , 5 , 3 , 3 , MODE_SMA , 0 ,MODE_MAIN, 0 ); double D0= iStochastic ( _Symbol , _Period , 5 , 3 , 3 , MODE_SMA , 0 ,MODE_SIGNAL, 0 ); double K1=

What is considered as good drawdown for an EA?

Hi Guys, I just recently built my first EA. I did a strategy test it says my drawdown is 48.81%. I'm new to this stuff is this a good number? Any ideas what I can do to make it better? Thanks

Close & Reverse

Hi Guys is there a close and reverse script out there where it allows to close my trade and automatically open a trade in the opposite direction with the same lot size I closed with? Thanks