AllPairTradeManager(APTM)

MPTM's new home
Post Reply
dextroze
Trader
Posts: 19
Joined: Fri May 25, 2012 4:07 am

AllPairTradeManager(APTM)

Post by dextroze »

Thx a million! now I finally understand :hi:
User avatar
peranders
Trader
Posts: 91
Joined: Tue Aug 21, 2012 6:11 pm

AllPairTradeManager(APTM)

Post by peranders »

Just a simple question, I have browsed thru this thread and looked in to the code.
There seems to be code (eDigits) to handle brokers with different digits (as there's 4 or 5 digit brokers).

My question is: When I enter a trade manager value it is in pips regardless if the broker is 4 or 5 digit, is this assumption correct?
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

AllPairTradeManager(APTM)

Post by milanese »

peranders » Mon Feb 23, 2015 8:20 am wrote:Just a simple question, I have browsed thru this thread and looked in to the code.
There seems to be code (eDigits) to handle brokers with different digits (as there's 4 or 5 digit brokers).

My question is: When I enter a trade manager value it is in pips regardless if the broker is 4 or 5 digit, is this assumption correct?
yes it recognizes automatic the digits for the symbol needed, this works for 4 and 5 digits brokers..

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
peranders
Trader
Posts: 91
Joined: Tue Aug 21, 2012 6:11 pm

AllPairTradeManager(APTM)

Post by peranders »

milanese » Mon Feb 23, 2015 9:40 am wrote: yes it recognizes automatic the digits for the symbol needed, this works for 4 and 5 digits brokers..

Cheers :)

Tommaso
Thank you so much for your very quick reply.

Have a nice day.

/Per-Anders
User avatar
Matinvesty
Trader
Posts: 28
Joined: Fri Feb 20, 2015 11:07 pm

AllPairTradeManager(APTM)

Post by Matinvesty »

Hello, I discover this brillant EA that is a great help for any trading. Read the whole trade and it's been instructive.

Moreover, I wanted to ask is there somewhere some best use practices and feedback/research for the settings ?
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

AllPairTradeManager(APTM)

Post by milanese »

Matinvesty » Sat Feb 28, 2015 3:33 pm wrote:Hello, I discover this brillant EA that is a great help for any trading. Read the whole trade and it's been instructive.

Moreover, I wanted to ask is there somewhere some best use practices and feedback/research for the settings ?
just try the OOTB settings they should normally work fine, maybe depending on your strategy ,you will change the ATR timeframes, or not use ATR but your manual SL/TP jump settings .. Same for the partclose functions.
You should just experiment on a demo account with the different settings to find something that works for you best and too so you will understand the impact of the different settings much better..

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
Matinvesty
Trader
Posts: 28
Joined: Fri Feb 20, 2015 11:07 pm

AllPairTradeManager(APTM)

Post by Matinvesty »

milanese » Sat Feb 28, 2015 5:17 pm wrote:
Matinvesty » Sat Feb 28, 2015 3:33 pm wrote:Hello, I discover this brillant EA that is a great help for any trading. Read the whole trade and it's been instructive.

Moreover, I wanted to ask is there somewhere some best use practices and feedback/research for the settings ?
just try the OOTB settings they should normally work fine, maybe depending on your strategy ,you will change the ATR timeframes, or not use ATR but your manual SL/TP jump settings .. Same for the partclose functions.
You should just experiment on a demo account with the different settings to find something that works for you best and too so you will understand the impact of the different settings much better..

Cheers :)

Tommaso
Sorry sir, but what's the meaning of OOTB? :youknow:

I surely try and fire demo tests first.

:hi:
Last edited by Matinvesty on Sat Feb 28, 2015 6:22 pm, edited 1 time in total.
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

AllPairTradeManager(APTM)

Post by milanese »

Matinvesty » Sat Feb 28, 2015 6:12 pm wrote:
Sorry sir, but what's the meaning of OOTB? :youknow:

I surely try and fire demo test first.

:hi:
OOTB= out off the Box, the settings the EA comes with...

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
DocT
Trader
Posts: 149
Joined: Mon Apr 23, 2012 9:44 am
Location: Aberdeen

AllPairTradeManager(APTM)

Post by DocT »

Tomasso

I am running an EA on GP and porting to FXCM Live account using FXBlue. However, the strategy only sends a SL when conditions warrant, and then manages them internally.
I want to have an emergency SL in the background to cover situations like Black Swan events where the EA has not sent the SL settings yet.
My question is which manager would be best to use - MPTM or APTM? I have tried both and it is not clear to me which is best foir this situation.

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

AllPairTradeManager(APTM)

Post by milanese »

taggie11 » Tue Mar 03, 2015 8:44 am wrote:Tomasso

I am running an EA on GP and porting to FXCM Live account using FXBlue. However, the strategy only sends a SL when conditions warrant, and then manages them internally.
I want to have an emergency SL in the background to cover situations like Black Swan events where the EA has not sent the SL settings yet.
My question is which manager would be best to use - MPTM or APTM? I have tried both and it is not clear to me which is best foir this situation.

Cheers
Doc
APTM will use less CPU power as MPTM as it is not running in an endless loop, it is fully build 765++ compatible, coded property strict and uses a user selectable timer function for checking the open trades. Too you will find some extra features MPTM not has.
Just try both and take the one you like more this is mostly very individual...

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
Post Reply

Return to “Utilities Indicators and Scripts”