I want to get the buy price with the 6 digit fractional part of the value in the backtest results. At present i am getting only 4 digit fractional part.
Thanks in advance
In amibroker afl based on a particular condition i am giving a buy and sell signal. I am giving a buy signal in a candle based on a condition(true) but before the end of the candle the buy signal condition becomes false.So automatically the buy signal got disappeared. I want to hold the buy...
Thanks for your reply,abattia
In amibroker the bars can be compressed using the function timeframeset. After working with the bar then time frame can be restored. Is it possible to do that in EasyLanguage?
I have just started coding in easy language. My job is to convert the Amibroker afl code to Tradestation Easylanguage code. I want to know what is the equivalent timeframeset function(amibroker) available in Tradestation Easylanguage.