This MPTM Pen version should fix the 2 issues.
I don't have time to test it right now, I will do it later today.
I just post it here if someone want to test it.
Once I will have test this version with success I will post it in post 1.
Edit:
Test ok, files moved in post 1.
Cheers,
G
03 - Pipcruiser Dashboard – Signals – EA - MPTM
-
FXe3
- Trader
- Posts: 116
- Joined: Wed Dec 10, 2014 11:08 pm
- Location: Breckenridge, CO
03 - Pipcruiser Dashboard – Signals – EA - MPTM
Should have opened for me as well, but no trades. Using your 2003 templates
gringoh » Tue Feb 03, 2015 10:38 am wrote:Ok I just get 1 trade opened on NZDJPY…![]()
And another one on NZDUSD...
Cheers,
G
-
jimskin
- Posts: 5
- Joined: Thu Jan 29, 2015 4:41 pm
- Location: UK
03 - Pipcruiser Dashboard – Signals – EA - MPTM
Tried the updated files but my platform freezes.
-
gringoh
03 - Pipcruiser Dashboard – Signals – EA - MPTM
Ok my trades with MPTM Pen EA latest version were opened correctly.
This latest version is fixing:
- Multiple pending trades SL & TP (when value was 0 in the input, the EA was sending the opening price as TP or SL).
- Multiple pending trades distance from market order (now the EA will place the first pending x pips away).
Post 1 updated with the latest version.
Cheers,
G
This latest version is fixing:
- Multiple pending trades SL & TP (when value was 0 in the input, the EA was sending the opening price as TP or SL).
- Multiple pending trades distance from market order (now the EA will place the first pending x pips away).
Post 1 updated with the latest version.
Cheers,
G
-
gringoh
03 - Pipcruiser Dashboard – Signals – EA - MPTM
Did you load historical data first?jimskin » 03 Feb 2015, 18:15 wrote:Tried the updated files but my platform freezes.
-
gringoh
03 - Pipcruiser Dashboard – Signals – EA - MPTM
Any news?barry » 03 Feb 2015, 07:35 wrote:I can't get the dashboard indicator to load on a chart. I have tried on two different computers, but the platform just hangs and becomes unresponsive, even after 30 mins.
Just to be clear, I have used a new GP platform, applied the ForceLoadHistoricalData script until there were no problems, closed and re-opened the platform, one eurusd H1 chart open only, applied PPC-DASH-2002.tpl. I can see the dashboard, but the platform is unresponsive and data flow in the lower RH corner shows 0/0kb.
On another platform, I limited the Max bars to 1,000 in Tools/Options/Charts, before doing all the above again, but same result, platform is unresponsive.
I don't know what else to try - I'd welcome any ideas, thanks.
Which broker are you using?
Which MTCrap platform are you using?
Do you have any suffix with your broker like EURUSDm ?
Cheers,
G
- macman
- Trader
- Posts: 118
- Joined: Tue Nov 15, 2011 7:47 pm
- Location: Somewhere on a European waterway, on my classic (old) Dutch barge
03 - Pipcruiser Dashboard – Signals – EA - MPTM
Thanks for this. I have been using the version you posted earlier today, and AFAICS it is working as expected.gringoh wrote:Ok my trades with MPTM Pen EA latest version were opened correctly.
This latest version is fixing:
- Multiple pending trades SL & TP (when value was 0 in the input, the EA was sending the opening price as TP or SL).
- Multiple pending trades distance from market order (now the EA will place the first pending x pips away).
Post 1 updated with the latest version.
Cheers,
G
This will be my first full week running the 2003 settings unattended and will update with results here.
Best regards to you and of course to the newest family member ...
This account takes ALL software generated trade calls from my FXW training course and is used to develop money management routines.
http://www.mt4i.com/mt4ichart.aspx?c=ch ... udent-demo
http://www.mt4i.com/mt4ichart.aspx?c=ch ... udent-demo
-
OneandOnly666
- Trader
- Posts: 14
- Joined: Fri Mar 16, 2012 10:16 pm
03 - Pipcruiser Dashboard – Signals – EA - MPTM
My platform freezes too.
getting 0 global varibles detected for the dashboard in the expert menu
i´m using Empty4 765, ICmarkets
dont have this problem on my other Empty4 with the same account.
Just installed a new one to use the dashboard on.
//Thomas
getting 0 global varibles detected for the dashboard in the expert menu
i´m using Empty4 765, ICmarkets
dont have this problem on my other Empty4 with the same account.
Just installed a new one to use the dashboard on.
//Thomas
Last edited by OneandOnly666 on Tue Feb 03, 2015 5:54 pm, edited 1 time in total.
-
gringoh
03 - Pipcruiser Dashboard – Signals – EA - MPTM
Quick note:
Short explanation on how PP dashboard is working compared to Pipcruiser's Pipmasher original EA.
For this illustration let say previous month was UP and previous week was UP so we are looking for a buy setup.
Pipcruiser's Pipmasher
On Tuesday opening, PP will check if Monday candle was down.
If so, at Tuesday opening, PP will place a pending order at Monday candle high + 20 pips (as default).
If the trade is triggered during Tuesday, that’s it.
If not, at Wednesday opening, PP will move the pending order at Tuesday candle high + 20 pips… and so on until the trade is triggered.
PP Dashboard
The logic in the dashboard is the same, excepted that we are not using pending orders.
The dashboard is monitoring the market in real time and will open a trade as soon as the conditions are ok.
There is only 1 addition in the dashboard: the “MaxBufferPips” input.
This input is there to avoid trades opened too far away from the target price, e.g:
As the dashboard is monitoring the market in real time, if you open your platform mid-day and the conditions are ok to open a trade (bid price above Monday candle high + 20 pips), a trade could be open 200 pips away from the initial target. With this option, orders can be opened only between (Monday candle high + 20 pips and an additional pips buffer of 15 pips as default).
Cheers,
G
Short explanation on how PP dashboard is working compared to Pipcruiser's Pipmasher original EA.
For this illustration let say previous month was UP and previous week was UP so we are looking for a buy setup.
Pipcruiser's Pipmasher
On Tuesday opening, PP will check if Monday candle was down.
If so, at Tuesday opening, PP will place a pending order at Monday candle high + 20 pips (as default).
If the trade is triggered during Tuesday, that’s it.
If not, at Wednesday opening, PP will move the pending order at Tuesday candle high + 20 pips… and so on until the trade is triggered.
PP Dashboard
The logic in the dashboard is the same, excepted that we are not using pending orders.
The dashboard is monitoring the market in real time and will open a trade as soon as the conditions are ok.
There is only 1 addition in the dashboard: the “MaxBufferPips” input.
This input is there to avoid trades opened too far away from the target price, e.g:
As the dashboard is monitoring the market in real time, if you open your platform mid-day and the conditions are ok to open a trade (bid price above Monday candle high + 20 pips), a trade could be open 200 pips away from the initial target. With this option, orders can be opened only between (Monday candle high + 20 pips and an additional pips buffer of 15 pips as default).
Cheers,
G
-
jimskin
- Posts: 5
- Joined: Thu Jan 29, 2015 4:41 pm
- Location: UK
03 - Pipcruiser Dashboard – Signals – EA - MPTM
I did load the historical data first. It's showing 'Script ForceLoadHistoricalData EURUSDm,Daily: loaded successfully' in the Journal.
I'm using a Micro account which uses EURUSDm, etc...
I'm using a Micro account which uses EURUSDm, etc...