I have some very simple script in afl that needs to be “repaired”.
Problem is that i have a intraday data, and system is based on daily signals, example:
when price after markets open will go 15 points higher then go LONG if 15 points lower then go SHORT
problem is that amibrokers backtester is ignoring intraday data
example:
markets open is 2500, price go down to 2450 then up to 2540
system should take SHORT position here because price fell below 2500 first
but backtester is ignoring this and count only HIGH LOW data, so sometimes in this situation it is taking LONG position which is wrong
so i need to add function that will force backtester to look at TIME of data
i heard that it can be done by using function timeframegetprice but i cant do it thats why im looking for help
