I am tring to create a line to do back test.
Goal is:
Entry is made at price C
StopLoss (SL) is C - y (y is calulated before entry and does not change)
So:
If C>C1 then SL=C-y
else SL=SL
I can get this work as a yes - no but cannot get a line. Is this possible?
Thanks
|
Man you guys are fast!!!!
That was it.
Thanks,
GIb
|
I am building a scan but have run into a hiccup.
The scan consists of 4 basics: • Price, Volume, Optional, Beta
There are then Conditions 1-6. When I build Easy Scan_1 as:
• Condition 1 = True, Condition 2 = True…….
• Condition 6 = True
It comes up with a list of 18 symbols. When I validate the conditions, I see that only 2 of the 18 symbols have met all 6 conditions.
When I build Easy Scan_2 with a NewCondition using the previous 6 as:
NewCondition = Condition 1 and Condition 2 and ….. and Condition 6; it comes up with only 1 symbol that all conditions have been met which is also listed in Easy Scan_1.
The second symbol of Easy Scan_1 does not show up in Easy Scan_2 The problem seems to be with condition 2 which is: C<MinL10.1.
When I test both symbols in the Library using condition 2, they both pass.
Any suggestions?
Thanks
Gib
|
Buy using the pdf code above I can create this conditionfor a filter:
Aroon(+) 25-Period > Aroon(-) 25-Period
What I am trying to do now is set a limit as to how many days this has been true. Is this possible?
Thanks
GIb
|