Page 1 of 3

Fractal_Gains_Strategy

PostPosted: Mon Sep 16, 2019 3:58 am
by Apprentice
1.png

2.png

Based on request.
viewtopic.php?f=27&t=13413
Fractal_Gains_Strategy.lua
(79.44 KiB) Downloaded 704 times


D_Oscillator.lua
viewtopic.php?f=17&t=3608

Re: Fractal_Gains_Strategy

PostPosted: Thu Sep 26, 2019 3:24 pm
by yolerap
Thank you for the modifications :)

But the strategy does not limit the number of open positions... I put " 20 max positions limit " and " 10 max positions in one direction " but look the picture, there's 42 positions open haha :lol:

Could you repair this please :) ?
Thank you,

Re: Fractal_Gains_Strategy

PostPosted: Sat Sep 28, 2019 4:03 pm
by Apprentice
Have you tried to set "Position Cap" to yes?

Re: Fractal_Gains_Strategy

PostPosted: Mon Sep 30, 2019 9:58 am
by yolerap
Hello,

Yes sure I did but doesn't working :( If I put Yes or No for " Position cap " it's the same..

Thank you,

Re: Fractal_Gains_Strategy

PostPosted: Wed Oct 02, 2019 6:20 am
by Apprentice
Your request is added to the development list.
Development reference 153.

Re: Fractal_Gains_Strategy

PostPosted: Wed Oct 09, 2019 1:29 pm
by Apprentice
Please re-download the strategy.

The strategy creates pending orders, so the position is not applicable to this strategy.
Removed. You need to specify the order deletion strategy to limit the number of orders (do not open a new one or delete the oldest ones... or some else behavior)

Re: Fractal_Gains_Strategy

PostPosted: Mon Dec 09, 2019 1:27 pm
by yolerap
Perfect :)

Could you please add the breakeven option please ?

Thank you,

Re: Fractal_Gains_Strategy

PostPosted: Wed Dec 11, 2019 5:47 pm
by Apprentice
Your request is added to the development list.
Development reference 426.

Re: Fractal_Gains_Strategy

PostPosted: Thu Dec 12, 2019 5:37 pm
by Apprentice
Fractal_Gains_Strategy.lua
(103.74 KiB) Downloaded 549 times

Try this version.

Re: Fractal_Gains_Strategy

PostPosted: Tue Mar 03, 2020 2:00 pm
by yolerap
Hello,

Is it possible to add TSI like a filter please ?

When the TSi is > 0, only buy position could be open
When the TSI is <0, only sell position could be open

Don't change the order conditions creation.

Thank you,