|
i recently converted a rather
large formula from SetForeign() to GetRTData(), but now i can't seem to get my
AlertIfs working.
Could someone help me out and tell
me why this (example) code does not generate alerts in the alert output
window?
thanks,
dirk
//example code pair BHS-BZH BHS=100*GetRTDataForeign("Change","BHS")/GetRTDataForeign("Prev","BHS"); //percentage change since yesterday's closeBZH=100*GetRTDataForeign("Change","BZH")/GetRTDataForeign("Prev","BZH"); //percentage change since yesterday's close BHS_BZH_trigger=2; //trigger value AlertIf(Ref(Cross((BHS-BZH),BHS_BZH_trigger),-1),"SOUND D:\\AmiBroker\\Sounds\\alert.wav","Signal Alert on pair BHS-BZH (up)",1); AlertIf (Ref(Cross(-1*(BHS+BZH),BHS_BZH_trigger),-1),"SOUND D:\\AmiBroker\\Sounds\\alert.wav","Signal Alert on pair BHS-BZH (down)",1);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 other support material please check also: http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. |
- [amibroker] problem with AlertIf() and GetRTData() dirk schreiber
- Re: [amibroker] problem with AlertIf() and GetRTData(... dirk schreiber
- Re: [amibroker] problem with AlertIf() and GetRTD... Tomasz Janeczko
