AllPairTradeManager(APTM)

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

AllPairTradeManager(APTM)

Post by milanese »

danjuma » Wed Jan 31, 2018 9:58 am wrote:
Hi Milanese, is it possible to do the same for order/tickets numbers (manage a list of order/ticket numbers)? If not, no problem.
The manage by ticket number function is so far not correct supported so that I have to take a look into this, it would ask me first to add the complete support for managing by ticket number(s).

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] AllPairTradeManager(APTM)

Post by milanese »

update version 2.53 January 30,2018
Now you can manage a comma separated list of magic numbers, not only one like it was in previous versions, when you select ManageByMagicNumber true and ManageAllOpenTrades to false (as this function overrides all settings)..
update version 2.55 January 31,2018
This version has full support for using a comma seperated ticket list, set ManageByTicketNumber to true and ManageAllOpenTrades to false (as this function overrides all settings).

The new version is found attached to 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
danjuma
Trader
Posts: 69
Joined: Mon Jun 10, 2013 4:14 pm

[update] AllPairTradeManager(APTM)

Post by danjuma »

milanese » Wed Jan 31, 2018 1:34 pm wrote:update version 2.53 January 30,2018
Now you can manage a comma separated list of magic numbers, not only one like it was in previous versions, when you select ManageByMagicNumber true and ManageAllOpenTrades to false (as this function overrides all settings)..
update version 2.55 January 31,2018
This version has full support for using a comma seperated ticket list, set ManageByTicketNumber to true and ManageAllOpenTrades to false (as this function overrides all settings).

The new version is found attached to the first post.

Cheers :)

Tommaso
Sir, you are a gentleman! Many thanks :clap:
murysco
Trader
Posts: 17
Joined: Fri Feb 26, 2016 10:32 pm

AllPairTradeManager(APTM)

Post by murysco »

Hi Milanese,

I do not know if i have done anything wrong in setting a Jump stop base on ATR but after moving to BE, price has moved a far distance up to or more than 2ATR but the SL has refused to move from BE and lock more profit, while according to my setting, it is supposed to move after each 0.5ATR distance. This occured on several other pairs but i'm attaching one example here for you to see.
You do not have the required permissions to view the files attached to this post.
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

AllPairTradeManager(APTM)

Post by milanese »

murysco » Thu Feb 01, 2018 5:23 pm wrote:Hi Milanese,

I do not know if i have done anything wrong in setting a Jump stop base on ATR but after moving to BE, price has moved a far distance up to or more than 2ATR but the SL has refused to move from BE and lock more profit, while according to my setting, it is supposed to move after each 0.5ATR distance. This occured on several other pairs but i'm attaching one example here for you to see.
you have to to set the minDistance settings to the value you want, at the moment you have set 20 pip for BE and 10 for JS this is added to the ATR values. The function works perfectly just you must learn to use the settings..

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
murysco
Trader
Posts: 17
Joined: Fri Feb 26, 2016 10:32 pm

AllPairTradeManager(APTM)

Post by murysco »

milanese » Thu Feb 01, 2018 8:17 pm wrote: you have to to set the minDistance settings to the value you want, at the moment you have set 20 pip for BE and 10 for JS this is added to the ATR values. The function works perfectly just you must learn to use the settings..

Cheers ;)

Tommaso
Ok. Thanks for clarifying. I'll review and perfect it.

Cheers
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

[update] AllPairTradeManager(APTM)

Post by milanese »

update version 2.56 March 11,2018
Uppon user request I added an input voice, for the user choice to delete with Friday or defined time close pending orders or not.

Code: Select all

extern string ForCLStes=" ---- Delete Pending yes or no ---- ";                     // ---------------------------------------------------------------------------
extern bool DeletePendingsWithClose=true;
Go to the first post for the download.


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
919gilead
Trader
Posts: 307
Joined: Thu Aug 23, 2012 2:29 pm
Location: Canada

AllPairTradeManager(APTM)

Post by 919gilead »

Hi Tommaso,

Thanks for this great TM EA.

If it is possible, could I please suggest some additions that gives the trader the option to use different MA "applied price" to close long and short trades as follow:
1. for long trade, I want trade closed few pips (3) on the 2nd candle after the 1st candle has closed below the MA applied to the low, while
2. for short trade, I want trade closed few pips (3) on the 2nd candle after the 1st candle has closed above the MA applied to the high.

If a candle of the chosen time frame closes above the MA but the 2nd candle does not go beyond it, then the trade is not closed.

Some examples are follows
NJ Trade Setup1 - 4192018.gif
CAJ Trade Setup1 - 4192018.gif
Thanks as always

George
You do not have the required permissions to view the files attached to this post.
Low Risk Low Stress High Reward High Probability Trades
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

AllPairTradeManager(APTM)

Post by milanese »

919gilead » Thu Apr 19, 2018 7:19 pm wrote:Hi Tommaso,

Thanks for this great TM EA.

If it is possible, could I please suggest some additions that gives the trader the option to use different MA "applied price" to close long and short trades as follow:
1. for long trade, I want trade closed few pips (3) on the 2nd candle after the 1st candle has closed below the MA applied to the low, while
2. for short trade, I want trade closed few pips (3) on the 2nd candle after the 1st candle has closed above the MA applied to the high.

If a candle of the chosen time frame closes above the MA but the 2nd candle does not go beyond it, then the trade is not closed.

Some examples are follows


Thanks as always

George
no sorry, this is too specific, if I would adopt any individual request in the code, the APTM would become much more complicated to use and less universal. I hope you understand this.

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
919gilead
Trader
Posts: 307
Joined: Thu Aug 23, 2012 2:29 pm
Location: Canada

AllPairTradeManager(APTM)

Post by 919gilead »

milanese » Thu Apr 19, 2018 12:55 pm wrote:
George
no sorry, this is too specific, if I would adopt any individual request in the code, the APTM would become much more complicated to use and less universal. I hope you understand this.

Cheers :)

Tommaso

No problem, I understand and just thought I would ask.

Thank you, and God bless :hi:
Low Risk Low Stress High Reward High Probability Trades
Post Reply

Return to “Utilities Indicators and Scripts”