Search found 3 matches

by paras
Sun Sep 30, 2007 4:51 am
Forum: AmiBroker
Topic: BuyZone indicator for Amibroker
Replies: 31
Views: 81288
Gender: Male

The Buy and Sell arrow code was meant to be EXAMPLE logic of how to code the arrows, not logic to actually use. However, becaue I posted the EntryL and EntryS variables, here's some additional example code which may or may not be the way you'll want to trigger trades for the Dynamic SRs: pctEntry =...
by paras
Sat Sep 29, 2007 3:36 pm
Forum: AmiBroker
Topic: BuyZone indicator for Amibroker
Replies: 31
Views: 81288
Gender: Male

THANK YOU SIR

The actual plotting of Buy and Sell arrows is simple, however you need to decide on your buying and selling logic. Here's some example code that I played with a while back, but you'll need to include it in the TRO indicator code and modify it to work the way you want it to: bBuy = Ref(bDynamic_S,-1...
by paras
Fri Sep 28, 2007 8:21 am
Forum: AmiBroker
Topic: BuyZone indicator for Amibroker
Replies: 31
Views: 81288
Gender: Male

http://kreslik.com/forums/userpix/2535_dbwDSR3_1.png I noticed that QuickAFL was playing havoc on the time expanded dynamic SR dots, so I added the dreaded SetBarsRequired to the code. This slows down the display significantly so if you use the indicators in real-time, I would set your chart timefr...

Go to advanced search