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 »

everell » Thu Oct 08, 2015 8:43 am wrote:Very kind of you
The symbol is US30Cash
TX
Cheers
Enrico
try the attached one..
milaneseAPTM_235.mq4
Cheers :)

Tommaso
You do not have the required permissions to view the files attached to this post.
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
everell
Trader
Posts: 16
Joined: Sat Oct 11, 2014 11:07 am
Location: Italy

AllPairTradeManager(APTM)

Post by everell »

Very good work
Thanks again Tommaso
Cheers
Enrico
Dr.Phoenix
Trader
Posts: 24
Joined: Thu May 09, 2013 4:54 pm

AllPairTradeManager(APTM)

Post by Dr.Phoenix »

milanese » Thu Oct 08, 2015 9:37 am wrote:
everell » Thu Oct 08, 2015 8:43 am wrote:Very kind of you
The symbol is US30Cash
TX
Cheers
Enrico
try the attached one..

Cheers :)

Tommaso

Hi, Tommaso

I have been told by Global (here in the Forum) that your indicator are better than any other management EAs.
He also said that you one of the best programmers he has known. That is very good for you.
So that is why I would like to ask you as follows. Can your EA be enhanced a little? I have somethong to discuss.
The enhacement will not be very difficult to understand and programm.
Give me a clue if you are interested in?

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

AllPairTradeManager(APTM)

Post by milanese »

Dr.Phoenix » Thu Oct 15, 2015 5:25 pm wrote:
Hi, Tommaso

I have been told by Global (here in the Forum) that your indicator are better than any other management EAs.
He also said that you one of the best programmers he has known. That is very good for you.
So that is why I would like to ask you as follows. Can your EA be enhanced a little? I have somethong to discuss.
The enhacement will not be very difficult to understand and programm.
Give me a clue if you are interested in?

Best
D.P.
If you have some requests for the APTM feel free to post them here, if I will find them usefull I will, when I find some time add them..

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
Dr.Phoenix
Trader
Posts: 24
Joined: Thu May 09, 2013 4:54 pm

AllPairTradeManager(APTM)

Post by Dr.Phoenix »

milanese » Thu Oct 15, 2015 6:19 pm wrote:
Dr.Phoenix » Thu Oct 15, 2015 5:25 pm wrote:
Hi, Tommaso

I have been told by Global (here in the Forum) that your indicator are better than any other management EAs.
He also said that you one of the best programmers he has known. That is very good for you.
So that is why I would like to ask you as follows. Can your EA be enhanced a little? I have somethong to discuss.
The enhacement will not be very difficult to understand and programm.
Give me a clue if you are interested in?

Best
D.P.
If you have some requests for the APTM feel free to post them here, if I will find them usefull I will, when I find some time add them..

Cheers :)

Tommaso
Thanks and let us begin, Tommaso.

APMT consists of JS technology. But JS is working from the entry point and on the way forward.

The idea is to make JS that could begin its working from the initial point of SL's placing.

Let us assume Initial JS (IJS) step be, say, 5 pips.
Let us assume SL to be placed at -15 pips before the entry point.
Each time price goes in the right direction, IJS jumps to 5 pips from the entry point.
As soos as the IJS price is equal to the entry point price, IJS technology is switched off, and JS is switched on.

Example for IJS step = 5 pips.
1. Entry Price (EP) = 0. SL = -15.
2. Current price = +5; SL = -10;
3. Current price = +10; SL = -5;
4. Current price = +15; SL = 0; as soon as SL = EP, then SL is 0, but 0 is not acceptable (for the following JS to be switched on), so let us SL be SL=SL-1, in our case SL = -1, and IJS is switched off;
5. JS realised in APMT is switched on from now on.

Note. IJS can be different in the range from 1 to 14 ( = SL - 1 ) pips.

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

AllPairTradeManager(APTM)

Post by milanese »

Dr.Phoenix » Fri Oct 16, 2015 8:05 am wrote:
Thanks and let us begin, Tommaso.

APMT consists of JS technology. But JS is working from the entry point and on the way forward.

The idea is to make JS that could begin its working from the initial point of SL's placing.

Let us assume Initial JS (IJS) step be, say, 5 pips.
Let us assume SL to be placed at -15 pips before the entry point.
Each time price goes in the right direction, IJS jumps to 5 pips from the entry point.
As soos as the IJS price is equal to the entry point price, IJS technology is switched off, and JS is switched on.

Example for IJS step = 5 pips.
1. Entry Price (EP) = 0. SL = -15.
2. Current price = +5; SL = -10;
3. Current price = +10; SL = -5;
4. Current price = +15; SL = 0; as soon as SL = EP, then SL is 0, but 0 is not acceptable (for the following JS to be switched on), so let us SL be SL=SL-1, in our case SL = -1, and IJS is switched off;
5. JS realised in APMT is switched on from now on.

Note. IJS can be different in the range from 1 to 14 ( = SL - 1 ) pips.

Best
D.P.
APTM has a simil thingy already disponible, if you set MoveSLOnlyIfWin to false, the SL will be moved from the initial point.

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
Dr.Phoenix
Trader
Posts: 24
Joined: Thu May 09, 2013 4:54 pm

AllPairTradeManager(APTM)

Post by Dr.Phoenix »

milanese » Fri Oct 16, 2015 8:13 am wrote:
Dr.Phoenix » Fri Oct 16, 2015 8:05 am wrote:
Thanks and let us begin, Tommaso.

APMT consists of JS technology. But JS is working from the entry point and on the way forward.

The idea is to make JS that could begin its working from the initial point of SL's placing.

Let us assume Initial JS (IJS) step be, say, 5 pips.
Let us assume SL to be placed at -15 pips before the entry point.
Each time price goes in the right direction, IJS jumps to 5 pips from the entry point.
As soos as the IJS price is equal to the entry point price, IJS technology is switched off, and JS is switched on.

Example for IJS step = 5 pips.
1. Entry Price (EP) = 0. SL = -15.
2. Current price = +5; SL = -10;
3. Current price = +10; SL = -5;
4. Current price = +15; SL = 0; as soon as SL = EP, then SL is 0, but 0 is not acceptable (for the following JS to be switched on), so let us SL be SL=SL-1, in our case SL = -1, and IJS is switched off;
5. JS realised in APMT is switched on from now on.

Note. IJS can be different in the range from 1 to 14 ( = SL - 1 ) pips.

Best
D.P.
APTM has a simil thingy already disponible, if you set MoveSLOnlyIfWin to false, the SL will be moved from the initial point.

Cheers :)

Tommaso
I will try this. But I suppose that the step is the same as the JS step.

EDITED. The matter is that SL should be discretionally moved from the SL position. The IJS step is lower than the main JS step. Such a procedure should protect a loss from a much-bigger loss.

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

AllPairTradeManager(APTM)

Post by milanese »

Dr.Phoenix » Fri Oct 16, 2015 8:44 am wrote:
I will try this. But I suppose that the step is the same as the JS step.

EDITED. The matter is that SL should be discretionally moved from the SL position. The IJS step is lower than the main JS step. Such a procedure should protect a loss from a much-bigger loss.

Best
D.P.
For such addings is always the question if it would be asked by more users of the APTM, as every new function too, makes the APTM more complex and esp. for newcomers not easy to use. So I will only add functions that will be for many users a real benefit.

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
Dr.Phoenix
Trader
Posts: 24
Joined: Thu May 09, 2013 4:54 pm

AllPairTradeManager(APTM)

Post by Dr.Phoenix »

milanese » Fri Oct 16, 2015 10:27 am wrote:
Dr.Phoenix » Fri Oct 16, 2015 8:44 am wrote:
I will try this. But I suppose that the step is the same as the JS step.

EDITED. The matter is that SL should be discretionally moved from the SL position. The IJS step is lower than the main JS step. Such a procedure should protect a loss from a much-bigger loss.

Best
D.P.
For such addings is always the question if it would be asked by more users of the APTM, as every new function too, makes the APTM more complex and esp. for newcomers not easy to use. So I will only add functions that will be for many users a real benefit.

Cheers :)

Tommaso
Ok, I understood your position.

The only thing I would like to say that such a technology is very helpful if the take profit is 15-25 pips.
Such targets can be taken intraday only. And if the position is wrong, the SL will be tightened to the entry point fastly, and the loss will be smaller than the standart 15 pips. Think of it.

One more thing I would like to ask. Please say if there is an option made in APTM as follows.

Is there The Part Close to be taken just ONCE?

Say, then price goes right, BE is set while the part close is enabled one time. As soon as BE is set, the following part close step is not taken, the part close is switched off.

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

AllPairTradeManager(APTM)

Post by milanese »

Dr.Phoenix » Fri Oct 16, 2015 3:41 pm wrote:
Ok, I understood your position.

The only thing I would like to say that such a technology is very helpful if the take profit is 15-25 pips.
Such targets can be taken intraday only. And if the position is wrong, the SL will be tightened to the entry point fastly, and the loss will be smaller than the standart 15 pips. Think of it.

One more thing I would like to ask. Please say if there is an option made in APTM as follows.

Is there The Part Close to be taken just ONCE?

Say, then price goes right, BE is set while the part close is enabled one time. As soon as BE is set, the following part close step is not taken, the part close is switched off.

Best
D.P.
Partcloseoption that uses PC with BE will only do one partclose, same for the PC as first TP, read for this again the first post and the thread (--> posts after feb this year) it is explained there..

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”