Post
Topic
Board Trading Discussion
Re: Build your own trading bot(s) using TradingView for FREE
by
AutoView
on 29/02/2016, 01:01:45 UTC
Going to try this one out this afternoon.
Half of the orders accounted for are position closes. So in reality there are only around 750 entry orders.
Might seem high to some of you but my goal is to scalp and hopefully beat the dealer.
Based off 100K equity at 100% per trade.




That is an interesting looking back test for sure. A nice steady incline if it all works out for you.

As for the closes on opens in the strategy tester, you can eliminate that and get accurate backtest numbers by simply adding "and long == 0" to your short close variable or "and short == 0" to your long close variable. This will prevent the strategy tester from closing at the same time it opens the opposite order avoiding the double order count.