Forum

AMP and MT5 Freezing/Locking Up

Does anyone else using MT5 with AMP and experience freezing/locking up of the application? I definitely don't think this is my PC, its an Intel i7-7700k processor with 32 GB's of RAM. Not the best CPU anymore, but definitely capable enough to handle trading. I'm trying to hold off on upgrading my PC

Expert made a few trades it shouldn't have

I'm attaching a screenshot of what happened here. Basically, on candle close above a support line or below a resistance line the expert should open a trade on the next candle. However, towards the end of the day it took a few odd trades, two trades on the same candle in very odd spots. Any idea why

Dollar Cost Averaging

Hi all, I'm trying to code a dollar cost averaging expert advisor. I have gotten to the point where it will "average" buy lower and move the average price down. However, what I would like to add is a means to remove the take profit if the lot size equals more than 1 contract and replace with limit

Need assistance with Money Management

I'm trying to get my Expert Advisor to take the amount of recent loser, but add let's say $20 to obtain some level of profit. At this time its breaking even, which isn't a bad thing after a losing trade. But I'd like to see if I can push it further. Here is my code for the MM part: if (lastLot> 0 &&

US Futures Expert Advisor

Anyone ever successfully build/design an expert advisor for the US futures markets (ES/NQ/YM/RTY)? I'm curious, as most of what I'm finding on the market is for the forex market