hello im working on 15 minutes candlesticks 1. i would like to programme system so that the transaction would be made precisesly when the condition is met (not on open, low, high average price or close of candle) for examlne candlesticks open= 320 l=310 h=360 c=350 but the condition is fullfilled when the price rises to 340 i would like this price to be the price of transaction but i do not know how :)
2. second issue- i would like buy signal to be genarated when price crosses for example yesterdays maximum, the problem is that when I use hhv(30) function (for 15 minutes candles it would be something about 30 periods for one day) when the price is not as high on the open but for examle after a few candles- the function will not calculate all yesterdays candles- instead it will include some todays... what elsce function may i use? 3. i would like to test strategy including incresing amount of futures for ex buy 1 contract when rsi crosses 50, second one when it go higher and crosses 60 etc when you buy second contract rise stop loss from buy of the first price - 2*ATR to buy of the second one price - 2*ATR etc is it possible in AM? where should i look for it in amibrokers online manual? i hope i made myself clear :) thanks!
