Forum

Trailing stop

//Trailing

Average Daily Range

I use an average daily range indicator that works great, it shows 5, 10 and 20 day ranges. However, what I need is to be able to see the average daily range for a set period, for example Jan to Feb last year. (or the previous 20 days from a set period rather than showing the previous 20 days from

ea limit order rules

Hi, I'm going to pay someone to create a new ea for me.. It opens limit orders and I want a rule in there saying it can only open up to 1 buy limit AND one sell limit per bar. Assuming this is even possible, I have a question. What if it places a limit order, then I remove the ea from the chart

Which charts are required for VPS?

I have an ea that refers to the current timeframe for most actions, but also looks at a larger timeframe for one of the indicators. When back testing on the current timeframe it looks at the bigger timeframe automatically and uses this info as it should. When testing in demo account it does the same

Closing trades fri night

Hi, in my last post I asked how to change barcount in my ea code to something more reliable but was told that the barcount was fine in my code.. So I'm going to leave that now. I now have an issue with this code though. It is great and works perfectly to choose when to start and end the trading

Strategy tester

Hi, I have an ea which performs extremely well in strategy tester when ' open prices only' is selected, but when I test on 'every tick' mode the results are not so good. So my question is.. Is it possible to adjust my ea so that it works on the same open bar principle as the strategy tester? I

I need a line of code!

Hey guys, I'm learning to make ea's so that I can make one for my trade strategy. I need a trailing stop that starts immediately as soon as the trade is opened. The line of code I am using at the moment allows a trailing stop to kick in from when the trade reaches the value I enter, but the issue is