fixed it
Latest posts made by ryry
-
RE: KAMA indicator wont show in backtesting!posted in Questions & Answers
0_1535878335315_KAMA.ex4 - Let me know what you think.
-
KAMA indicator wont show in backtesting!posted in Questions & Answers
Hi, i have recently created an EA which consists of two Kaufman's Adaptive moving averages crossing causing either a buy or sell. However when testing the new EA it does not appear to show both lines only the one. They both have different parameters so its a bit unclear as to why it does not work. Can somebody help please!
-
RE: EA to buy and sell after MACD cross confirmationposted in Questions & Answers
I let it run and it seems to work perfectly.
Thanks for your help! -
RE: EA to buy and sell after MACD cross confirmationposted in Questions & Answers
Im going to let it run for a day and see if it continues to close trades randomly.
-
RE: EA to buy and sell after MACD cross confirmationposted in Questions & Answers
I haven't been using any expiration settings in my EA and I have also double checked everything to see if it would cause my EA to randomly close out open trades and found nothing. However looking through this forum I found one person who had the similar problem ( viewtopic.php?f=3&t=2600&p=6932&hilit=closing#p6932 ) and you said it could be the 'Virtual Stops' enabled in the coding. I checked that and it said (bool USE_VIRTUAL_STOPS = VIRTUAL_STOPS_ENABLED; ) so I then changed it to false, hopefully this will work.
Many Thanks for your help! -
RE: EA to buy and sell after MACD cross confirmationposted in Questions & Answers
Hi again,
I have started to test my EA on demo and discovered that after a few hours it decides to randomly close any open trade, causing me to lose money when I wanted the trade to go on until it came back into profit. I don't have and expiration settings or anything that would cause it to close. What do you reckon could be the problem, would you be able to help me please? -
RE: EA to buy and sell after MACD cross confirmationposted in Questions & Answers
Thanks for the response, I have played around with it and it doesn't seem to go my way, so I was wondering if I could close trades after 2 days instead of letting it run for ages. I have went through the time filters but it doesn't seem to work.
Maybe im doing it wrong, can you help please? -
RE: EA to buy and sell after MACD cross confirmationposted in Questions & Answers
Hi there,
Is there a block that will continue to take trades while there is an open order waiting to be closed in profit, as the EA currently stops taking anymore trades until the current open one has closed. The trades that are open have been set to only close once in profit, which can go on for ages, that is why I was wondering if more trades could be opened?Any ideas or advise would be greatly appreciated.
Many thanks. -
RE: EA to buy and sell after MACD cross confirmationposted in Questions & Answers
Never mind, I was playing around with it today and figured it out.