V 1l is in post 1. Nothing changed apart from adding CSS.
Try combining CSS with lower time frame trading. Experiment with any combo of time frames you can think of.
Let the entertainment commence.
Good thinking. combined Trend and Wavy line trading in direction of D1 CSS must be worth a whirl.SteveHopwood » Mon Jun 13, 2016 4:14 pm wrote:I am resurrecting this thread in light of Bob's CSS with HGI thread.
V 1l is in post 1. Nothing changed apart from adding CSS.
Try combining CSS with lower time frame trading. Experiment with any combo of time frames you can think of.
Let the entertainment commence.
Code: Select all
//Profit target check
if (CashProfitTarget > 0 || !CloseEnough(PercentOfBalanceTarget, 0) )
{
if (OpenTrades == 0) //Cannot knock off for the day if there are trades to manage
{
.............................
.............................
Comment(" GLOBAL PROFIT TARGET REACHED");
.............................
.............................
}//if (OpenTrades == 0)
}//if (CashProfitTarget > 0 || !CloseEnough(PercentOfBalanceTarget, 0) )
Code: Select all
if (OpenTrades != 0) //Cannot knock off for the day if there are trades to manage
No.kaiserchen » Sun Jul 17, 2016 12:35 pm wrote:hi,stvev
“ CloseOnOppositeSignal”=true
can specify one of the signal?
Thank you!
Welcome to the wonderful world of Empty4. You have clearly not been reading around as I suggested in my Welcome message to you.zyx » Wed Nov 16, 2016 6:11 pm wrote:I've had a test going using CSS but HGB seems to be taking himself off my charts after placing the entries. It's not immediate though, seems kinda random.
Any ideas?