T
Joined
Likes
981

Profile posts Latest activity Postings About

  • Hi.

    I would like to connect with you for AFL coding (paid work)

    Let me know if you have time to work on AFL.

    Thanks.
    Hi,

    Is it Possible to use Portfolio Equity in Calculating an array?For Eg I have written the following code:

    SetOption("InitialEquity" , 1000000);
    NiftyClose = Foreign("$NIFTY-NSE" , "C" ) ;
    MarginPerLot = (NiftyClose * LotSize) / 15 ;
    TotalLots = round(Foreign("~~~Equity", "C" )/ MarginPerLot) ;

    But Foreign("~~~Equity", "C" ) doesn't change and always remains as 1000000.How do I use Custom Backtester here?
  • Loading…
  • Loading…
  • Loading…