simple allPairBasketManager

MPTM's new home
Post Reply
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

simple allPairBasketManager

Post by milanese »

madopter1 » Tue Apr 21, 2015 2:53 pm wrote:milanese, I haven't tried the APTM mostly because the simple allPairBasketManager does everything I need, almost. The part that is missing for me is, would you please create a mod that is capable of disableExpertsAfterCloseCount = 1?

Thanks :)
If I understand you right you want a kind of basket-close counter, and a user selectable input after how much basket-closes the simpleAllPairTM should deactivate EA trading.
If other users will find this a usefull optional I will consider this for a next update.

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
madopter1
Trader
Posts: 23
Joined: Mon Apr 13, 2015 10:47 pm

simple allPairBasketManager

Post by madopter1 »

You described it precisely :clap:
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

[update] simple allPairBasketManager

Post by milanese »

ap. 22, 2015
As it was requested to have a basket-close counter, and an user selectable input after how much basket-closes the simpleAllPairTM should deactivate EA trading. Here is the update presenting this function, if wished, you will find the new input:
disableAfterXBasketCloses at exp. if you want to deactivate all EA trading after the second basketclose set this to 2 (OOTB it is set 0 so it will be ignored, EA trading will be deactivated after the first close) .
Note this has only effect if you have set disableExpertsAfterClose to true.
You find the version 1.10 (I) attached as always at the first post.

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
madopter1
Trader
Posts: 23
Joined: Mon Apr 13, 2015 10:47 pm

simple allPairBasketManager

Post by madopter1 »

Thanks again for the disableAfterXBasketCloses parameter as it is fully functional for me. If I may, I'd like to ask for a cosmetic enhancement? :oops: Would it be possible to receive a Push alert for the basket close reporting the profit or loss?
FxFoil
Trader
Posts: 42
Joined: Wed Dec 07, 2011 5:40 am

[update] simple allPairBasketManager

Post by FxFoil »

.
Last edited by FxFoil on Mon Apr 30, 2018 9:14 pm, edited 1 time in total.
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

simple allPairBasketManager

Post by milanese »

madopter1 » Tue Apr 21, 2015 11:58 pm wrote:Thanks again for the disableAfterXBasketCloses parameter as it is fully functional for me. If I may, I'd like to ask for a cosmetic enhancement? :oops: Would it be possible to receive a Push alert for the basket close reporting the profit or loss?
I will add this functionality with the next update...

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

[update] simple allPairBasketManager

Post by milanese »

FxFoil » Wed Apr 22, 2015 6:21 am wrote:
Thanks Milanese for coding the basket-close counter idea. I think this will be very useful for my trading style.

Is an expanding JS possible?
Example: js = $10.00
ExpandingJSpercent= 20
1st Jump $10
2nd Jump $12 ($10 +20%)
3rd Jump $14.40 ($12 +20%)
4th Jump $17.28 ($14.40 + 20%)
5th Jump $20.74 ($17.28 + 20%)
MaxExpandingJumps=5

A fixed $10 js is good when one or two trades are open and in profit. When 3,4,5 etc trades are in profit then $10 is too small and will be prematurely close trades. Could expanding js solve this problem.

Thanks Peter
I will consider such a function, if there will be some other users asking for such a functionality, as it will make the simpleAllPairBasketTM some what less simple to use..

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
Mike
Trader
Posts: 272
Joined: Sun Dec 11, 2011 12:30 pm
Location: Italy

simple allPairBasketManager

Post by Mike »

Hi Milanese
I would like to use your SAPBM and try to understand the settings. I am not sure, if I read the ootb settings as they are meant:

The EA has to be activated
At basket close pending orders will be deleted, the EA will be disabled and will not be automatically reactivated.
At 5% Profit of initial balance (suppose 5k) the basket closes (+250$). In loss the EA uses a 2.5 Balance Percent for a SL-Close (-125$).
Break Even at a Profit of 200$ gets overwritten by the initial balance Percent for Setting BE of 1.5% (75$).
After another 125$, at 200$ Profit BE gets raised by 25$.


Milanese, is this right?
wouldn't it make sense to define MinDistanczCashSLinWinToEquity and JS-Size as a percentage of balance or easier of Basket-Closue.

Thanks for your great work, Mike
Image
Image
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

simple allPairBasketManager

Post by milanese »

Mike » Wed Apr 22, 2015 10:07 am wrote:Hi Milanese
I would like to use your SAPBM and try to understand the settings. I am not sure, if I read the ootb settings as they are meant:

The EA has to be activated
At basket close pending orders will be deleted, the EA will be disabled and will not be automatically reactivated.
At 5% Profit of initial balance (suppose 5k) the basket closes (+250$). In loss the EA uses a 2.5 Balance Percent for a SL-Close (-125$).
Break Even at a Profit of 200$ gets overwritten by the initial balance Percent for Setting BE of 1.5% (75$).
After another 125$, at 200$ Profit BE gets raised by 25$.


Milanese, is this right?
wouldn't it make sense to define MinDistanczCashSLinWinToEquity and JS-Size as a percentage of balance or easier of Basket-Closue.

Thanks for your great work, Mike
It seems you understood the OOTB setting right, but be careful with the latest update the OOTB setting was changed , deactivating EA trading after basketclose is set to false.
About the % for the MinDistanczCashSLinWinToEquity, this is an idea that I will consider for a next update, I am not sure what most users here prefer a % value or a fixed value...

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
Mike
Trader
Posts: 272
Joined: Sun Dec 11, 2011 12:30 pm
Location: Italy

simple allPairBasketManager

Post by Mike »

milanese » Wed Apr 22, 2015 11:15 am wrote: .... careful with the latest update the OOTB setting was changed , deactivating EA trading after basketclose is set to false.
About the % for the MinDistanczCashSLinWinToEquity, this is an idea that I will consider for a next update, I am not sure what most users here prefer a % value or a fixed value...
Cheers :) Tommaso
Thank you, that was quick Mike
Image
Image
Post Reply

Return to “Utilities Indicators and Scripts”