[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EL question...



PureBytes Links

Trading Reference Links

I think this can be done via pushpop.dll.

You will need two entry strategies:

1.  The "real" one.  Run it but only trade 0.01 shares or whatever trivial
amount you can.
2.  The "testing" strategy:  It will be triggered by the "real" strategy via
pushpop.dll.  Have the "real" push a value to pushpop.dll that represents
the p/l from the previous trade, use +1 for a winning trade and -1 for a
losing trade.  Then the "testing" strategy will pop this value and place a
trade if the value is +1 and no trade if it is -1.

Hope you follow this.

DS