Author Topic: Back fav place - profit accumulator  (Read 644 times)

Tags:
  • All members
  • Posts: 2
  • Gender: Male
Back fav place - profit accumulator
« on: 30 Dec 2021, 20:37 »
Hello!


Without change, this trigger will bet 100% of the profit from the previous bet plus the initial bet size.

How do I bet only 50% of the previous profit?


Thanks in advance


  • Moderator
  • Posts: 3597
*
Re: Back fav place - profit accumulator
« Reply #1 on: 31 Dec 2021, 07:48 »
Hi
Find the trigger called "after a profit (market settled)"

the first action is:
set user variable name: current_profit value: current_profit + market_settled_pl
change this to:
set user variable name: current_profit value: current_profit + (market_settled_pl * 0.5)

save the trigger and test in test mode
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE