Search results

  1. A

    COM/Object handle is null?

    Can anyone please tell me what the bug is?
  2. A

    COM/Object handle is null?

    When i am trying to call a c# function from amibroker afl program i come across with a bug like "COM/Object handle is null".
  3. A

    How can i call c# methods?

    How can i call c# methods from amibroker afl program? Thanks in advance...
  4. A

    Values in Backtest Results

    Thanks for your reply. I am using amibroker Trading software.
  5. A

    Values in Backtest Results

    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
  6. A

    how to hold a signal

    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...
  7. A

    How to compress bar

    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?
  8. A

    How to compress bar

    In Easy language how to compress bars with a specific interval. Is there any function available to do that?
  9. A

    Function Reference

    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.
  10. A

    How to change Columns in Scan

    Thanks for your quick reply putin. Not complete means - I am not able to display the trade signals(buy,sell,short,cover) in the exploration. In afl coding is it possible to merge two arrays. ashok.
  11. A

    How to change Columns in Scan

    Thanks for your reply putin. Correct me if i am wrong. When i try to use addcolumn function i am able to add columns. But the problem is the result is not shown in the scan result. I can see the desired result in the explorer but it is not complete. Is it possible to add columns in the scan.
  12. A

    How to change Columns in Scan

    Thanks for your reply putin. Correct me if i am wrong. When i try to use addcolumn function i am able to add columns. But the problem is the result is not shown in the scan result. I can see the desired result in the explorer but it is not complete. Is it possible to add columns in the scan.
  13. A

    How to change Columns in Scan

    Thanks for your reply putin. I have mentioned formula as program. The formula developed in amibroker afl. I select the formula to scan in the automatic analysis. The column ticker,trade,date and close got displayed after the scan. I have calculated some value in my formula which i want to...
  14. A

    How to change Columns in Scan

    When i am trying to scan the data using the formula the columns like Ticker,trade,date and close is displayed. I want to change the column close into some value which i have calculated in the formula. How can i do it in the program? Is any other way to change the column? Thanks in advance...
  15. A

    Help regarding AFL functions...

    Thanks Putin. Please clarify the below doubts also. what are the possible values of periodRSI? Can i access the individual array element in myrsi.
  16. A

    Accessing element in an array?

    I am evaluating RSI using the following statement in Amibroker AFL r=RSI(14); long=cross(r,30); Cross function returns an array. Now my question is can i access the individual array element(in long). If so how can i do it? Thanks in advance. Ashok
  17. A

    Help regarding AFL functions...

    Hai i am new to AFL. I need to know the meaning of the parameters for param and rsi functions. For param function what is "default value" and "min & max" parameters. What is the meaning of "period" parameter in RSI function. If possible would anyone please guide me to the resource where i can...
  18. A

    Call to C# from ELD?

    Am new to easy language programming? Can anyone please tell me whether i can call a managed DLL(written in c#) from easy language? If possible how can i accomplish that? ashok.
Back
Top