[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: Dynamic Stops



PureBytes Links

Trading Reference Links

Yes of course Bob that is the problem and it explains why i kept
getting a whole bunch of 1's in the buy array after an market entry.
Programming for 20 years and still making the euivalence vs assignment
mistake.

Thanks for bringing fresh eyes to this.

Regards,

Drew

--- In amibroker@xxxxxxxxxxxxxxx, "Bob Jagow" <bjagow@xxx> wrote:
>
> I didn't check whether fixing the error in line 4 does the trick.
> Buy = Cross(C, movingAverage);
> stopPrice=0;
> temp1=0;
> if(Buy==1) <=
> 
> 
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]On
Behalf
> Of thomasdrewyallop
> Sent: Saturday, February 17, 2007 4:43 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Dynamic Stops
> 
> I want to set a stop on a buy signal calculated using one formula and
> then change the the stop on subsequent bars using another formula. I
> have tried the following:
> 
> Buy = Cross(C, movingAverage);
> stopPrice=0;
> temp1=0;
> if(Buy=1)
>         {
>                 stopPrice=BuyPrice-(mmstp*exitAtr);
>         }
>                 else
>                         {
>                                 temp1 =(High - (stpParmA *exitAtr)) -
> stopPrice;
>                                 if (temp1[i] > 0.0)
>                                         {
>                                                 stopPrice=stopPrice +
> (stpParmB*temp1);
>                                         }
>                                 else
>                                         {
>                                                 stopPrice=stopPrice;
>                                         }
>                         }
> This does not work. The initial stop is set OK but the stops on
> subsequent bars are not changed.
> 
> Any help would be much appreciated.
> 
> Best regards,
> 
> Drew Yallop
> 
> 
> 
> Please note that this group is for discussion between users only.
> 
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
> 
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
> 
> For other support material please check also:
> http://www.amibroker.com/support.html
> 
> Yahoo! Groups Links
>



Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.441 / Virus Database: 268.18.2/692 - Release Date: 2/18/2007 4:35 PM