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

Useful 10.x thingies by Steve and Others
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=1492
Page 21 of 38
Author:  John [ Thu Mar 07, 2013 12:13 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

BTW, I really like the EasyOrder package and would love to use it. That said, are there any coders who could modify the code such that, if my risk percentage results in a lot size lower than my crim's minimum, then it will just revert to and use the minimum lot size I'm able to use? As it stands now, it simply gives me an error message saying something to the effect of "error - lot size is too small"... This is not a critical request, just curious if it's something "easily" modifiable... Thanks.

John
Author:  fluegel [ Thu Mar 07, 2013 12:20 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

trueblueTEX wrote:
fluegel wrote:
trueblueTEX wrote:HMMM.

I have downloaded the latest 10.4 Pending Order Placement Script. Every time I try to run it, now, it fails. It says "failed with error (0) no error".

I thought it might be too close to sr line so I set the MinimumPipsToNextSR to 0 but still no joy.

Any ideas?

Thanks
I'm having the same problem. Is yours resolved? The latest script cannot place a pending order because of this error or places an order too far away from the current price, e.g. at SR1 even when there is MSR1 between the price and SR1.

The former version (without TP setting) worked just as expected... I really miss this script as it was very handy.
I have resolved it. It was the "Trading balance filters". Set both of them to false.
"Trading balance filters"? Are you talking about the ITM EA? My problem is with the order placement script...
Author:  fluegel [ Thu Mar 07, 2013 12:25 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

kwchau wrote:
fluegel wrote:
trueblueTEX wrote:HMMM.

I have downloaded the latest 10.4 Pending Order Placement Script. Every time I try to run it, now, it fails. It says "failed with error (0) no error".

I thought it might be too close to sr line so I set the MinimumPipsToNextSR to 0 but still no joy.

Any ideas?

Thanks
I'm having the same problem. Is yours resolved? The latest script cannot place a pending order because of this error or places an order too far away from the current price, e.g. at SR1 even when there is MSR1 between the price and SR1.

The former version (without TP setting) worked just as expected... I really miss this script as it was very handy.
Could you kindly re-post the older version ? Mine was overwritten by the new version.
Hi kwchau

Here is the oldest and simplest version w/o TP setting. I could find only this in my download folder. Others have been overwritten... Hope this will help.

fluegel
Author:  kwchau [ Thu Mar 07, 2013 2:20 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

fluegel wrote:
kwchau wrote:
fluegel wrote:
trueblueTEX wrote:HMMM.

I have downloaded the latest 10.4 Pending Order Placement Script. Every time I try to run it, now, it fails. It says "failed with error (0) no error".

I thought it might be too close to sr line so I set the MinimumPipsToNextSR to 0 but still no joy.

Any ideas?

Thanks
I'm having the same problem. Is yours resolved? The latest script cannot place a pending order because of this error or places an order too far away from the current price, e.g. at SR1 even when there is MSR1 between the price and SR1.

The former version (without TP setting) worked just as expected... I really miss this script as it was very handy.
Could you kindly re-post the older version ? Mine was overwritten by the new version.
Hi kwchau

Here is the oldest and simplest version w/o TP setting. I could find only this in my download folder. Others have been overwritten... Hope this will help.

fluegel
Thank you, Fluegel .
Author:  linuspoon [ Thu Mar 07, 2013 3:08 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

SteveHopwood wrote:
linuspoon wrote:Hi Steve,

When I place ITM on a chart, once the PA goes in your favour, the SL keeps alternating between the MA240 line and breakeven SL if this is set to true. I tried to find the problematic portion but was not able to trace it as the code seems to be correct. Can you perhaps take a look at this?

Linus
Well dragged up bots, my lot, but not very bright.

ITM was moving the stop but I had not coded it to move the SL line as well. So, at alternative ticks it was calculating that a sl move to be was needed, then finding that the sl and the sl line were not the same and so moving the sl back to its original place.

Dozy so-and-so.

Fixed in V 1i, or appears to be.

:D
Hi Steve,

I used the new V1i but the problem of alternating SL is still there if the BreakEven is set to true. Can you check? Thanks.

Linus
Author:  MrLong [ Thu Mar 07, 2013 6:51 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

KevinT wrote:
allisonmagic wrote:
KevinT wrote:
allisonmagic wrote:did you guys ever build an indicator that will email alert RSI2 signals ?
Last ptt(potential :D ) 10_4 dash has email sending option, setting it up is another story thou :(

Best either a 3rd party Empty4 mail server (MT4i has free app & also libs etc) OR

a way to grab & mail Iphone/android Empty4 pushed messages... 8-)

just installed it and setup my mail server.. works perfectly ! valid signals as well
Awesome :D
Glad you made it work!
Lets wait and see how & if your criminal reacts to the increased traffic, either by bugging you or messing with the e-mails flow :twisted: fingers crossed!
Increased traffic would be caused by changing the chart TF that the dash is sat on, place it on a chart and leave it, every time the chart timeframe is changed the sent messages are reset and set again, if the condition still exists, you can also turn them off.
Andy
Author:  sk29 [ Thu Mar 07, 2013 2:26 pm ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

Have you received permission from Steve to post this version. I, too, have the same problem.

This is great. Thank you candletiger and etheldreda for sharing this. Much appreciated!
etheldreda wrote:
etheldreda wrote: I admit I watch too many pairs, hence not all the pairs fit to the dashboard page (as per my laptop screen resolution). My wish would be to have the dashboard in 2 columns instead of 1 column so we can have more pairs to choose :D

Another idea: it would be very helpful if the dashboard can display the S/R level of the potential setup. I will choose a pair with potential reentry (such as setup on Pivot) than a single entry (setup on MS1 or MR1) with target on S1 or R1.

Thank you,
-ethe-
I have modified the dashboard to fulfill my own wishlists above. To do that I took some functionality from Steve's to calculate pivot and get next support/resistance. Here is the screenshot. If I could have Steve's permissions for the lines of code that I took, I will upload the mq4 version.

Attention: Of course the calculation for S/R level will made the dashboard performance heavier, in other words of slower :oops:

-ethe-
Author:  etheldreda [ Thu Mar 07, 2013 2:32 pm ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

sk29 wrote:Have you received permission from Steve to post this version. I, too, have the same problem.

This is great. Thank you candletiger and etheldreda for sharing this. Much appreciated!
Not yet...

Steve, please say something... Can we have the permission to use part of your codes for the dashboard modification?

regards,
-ethe-
Author:  SteveHopwood [ Thu Mar 07, 2013 2:37 pm ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

etheldreda wrote:
sk29 wrote:Have you received permission from Steve to post this version. I, too, have the same problem.

This is great. Thank you candletiger and etheldreda for sharing this. Much appreciated!
Not yet...

Steve, please say something... Can we have the permission to use part of your codes for the dashboard modification?

regards,
-ethe-
I didn't see a post where anybody asked - must have missed it.

My code is open source and free for anyone to use for the benefit of members of this forum.

:D
Author:  etheldreda [ Thu Mar 07, 2013 3:01 pm ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

SteveHopwood wrote:[I didn't see a post where anybody asked - must have missed it.

My code is open source and free for anyone to use for the benefit of members of this forum.

:D
Okay then.. here is the mq4. We can set max number of row per column . But I only prepared 2 columns with adjustable horizontal position.

Caution: Beware of the initial (heavy) load... :twisted:

At least for me, the (heavy) load is worthy to assist me spot possible multiple entries better... enjoy!
All times are UTC Page 21 of 38