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 »

Hi all,

Please take a look at this post.
---click---> http://www.stevehopwoodforex.com/phpBB3 ... 10#p118810

Thank you!!

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
Over60
Trader
Posts: 153
Joined: Thu Sep 13, 2012 12:58 pm

AllPairTradeManager(APTM)

Post by Over60 »

Hi Milanese,

I use partial close, assumed 20 pips in profit. I changed to 10 pips by settings.
But this will work only, if the EA has been removed and attached again.

It is annoying, because by mistake of not saved the latest settings before in a set-file.

Do you see any possibility that it will work without reinitializing, like the function to remove SL and TP by script for new settings, which works without reinitializing?

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

AllPairTradeManager(APTM)

Post by milanese »

Over60 » Tue Apr 07, 2015 8:09 am wrote:Hi Milanese,

I use partial close, assumed 20 pips in profit. I changed to 10 pips by settings.
But this will work only, if the EA has been removed and attached again.

It is annoying, because by mistake of not saved the latest settings before in a set-file.

Do you see any possibility that it will work without reinitializing, like the function to remove SL and TP by script for new settings, which works without reinitializing?

Moving on …
Over60
This is unfortunately a problem caused by the platform Empty4 that sometimes changing input values with F7 will not work. In your case it can unfortunately not be resolved with a script..
What you can try next time, use F7 change your value save the new setting after you changed the value(s) confirm and check again after a TF change with F7 if the EA uses now your new setting if not just load the setfile you saved before confirm and that should do the trick..

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
Over60
Trader
Posts: 153
Joined: Thu Sep 13, 2012 12:58 pm

AllPairTradeManager(APTM)

Post by Over60 »

Thanks for assistance.

Over60
Over60
Trader
Posts: 153
Joined: Thu Sep 13, 2012 12:58 pm

AllPairTradeManager(APTM)

Post by Over60 »

Hi Milanese,

Please refer to the attached settings.

The settings are only by example and for clarification.
First, JSL works only, if MoveSLOnlyIf Win = true.

It is not clear to me, what is the difference between the

SLMinDistanceToPriceBE
and
SLMinDistanceToPriceJS,

because JSL works only by setting MoveSLOnlyIfWin = true.

Maybe might be a similar scenario we have had solved with the HPEA.

But I might be wrong…??

Over60
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 »

Over60 » Tue Apr 07, 2015 9:25 am wrote:Hi Milanese,

Please refer to the attached settings.

The settings are only by example and for clarification.
First, JSL works only, if MoveSLOnlyIf Win = true.

It is not clear to me, what is the difference between the

SLMinDistanceToPriceBE
and
SLMinDistanceToPriceJS,

because JSL works only by setting MoveSLOnlyIfWin = true.

Maybe might be a similar scenario we have had solved with the HPEA.

But I might be wrong…??

Over60
I will try to explain:
SLMinDistanceToPriceBE is the min. distance price must have to SL for setting the BE.
exp. Buyorder was opened at 1.07000 BEProfit is set to 4 and SLMinDistanceToPriceBE is set to 46.
Now the EA will set BE with value 1.07040 if Bid is >=1.07500.
After BE is set the EA uses for trailing theSLMinDistanceToPriceJS and adds JumpStep to the price.
In our scenario:
SLMinDistanceToPriceJS is set to 55 and JumpStep to 25
so if Bid is >= 1.07840 SL will be moved to 1.07290

This new add presented with 2.10 makes the trailing functions again somewhat more flexible.
If you use MoveSLOnlyIfWin=false the EA will automatic use SLMinDistanceToPriceJS .

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
Over60
Trader
Posts: 153
Joined: Thu Sep 13, 2012 12:58 pm

AllPairTradeManager(APTM)

Post by Over60 »

Hi Milanese,

thanks, will try it once again, because JSL did not work, if MoveSLOnlyIfWin = false.

Seems a similiar problem we talked about concerning re-initalizing with changed settings.

I agree with you, MT4crap.

Over60
Over60
Trader
Posts: 153
Joined: Thu Sep 13, 2012 12:58 pm

AllPairTradeManager(APTM)

Post by Over60 »

Hi Milanese and followers,

Be care to use the attached setup, if you want to trail afterwards using PartCloseWithBE.

If PartCloseWithBE and SetBEonPartCloseFirstTP = true, trailing will not work.
Please refer to the alert. I do not know, if that was considered?

Anyway with the attached settings, using PartialCloseEnable with first TP, trailing will work in reference to the defined MinDistanceToPrice.

I might be wrong.
Moving on …

Over 60
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 »

Over60 » Thu Apr 09, 2015 8:00 am wrote:Hi Milanese and followers,

Be care to use the attached setup, if you want to trail afterwards using PartCloseWithBE.

If PartCloseWithBE and SetBEonPartCloseFirstTP = true, trailing will not work.
Please refer to the alert. I do not know, if that was considered?

Anyway with the attached settings, using PartialCloseEnable with first TP, trailing will work in reference to the defined MinDistanceToPrice.

I might be wrong.
Moving on …

Over 60
Yes this was intended, as only one PartClose is previsted, I missed in the initial seetings-control to warn the user and to auto-change the setting in the actual version, I will do this with the next update. Thanks Over60 for remember me..

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
Over60
Trader
Posts: 153
Joined: Thu Sep 13, 2012 12:58 pm

AllPairTradeManager(APTM)

Post by Over60 »

Hi Milanese and followers,

@Milanese
What is the reason, why the APTM by OOTB checks only the settings, resp. does supervising only by 15 seconds? I did not yet consider by default.

I set it to “1”, because I do not use it for basket. It works without computer-performance problems.
Before, I was wondering, because I sometimes lose 3-5-10 pips during higher vola periods, due to market fluctuation.

That’s makes a big difference , if a pip counts $1 or more.

Trade well friends
Over60
Post Reply

Return to “Utilities Indicators and Scripts”