Quote:
Originally Posted by arhemsi
Hello,
I download the EA and attch to g.j 15 minutes chart then i draw a horizontal line at 226.41 and i name this line as buystop, and one line at 225.87 and named this as sellstop and now the EA is set to go?
Is this how you operate this EA?
|
Hi arhemsi,
Trend me leave is typically used when trying to catch the break out of a trend. If its an uptrend and you expect the support to give way you name the trend line "sellstop" and identify how many point after the break out you start selling through the 'SellStop_StepLower' variable.
The 'SellStop_StepUpper' variable is the number of points away from the trend line when you want the EA to begin putting pending sell stop orders in the market.
To illustrate this I have attached a chart where the EA was implemented, notice that you have four red arrows, these are the price points when the EA has placed a pending sell stop order, as prices went higher the EA readjusted these giving you your current sell stop (the green dashed line). Notice also the small bars on top of and below the price bars for the period the EA was active these represent your exit points, either at profit or stop loss.
Note that if you are new to using EA's you should leave the software running inorder for the EA to monitor the market for you. Turning metatrader off would affect an EA's performance in general it could either be that pending orders that should have been cancelled are left running or are not adjusted as conditions change.
If you are waiting for a break out of a plain sideways market, the normal sell stop and buy stop orders should be enough, infact i suggest using them because these orders are active even when you close down metatrader.