hey!
Following example:
I make a back bet 100 € at a certain horse 10min before start.
1min before start i make a lay bet 100 € .
Inbetween (from 9 to 1min) i want to make a safety. If the the green out would make a profit of 30 € i want a green out and stop to trade at this market. And the same when the green out is minus 20 €.
If one of these situation happens then there should be no lay bet 1min before anymore.
How is this possible? I tried with green out conditions... but didnt work.please help!
Thanks
stop trading....
Hi. Should be doable. You need two guards with these conditions.
1 - run a "Close Trade on Selection" where the selections trading profit is less than -20. Note the "-" prefix
2 - run a "Green up profit condition" when profit is greater than 30.
3. For your closing lay bet, add ONLY IF conditions that green up is less than 30 (ie, 2 has not triggered) and close trade is less than -20 (ie, 1 has not triggered)
good luck!
1 - run a "Close Trade on Selection" where the selections trading profit is less than -20. Note the "-" prefix
2 - run a "Green up profit condition" when profit is greater than 30.
3. For your closing lay bet, add ONLY IF conditions that green up is less than 30 (ie, 2 has not triggered) and close trade is less than -20 (ie, 1 has not triggered)
good luck!