PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "jollypolly999" <jollypolly999@xxx> wrote:
> When 250 DEMA is below 250 EMA :
>
> #1) Enter any positions when an XAO Index day bar closes above 250 DEMA
> #2) Exit all positions when an XAO Index day bar closes below 250 EMA
>
> When 250 DEMA is above 250 EMA :
>
> #1) Enter any positions when an XAO Index day bar closes above 250 EMA
> #2) Exit all positions when an XAO Index day bar closes below 250 DEMA
>
There is something that I didn't explain in the above scenario. When the 250 DEMA is above the 250 EMA then one possibility can happen. The lower 250 EMA doesn't get breached by the Index day bars so a re-entry signal would not occur. To overcome this the code would need to act on the 250 DEMA (i.e. enter/exit) if the lower 250 EMA is not breached (Index day bar closes below).
If the lower 250 EMA is breached (Index day bar closes below) then the 250 EMA is the ruling trigger for re-entry.
When the 250 DEMA is below the 250 EMA then the 250 DEMA is the only exit/re-entry trigger.
So the DEMA below EMA would look like this:
> When 250 DEMA is below 250 EMA :
>
> #1) Enter any positions when an XAO Index day bar closes above 250 DEMA
> #2) Exit all positions when an XAO Index day bar closes below 250 DEMA
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
amibroker-digest@xxxxxxxxxxxxxxx
amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|