Hi , just couple of days investigating jbooktrader and I must say that
you guys made excellent stuff.
I am very newbie to and want to ask couple of questions:
I want to run back testing couple of strategies but stuck with a
such problem:
1) What is the way to exit from position.
I saw such line of code addParam(EXIT, 12, 18, 1, 14); at
Pendulum1 class.
12 -- min
18 -- max
1 -- step
14 -- value
I didn't understand how these parameters relates to stop .(may be in
case of price will be 12 or 18 exit from the trade , but if so what is
the step and value parameters are responsible for?)
2) What is the way to define stop loss?
3) What is the best practice to test strategies based on bar/candle
stick analysis?
For example: I need to check:
in case after predefined condition I start
counting the bars number and enter the trade after closing bar number
3?
4) What TAU parameter means?
Thanks in advance
Oleg.
--
You received this message because you are subscribed to the Google Groups
"JBookTrader" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jbooktrader?hl=en.