PureBytes Links
Trading Reference Links
|
To reverse from a long postition into a short postition you can write:
If MarketPosition =1 then
Sell next bar at EnryPrice - 5 stop;
Where you can change 5 with whatever number of points you wish to have
the reversal.
HOpe this helps
H.
---Murray Gray <murray@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> Hello all,
>
> Would anyone be able to help a poor EL programmer?
>
> I need to somehow come up with a way to code a reversal of position
(on
> stop) X amount of points from entry of initial position...
>
> Would appreciate any suggestions, good or bad!!
>
> Murray.
>
>
|