| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | AMIbroker Help I'm a beginner using AMIbroker and am trying to come up with a real basic code to begin learning the software and i'm having trouble. What i'm trying to do is set up a system that will give buy signals when a new 52 week high is reached. I want to sell when the 3 week high is lower than the 52 week high. This is my code, what's wrong? it gives me a freaking buy and sell signal everyday:------------ H1 = Ref(HHV(H,260),-1); H2= Ref(HHV(High,15),-1); //system Buy = H > H1; Sell = H2 < H1; Buy = ExRem(Buy, Sell); | ||
| |
|
| | #2 | ||
![]() | Re: AMIbroker Help General group: http://finance.groups.yahoo.com/group/amibroker/ Function Library: http://finance.groups.yahoo.com/group/amibroker-afl/ | ||
| |
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Amibroker | hanz | Brokers and Data Feeds | 5 | 07-01-2007 05:07 AM |