PureBytes Links
Trading Reference Links
|
Hello omega-list,
Thank you Gary for Trade Marker. Trade Marker was written by Gary
Fritz and can be found at www.traders2traders.com .
Trade Marker has to approximates the exit point at times. By replacing the
the equivalent lines as shown here will show a better approximation
whenever multiple entries have taken place:
if MP[1] = 1 then ExPrice = maxlist(medianprice, EPrice + PosProfit / ICC[1])
else ExPrice = minlist(medianprice,EPrice - PosProfit / ICC[1]);
--
Best regards,
Ernie mailto:ebonugli@xxxxxxxx
|