Topic: How to test this strategy ?

Hi Popov,

I have a question. How to test strategy on GBPUSD
- open only long,
- open when price break out up from trading range (this day 0-8 hour)
-open only if US500 yesterday close high then day before yesterday

Is this posible to test value of another symbol (US500) in strategy (GBPUSD) ?

I am sorry for my english.

Thank you .. smile

Re: How to test this strategy ?

Only the first two conditions are available for test:

[Opening Logic Condition]
Long or Short
     Open long positions only

[Opening Logic Condition]
Hourly High Low
     The position opens above the hourly high
     Base price  -  High and Low
     Start hour (incl.)  -  0
     Start minutes (incl.)  -  0
     End hour (excl.)  -  8
     End minutes (excl.)  -  0
     Vertical shift  -  0

Re: How to test this strategy ?

Thank you smile

Re: How to test this strategy ?

Dear POPOV i have to thank you alot for that fantastic effort and wishing you all the best

in my reply for this breakout strategy if the time after 8:00 pass and there was no breakout , Is the system will close the trade automatically befor the day end or will still running?

Regards