Hi,
I would need some coding help for the next script in order to run some simply EOD analysis.
I tried to write the code, but it does nothing. The rules are:
Entry:
-if 2 day's percentage change on close price is larger then 2%
-then short at close
Exit:
-cover at close after 3 days
It should open short positions every day, when 2 day's percentage change on close price is larger
then 2%, and should cover each of them after 3 days. More positions are possible at once. See the
code I wrote below.
Another question from my side, I have read somewhere in the forum about a plan to provide with
paid coding service for WL users. What about this ? I would be interested in it because it would
facilitate our learning, and we shouldn't turn to you with every petty problems. Is it planned for WL6
as well, or only for WL7 ?
CODE:
Please log in to see this code.