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 19 of 38
Author:  SteveHopwood [ Wed Mar 06, 2013 12:12 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

Hehe. I could simply edit my latest post so none of you would see it, but I know you all love a laugh at my expense.

The UCad trade is a buy, so obviously ITM is not going to close it when AO goes green.

Anybody got any spare Dried Frogs Pills?

:lol:
Author:  SteveHopwood [ Wed Mar 06, 2013 12:13 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

bshoe24 wrote:Steve,

I forced a fill of a GU sell position as a test with the latest ITM and i'm getting recurring alerts of a failure to be able to set the TP. Attached is the setfile in case you need to refer to how i'm running it. This is on Cowboy IBFX with Std account.

2013.03.05 16:08:46 10.4 Individual Trade Manager GBPUSD,H4: Alert: InsertTakeProfit(): take profit > market, so tp cannot be inserted

I just wanted to report in case there is a problem for others too.

Thanks for all your efforts.
Go away. Have you not read about my struggles today? You really think I want more?

:D
Author:  bshoe24 [ Wed Mar 06, 2013 12:16 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

SteveHopwood wrote:
bshoe24 wrote:Steve,

I forced a fill of a GU sell position as a test with the latest ITM and i'm getting recurring alerts of a failure to be able to set the TP. Attached is the setfile in case you need to refer to how i'm running it. This is on Cowboy IBFX with Std account.

2013.03.05 16:08:46 10.4 Individual Trade Manager GBPUSD,H4: Alert: InsertTakeProfit(): take profit > market, so tp cannot be inserted

I just wanted to report in case there is a problem for others too.

Thanks for all your efforts.
Go away. Have you not read about my struggles today? You really think I want more?

:D
Just reporting :) Have a couple glasses of wine and let it go until later!
Author:  mjws00 [ Wed Mar 06, 2013 12:35 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

Looks fantastic CandleTiger!!! I want the last 10 bars. And a 1Hr RSI "barmeter" to go with it ;) Won't take me long. Thanks for the inspiration.

Mike
Author:  patman [ Wed Mar 06, 2013 2:07 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

candletiger wrote:Yet another dashboard...
Hi candletiger,

Thanks for the dashboard mod.

However I get nothing in the AO column.

You use a custom indy instead of AO

Code: Select all

 if (iCustom(Pairs[y], PERIOD_H4,"Awesome",0,0,0) > 0)
Can you provide a link?

pat
Author:  etheldreda [ Wed Mar 06, 2013 2:40 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

candletiger wrote:Yet another dashboard...
Hi,
I started to play around with Andy's dashboard (Thanks for that!) and have added a few features. Maybe it is of some value.
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-
Author:  not1891 [ Wed Mar 06, 2013 3:43 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

patman wrote:
candletiger wrote:Yet another dashboard...
Hi candletiger,

Thanks for the dashboard mod.

However I get nothing in the AO column.

You use a custom indy instead of AO

Code: Select all

 if (iCustom(Pairs[y], PERIOD_H4,"Awesome",0,0,0) > 0)
Can you provide a link?

pat
Was the same here, until I saw that I was missing the Awesome indi. Now it looks very good.

Thank you CandleTiger
Author:  etheldreda [ Wed Mar 06, 2013 4:09 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

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:  linuspoon [ Wed Mar 06, 2013 6:03 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

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-)

yeah i'd be using LHDT dash if i had an iphone or android
Hi,

Just like to let you guys know some issues with the iphone/android push notifications. After I enable the push notifications, my crim sent me a warning that my Empty4 is flooding their server with a lot of calls/messages. They asked me to remove any recent EA's that I have put in. Only after sieving through all the changes made that I found the culprit to be the iphone push notifications. I disabled the push notifications and all is back to ok now. So for those who wants to use the push notifications, please take special note and care.

Linus
Author:  candletiger [ Wed Mar 06, 2013 6:30 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

mjws00 wrote:Looks fantastic CandleTiger!!! I want the last 10 bars. And a 1Hr RSI "barmeter" to go with it ;) Won't take me long. Thanks for the inspiration.
Mike

Code: Select all

int  valueArrayMax = 5;
For more bars, just modify this in the code, you can even make it an external variable. I will just not really fit in the fixed columns, but that should be not too difficult.
All times are UTC Page 19 of 38