stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

AllPairTradeManager(APTM)
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3482
Page 8 of 65
Author:  milanese [ Sun Sep 21, 2014 4:48 pm ]
Post subject:  [Bugfix]an other AllPairTradeManager

MaxM has spotted a a copy paste bug that caused with using manual SL/TP settings errors, when setting the SL for sell positions, please load the fixed version down from first post, thank you Max good spot :good: :good:

Cheers :)

Tommaso
Author:  falanca [ Sun Sep 28, 2014 10:46 am ]
Post subject:  an other AllPairTradeManager

Can we add a basket function to this manager like this;
Basket mangement;true or false
Partial close percentage;X
Partial close basket TP;x
PArtial close basket SL;x
Author:  milanese [ Sun Sep 28, 2014 11:34 am ]
Post subject:  an other AllPairTradeManager

falanca » Sun Sep 28, 2014 10:46 am wrote:Can we add a basket function to this manager like this;
Basket mangement;true or false
Partial close percentage;X
Partial close basket TP;x
PArtial close basket SL;x
Take a look to this EA I coded sometime ago http://www.stevehopwoodforex.com/phpBB3 ... =21&t=3538

Cheers :)

Tommaso
Author:  fxjam [ Mon Sep 29, 2014 12:22 pm ]
Post subject:  an other AllPairTradeManager

Thank you milanese for the great EA :)

But i have a problem, when i use your EA i can not change timeframe, i have to disable auto trading first if i want to change TF...
What could be wrong :?: :?: :?:
Author:  falanca [ Mon Sep 29, 2014 12:55 pm ]
Post subject:  an other AllPairTradeManager

Milanese thank you for your responce but ı couldnt undertand your EA completely.What means x ,y and why we could write the pair names everytime.So isnt it more easy and useful to add that basic basket managing logic( that ı described above) to Allpair trade manager EA which is very useful.İf you can code this I will be very happy for it and will work allways on my metatraders.
Author:  milanese [ Mon Sep 29, 2014 2:11 pm ]
Post subject:  an other AllPairTradeManager

fxjam » Mon Sep 29, 2014 12:22 pm wrote:Thank you milanese for the great EA :)

But i have a problem, when i use your EA i can not change timeframe, i have to disable auto trading first if i want to change TF...
What could be wrong :?: :?: :?:
This is normal, the allPairTradeManger uses an endless loop so you have allways first to deactivate EA traing with the button (s. first post), too it will make no sense to change the tf on the chart with the EA, in generall you should never change tf on charts with a running EA, as this will alwyas reintialize the EA and can cause problems..

Cheers :)

Tommaso
Author:  milanese [ Mon Sep 29, 2014 2:15 pm ]
Post subject:  an other AllPairTradeManager

falanca » Mon Sep 29, 2014 12:55 pm wrote:Milanese thank you for your responce but ı couldnt undertand your EA completely.What means x ,y and why we could write the pair names everytime.So isnt it more easy and useful to add that basic basket managing logic( that ı described above) to Allpair trade manager EA which is very useful.İf you can code this I will be very happy for it and will work allways on my metatraders.
I will take a look to this when I find some time..

Cheers :)

Tommaso
Author:  falanca [ Mon Sep 29, 2014 4:30 pm ]
Post subject:  an other AllPairTradeManager

Thanks for your interest again
Author:  falanca [ Tue Sep 30, 2014 4:22 pm ]
Post subject:  an other AllPairTradeManager

Can we use pip option for Sl TP values eitherly
Author:  milanese [ Tue Sep 30, 2014 4:41 pm ]
Post subject:  an other AllPairTradeManager

falanca » Tue Sep 30, 2014 4:22 pm wrote:Can we use pip option for Sl TP values eitherly
sure, just set UseManualSL_TP_InitialSetting=true and set with the following inputs your wished SL/TP values..
extern double InitialSL=15;//only used if UseManualSL_TP_InitialSetting=true;
extern double InitialTP=25;////only used if UseManualSL_TP_InitialSetting=true;

Later I will publish here a new version with added some basket management options..
Cheers :)

Tommaso
All times are UTC Page 8 of 65