Capturing indicator data at each trade entry

Forums ProRealTime English forum ProOrder support Capturing indicator data at each trade entry

  • This topic has 5 replies, 3 voices, and was last updated 4 years ago by avatarAlun.

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • #120889

    When running a backtest, is it possible to capture indicator values at trade entry automatically into a table of data?

    My objective is to examine my indicator(s) values at each trade entry with the detailed report closed positions list, my aim is to compare those indicator values at trade entry when the system makes losses and those indicator values at trade entry when the system makes gains.

    #120943

    Please use the automated trading forum for that type of question, thanks.

    Yes, that would be possible. The best way would be to use variables in array (not possible in versions prior to v11). Example with the RSI:

    After that make a loop through all  $var to analyze the performance of each order. That is a rough code snippet that would need further work but that’s the main idea..

     

    #121005

    OK, thank you!

    Will try to go further with this.

    #121252

    Please use the automated trading forum for that type of question, thanks.

    Yes, that would be possible. The best way would be to use variables in array (not possible in versions prior to v11). Example with the RSI:

    After that make a loop through all $var to analyze the performance of each order. That is a rough code snippet that would need further work but that’s the main idea..

    Hi, thanks for that. I have a question, how would you calculate the average of the numbers contained in the table $var   ?   Thank you

    #121346

    Please use the automated trading forum for that type of question, thanks.

    Yes, that would be possible. The best way would be to use variables in array (not possible in versions prior to v11). Example with the RSI:

    After that make a loop through all $var to analyze the performance of each order. That is a rough code snippet that would need further work but that’s the main idea..

    Hi, thanks for that. I have a question, how would you calculate the average of the numbers contained in the table $var ? Thank you

    Edit : I struggle with it only because PRT v11 is not available with IG yet 🙂

    #121445

    Does anyone know when version 11 will be available with IG?

Viewing 6 posts - 1 through 6 (of 6 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login