Pages:
Actions
  • #1 by Oxa (WellDoneSoft) on 13 Oct 2015
  • This trigger example is about hedging, trading out, or greening up / distributing loss as we call it in MarketFeeder Pro. It is very easy to green up a single selection based on its target profit, because this function is built into the program. But operating multiple bets and selections may require some effort... Read more below...

    Greening up on multiple positions with a target profit
  • #2 by pcal72 on 14 Oct 2015
  • Hi Oxa

    Have not test this great peace of code but it is a awsome help for multi-trading strategies.

    Well done again and again haha ;)

    pcal72
  • #3 by Oxa (WellDoneSoft) on 14 Oct 2015
  • Thanks pcal72, you should try it though, if you have a minute to spare.
  • #4 by pcal72 on 14 Oct 2015
  • Yes i will for sure.  ;D
  • #5 by MarkV on 01 Nov 2015
  • Hi
    This is a very interesting and clever trading trigger.

    Just thinking if there is way to do something like this to determine an overall profit/loss position across several monitored markets?

    For example:
    6 horse race markets being monitored pre-off with bets on several selections in each market
    2 soccer match odds markets being monitored pre-off with bets on 2 selections in each market

    could it be feasible for a trigger to close all positions in the above 8 markets at a pre-determined overall profit or loss across the 8 markets?

    I would say max 10 markets at any one time.
  • #6 by mcbee on 01 Nov 2015
  • hi mark
    yes it is possible, you would have to use the market index number for each trigger to record the tradeout profit loss.
    then you would have a distribute loss trigger and a green up trigger, with the condition
    and selections back matched is greater than 0
    and selections trigger expression m1pl+m2pl+m3pl+m4pl+m5pl+m6pl+m7pl+m8pl+m9pl+m10pl is greater than (your set minimum profit)
    each variable would have to be set to 0, then record the tradeout value so you could use any number of markets up to 10
    i have tested it with 6 markets, 4 horse and 2 soccer.


    mcbee
  • #7 by MarkV on 02 Nov 2015
  • I'll give it a go, thanks mcbee
Pages:
Actions