The Hidden Pending EA

MPTM's new home
Post Reply
theforexedge
Trader
Posts: 220
Joined: Thu Apr 26, 2012 10:31 pm
Location: Torquay

The Hidden Pending EA

Post by theforexedge »

putusernamehere » Mon Apr 13, 2015 6:42 pm wrote:Hi Jason :hi:

do you mean a e-mail if the order is executed ?
I think this is a good idea :good:


cheers Gunter
Yes an email or Push to a mobile, as the mobile is much easier to setup for most people rather than email and the server etc. but both are useful and that's probably the easier bit compared to the code :smile:

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

The Hidden Pending EA

Post by milanese »

theforexedge » Mon Apr 13, 2015 7:54 pm wrote:
putusernamehere » Mon Apr 13, 2015 6:42 pm wrote:Hi Jason :hi:

do you mean a e-mail if the order is executed ?
I think this is a good idea :good:


cheers Gunter
Yes an email or Push to a mobile, as the mobile is much easier to setup for most people rather than email and the server etc. but both are useful and that's probably the easier bit compared to the code :smile:

Jason
I will consider this as optional for the next update..

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
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

[update!]The Hidden Pending EA

Post by milanese »

apr.14,2015
update to have the possibility, to get push- or email alerts when a pending order is filled, use the new inputs for selecting this:

Code: Select all

extern string Al1="--- FilledPending-Alerts ---";
extern bool   PopAlerts=true;
extern bool   PushAlerts=true;
extern bool   EmailAlerts=true;
You find this update build 181 attached to the first post.

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

The Hidden Pending EA

Post by Over60 »

Hi Milanese,

Would you please so kind to check, why after closing of all open positions or by opening a new order, or if no order is still running, in order-direction the HPEA does place automatically an opposite pending, considering if only a buy- or sell-pending in one directions has been defined?

I assume if opposite order to move with price = true, it opens an opposite order automatically, missing a loop, that trading only in one direction should mandatory.
We should consider, that open pendings should only work in the direction of the basic default, if only one direction was defined.

I might be wrong by default.

Trade well
Over60
theforexedge
Trader
Posts: 220
Joined: Thu Apr 26, 2012 10:31 pm
Location: Torquay

The Hidden Pending EA

Post by theforexedge »

Tommaso

Thank you for doing this update so quickly :yahoo:

Just one question is it possible to chose between when the Pending is place and / or filled?

Thanks, JP
User avatar
putusernamehere
Trader
Posts: 107
Joined: Fri Nov 15, 2013 8:56 pm

The Hidden Pending EA

Post by putusernamehere »

Hi Tommaso :hi:

thanks for the super fast update :yahoo: :good:


Cheers Gunter :hi:
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

The Hidden Pending EA

Post by milanese »

Over60 » Tue Apr 14, 2015 9:36 am wrote:Hi Milanese,

Would you please so kind to check, why after closing of all open positions or by opening a new order, or if no order is still running, in order-direction the HPEA does place automatically an opposite pending, considering if only a buy- or sell-pending in one directions has been defined?

I assume if opposite order to move with price = true, it opens an opposite order automatically, missing a loop, that trading only in one direction should mandatory.
We should consider, that open pendings should only work in the direction of the basic default, if only one direction was defined.

I might be wrong by default.

Trade well
Over60
Previsted is to use RemoveEAAfterClosingLastEAPos so I do not know what you really mean, as the EA after closing of all EA positions so will be removed from chart. I f you do not set this for true, it depends much on your initial settings how the EA will place in that case new pending orders.

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
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

The Hidden Pending EA

Post by milanese »

theforexedge » Tue Apr 14, 2015 9:38 am wrote:Tommaso

Thank you for doing this update so quickly :yahoo:

Just one question is it possible to chose between when the Pending is place and / or filled?

Thanks, JP
This would be possible but will give with settings, which move the pending-orders with the price or change the pending orders every new candle, a lot of alerts and was so far from no one requested, I will cosider this, if more users will find such an optional an useful addition..

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

The Hidden Pending EA

Post by Over60 »

Hi Milanese,

In reference to my previous post, I will try it once again coming week with different settings to watch what will happen and for further clarification.
No need for any action. Thanks for your response.

Btw: Is there a possibility or script to print the complete Expert setting window, instead of screenshots?

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

The Hidden Pending EA

Post by milanese »

Over60 » Sun Apr 19, 2015 7:26 am wrote:Hi Milanese,

In reference to my previous post, I will try it once again coming week with different settings to watch what will happen and for further clarification.
No need for any action. Thanks for your response.

Btw: Is there a possibility or script to print the complete Expert setting window, instead of screenshots?

Regards
Over60
@Over60 best is you attach always your setfile you use so every one interested can check out your settings, as the setfile contains the complete settings.
In re. to your previous post: the next update will include some redesign of the reinitialising process when all positions of the EA are closed, so far I recommend you to use the setting RemoveEAAfterClosingLastEAPos=true
This will remove the EA after all open HPEA positions are closed.


Cheers and have a pleasant sunday :)

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”