Recent content by stighy

  1. S

    Amibroker: is it possible to personalize condition per each ticker ?

    is it possible to 'personalize' a formula per each ticker ? In AFL, i would like to test 'different' buy condition for different ticker. For example: Ticker AAPL, Rule A Ticker MSFT, Rule B Then, run AFL test each 5 minutes. Concrete example: ticker='AAPL'; Buy = Cross( MACD()...
  2. S

    Amibroker, Afl, simple trading system

    Hi, hope someone could help me.. i'm trying to learn how amibroker work. I would like to make a simple trading system, that Buy (or Alert) when price is near some moving avarage. So i write something like: MaxDistance=0.5; myavarage = 200; dist = (( Close / EMA(Close,myavarage )...
  3. S

    Alert System

    Hi at all, i'm new here. First, compliment for the great forum! I would like to ask you, if exist the possibility to play an alarm (a ..."red alarm") when a ticker, in particular an index, like Sp500 or DJI fell in a minute of, for example, 1%. For example, if the last relevation is +1%...
Back
Top