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

03 - Pipcruiser Dashboard – Signals – EA - MPTM
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4047
Page 26 of 39
Author:  getting [ Wed Mar 04, 2015 9:06 pm ]
Post subject:  03 - Pipcruiser Dashboard – Signals – EA - MPTM

macman » Wed Mar 04, 2015 1:48 pm wrote:
getting wrote:Gringoh,
works like a charm!!! Thanks
I'm using adaptive TP though....else is default.
Does it?

Your screen shot also shows trades with a zero take profit .....

Or am I missing something :?:
Im using MPBM...45TP | 25SL addaptive pip TP/SL; so non-issue for me whether positions has TP/SL.

I think in line 3924 and 3925 try replacing: 3, 0, 0,
with: 0,stoploss,takeprofit,
:xm:
Author:  gringoh [ Wed Mar 04, 2015 9:51 pm ]
Post subject:  03 - Pipcruiser Dashboard – Signals – EA - MPTM

willem » 04 Mar 2015, 19:34 wrote:
Don't know of it is of relevance. I have as well trades without a TP (templ 6001).
What strikes me that all pending trades show a TP.

I will try if I can see what happens if a pending trade turns into an active trade.

Willem
Yep I am on it, I am interesting on your feedback.

That's the question, is the problem comes when the EA place the pending orders or when a pending order turns into an active trade...

Cheers,
G
Author:  gringoh [ Wed Mar 04, 2015 9:53 pm ]
Post subject:  03 - Pipcruiser Dashboard – Signals – EA - MPTM

getting » 04 Mar 2015, 21:33 wrote:Gringoh,
works like a charm!!! Thanks
I'm using adaptive TP though....else is default.
If I may ask, what is the adaptive TP SL ?

Cheers,
G
Author:  gringoh [ Wed Mar 04, 2015 9:56 pm ]
Post subject:  03 - Pipcruiser Dashboard – Signals – EA - MPTM

getting » 04 Mar 2015, 22:06 wrote: Im using MPBM...45TP | 25SL addaptive pip TP/SL; so non-issue for me whether positions has TP/SL.

I think in line 3924 and 3925 try replacing: 3, 0, 0,
with: 0,stoploss,takeprofit,
:xm:
Thanks for trying but this part of code (line 3924 and 3925) is only for market orders.

Pending trades are managed line 4333, 4375 and 4389.

I am currently monitoring trades to understand where the problem comes from...

Cheers,
Author:  gringoh [ Wed Mar 04, 2015 10:20 pm ]
Post subject:  03 - Pipcruiser Dashboard – Signals – EA - MPTM

I think I have isolated the problem.

I have to test the patch and I will release an upgrade tomorrow.

Cheers,
G
Author:  macman [ Wed Mar 04, 2015 10:30 pm ]
Post subject:  03 - Pipcruiser Dashboard – Signals – EA - MPTM

gringoh wrote:I think I have isolated the problem.

I have to test the patch and I will release an upgrade tomorrow.

Cheers,
G
Thank you ... :youknow:
Author:  getting [ Wed Mar 04, 2015 11:23 pm ]
Post subject:  03 - Pipcruiser Dashboard – Signals – EA - MPTM

gringoh » Wed Mar 04, 2015 2:53 pm wrote:
getting » 04 Mar 2015, 21:33 wrote:Gringoh,
works like a charm!!! Thanks
I'm using adaptive TP though....else is default.
If I may ask, what is the adaptive TP SL ?

Cheers,
G
very useful EA(MPBM.mq4): adaptive TP by definition:
AdaptivePipsTakeProfit - Pips per open trade to use for TakeProfit. Use 0 to disable this.
AdaptivePipsStopLoss - Pips per open trade to use for StopLoss. Use 0 to disable this.
from "Baluda Indicator" http://www.stevehopwoodforex.com/phpBB3 ... .php?t=629 - Scroll down to 3.2
Example:
I've set APTP at 45 ...if i have 4 floating positions...EA will closed all when my pips count basket reaches 180 pips(pending order not affected; not deleted)
My calculation of APTP/APSL is from "pip expectancy" from MFBook (other users that have good results).
I think it's great to find EA that generate alot of pips, but another important factor is how fast can u generate within given time; i called it PipsPerHour: pips expectancy / avg hours duration = (the higher the better) :P
Author:  gringoh [ Thu Mar 05, 2015 12:07 pm ]
Post subject:  03 - Pipcruiser Dashboard – Signals – EA - MPTM

Hi Guys,

The good news is that I managed to fix 1 of the 2 issues… I am still working on second one.

Now, the price target to delete multiple pending trades not triggered is working fine thanks to a file write. The dashboard stores the price target for exit in a csv file. It’s a good thing as you can close and restart the platform and the dashboard will still have access to this price. The generated csv file are only 1 ko and shouldn’t create any problem for your platform or OS.

Concerning the first multiple pending trade without TP, I am still working on it. I still don’t know where it is coming from… is the problem comes when the EA place the pending orders or when a pending order turns into an active trade...

From what I see at the moment, TP on pending orders are placed correctly... active trade problem?

I will release an update once this problem will be fixed.

Cheers,
G
Author:  gringoh [ Thu Mar 05, 2015 3:37 pm ]
Post subject:  03 - Pipcruiser Dashboard – Signals – EA - MPTM

You can find attached in this post PP Dashboard V2.01.

Problem concerning first pending trade without a SL was not really a problem.

In this version, the price target to delete multiple pending trades not triggered is working fine thanks to a file write. The dashboard stores the price target for exit in a csv file. It’s a good thing as you can close and restart the platform and the dashboard will still have access to this price. The generated csv file are only 1 ko and shouldn’t create any problem for your platform or OS.

Nothing changed in the inputs tab so you can still use your previous templates.

Closer & closer to the final version.

PS: I let the information concerning the exit target price to delete pending orders visible on the dashboard, but I moved it at the extreme right side of the dashboard.

Cheers,
G
Author:  getting [ Sat Mar 07, 2015 7:51 pm ]
Post subject:  03 - Pipcruiser Dashboard – Signals – EA - MPTM

gringoh,
Please consider adding UseDynamicPipsLoss / PipPerTrade in "Global order closure setting"
:jump:
All times are UTC Page 26 of 39