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 8 of 38
Author:  SteveHopwood [ Thu Feb 21, 2013 10:01 pm ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

It looks as though ITM's balance filters might not be working correctly.

Here is what they are intended to do here:
  • ignore all pending orders until said pending order contains a currency that is already part of an open trade.
  • delete a pending trade whose fill would violate the balance filters were it to become a filled trade.
I had to turn off the balance filters earlier to stop ITM deleting nearly every pending I sent via the script. I will look at this tomorrow. In the meantime, be aware that this looks like a problem.

:D
Author:  SteveHopwood [ Thu Feb 21, 2013 11:05 pm ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

I got a couple of conditionals the wrong way around, and so ITM' BE thingy is incorrect.

Those of you who can (and anyone who cannot yet needs to learn how) go to
void LookForeBreakevenBasketClosure()

Find these two lines of code:
if (OrderType() == OP_BUY && Bid >= BePrice) CloseTheBasket = true;
if (OrderType() == OP_SELL && Bid <= BePrice) CloseTheBasket = true;


if (OrderType() == OP_BUY && Bid <= BePrice) CloseTheBasket = true;
if (OrderType() == OP_SELL && Bid >= BePrice) CloseTheBasket = true;

then recompile.

For everyone else, I will post a fix when I am sure the fix works.

:D
Author:  SteveHopwood [ Fri Feb 22, 2013 12:02 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

The bloop I spotted in my previous post uncovered a different bloop. Fixed in V 1d in post 1.

Appears to be working correctly on my demo, but then it did so earlier. Just don't use the manager on a live account just yet, ok?

:D
Author:  mjws00 [ Fri Feb 22, 2013 6:45 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

MTF 10.4 TMA SLOPE RSI Indicator.

Hopefully this will be a useful addition at some point. In the meantime should any true indi wizards with time crank on it. I'd be eternally grateful. I'll get it eventually, but my schedule makes development a little slow.

Thread Here: http://www.stevehopwoodforex.com/phpBB3 ... =37&t=1524

Thanks,

Mike
Author:  Aus67 [ Fri Feb 22, 2013 9:36 pm ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

SteveHopwood wrote:
Gertje wrote:Is there a script available that changes the SL to BE once there are more than one trade open?
Or is this something to incorporate in the dedicated MPTM?
I am writing a manger for all this. It will manage individual pairs only so that we can have lines that will represent tp/sl and respond to us dragging them.

:D

Hi Steve

Thanks for the great work on 10.4 ITM!

In the future do you see this EA being able to handle 2 or 3 or more trades and pending trades on the one chart?
I was seeing if the EA could manage two trades on the AudJpy simultaneously. I used your 10.4 pending script to place the two trades, but left the magic number for both as 0 because the ITM only recognises one.
I planned for two long trades with both to close at TP at the WP. Trade1 entering at S1 and Trade2 entering at MS1.
The EA seemed to close trade1 at the MS1 and open then close trade2 at the same point.

I know the EA is probably not at a stage to be used like this, but just wanted to give some feedback to you for your development.
Thanks again for work you guys are putting in!!
Author:  SteveHopwood [ Fri Feb 22, 2013 10:10 pm ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

Guys, please note that I do not waste time answering questions that either:
  • are addressed in the user guide - RTFM or RTFP1, whichever is relevant..
  • I do not understand because they are asking about something I am not coding.
Unless I am irritated that is, at which point old-timers book a ringside seat and settle back to enjoy the entertainment.

:D
Author:  sk29 [ Fri Feb 22, 2013 10:57 pm ]
Post subject:  Re: NB Dashboard

Lio,

Thank you so much for this. It is amazing. I set it up on my iPhone and it works great with the app.
However, the push worked only for the first 24 hours or so. I still get all the updates, but I have to open the app to see the latest alert.

Interestingly, 2 days ago, when I set it up for the first time, the push showed up on the screen even without opening the app. Does anyone else have this problem? Any tips to rectify this? I have uninstalled, reinstalled, reset the indicator, the app, etc. No luck!

Nevertheless, this is a great dashboard and I sincerely thank you for this, Lio.

SK

lhDT wrote:Hi NB fan's,

Here is the NB 10.4 Dashboard !
Pretty straight forward, it will alerts you when there is an opportunity to trade, based on Bob's rules.
You can now scan all your favorite pairs on one single screen and you will have sound alerts & mobile alerts.

The most important setting in the dashboard is the "pair" parameter.
Just add all the pairs you want to scan BUT be sure to correctly set them :
- If you have a broker with normal pairs syntax like "EURUSD", "USDCAD", etc ... just write them as is : "EURUSD,USDCAD," separated with a comma.
- if you have a broker and have a suffix or prefix add to your pairs like "mEURUSD", or "EURUSD.G", write them like this : "mEURUSD,mUSDCAD" or "EURUSD.G, USDCAD.G" etc ...

For the mobile notifications, be sure to enable it (and have the app installed on your smartphone). Go to Empty4->Tools->Options->Notifications.

There is 5 types of alerts (as suggested by theforexedge) :
1. 240MA Cross - Indicate Buy or Sell Trend Change Alert
2. 240MA Above (Buy) / RSI Flat line 0 / Awesome Oscillator Green - Buy Alert
3. 240MA Below (Sell) / RSI Flat Line 100 / Awesome Oscillator Red - Sell Alert
4. 240MA Above (Buy) / RSI Flat line 100 / Awesome Oscillator Red - Trade Exit Alert
5. 240MA Below (Sell) / RSI Flat Line 0 / Awesome Oscillator Green - Trade Exit Alert

As I coded that when market was closed, it hasn't been tested. All should be working fine except for the exit alerts.

Enjoy,
Lio
Author:  alex_forex [ Sat Feb 23, 2013 3:19 pm ]
Post subject:  Re: NB Dashboard

Same for me but can't say why...
sk29 wrote:Lio,

Thank you so much for this. It is amazing. I set it up on my iPhone and it works great with the app.
However, the push worked only for the first 24 hours or so. I still get all the updates, but I have to open the app to see the latest alert.

Interestingly, 2 days ago, when I set it up for the first time, the push showed up on the screen even without opening the app. Does anyone else have this problem? Any tips to rectify this? I have uninstalled, reinstalled, reset the indicator, the app, etc. No luck!

Nevertheless, this is a great dashboard and I sincerely thank you for this, Lio.

SK

lhDT wrote:Hi NB fan's,

Here is the NB 10.4 Dashboard !
Pretty straight forward, it will alerts you when there is an opportunity to trade, based on Bob's rules.
You can now scan all your favorite pairs on one single screen and you will have sound alerts & mobile alerts.

The most important setting in the dashboard is the "pair" parameter.
Just add all the pairs you want to scan BUT be sure to correctly set them :
- If you have a broker with normal pairs syntax like "EURUSD", "USDCAD", etc ... just write them as is : "EURUSD,USDCAD," separated with a comma.
- if you have a broker and have a suffix or prefix add to your pairs like "mEURUSD", or "EURUSD.G", write them like this : "mEURUSD,mUSDCAD" or "EURUSD.G, USDCAD.G" etc ...

For the mobile notifications, be sure to enable it (and have the app installed on your smartphone). Go to Empty4->Tools->Options->Notifications.

There is 5 types of alerts (as suggested by theforexedge) :
1. 240MA Cross - Indicate Buy or Sell Trend Change Alert
2. 240MA Above (Buy) / RSI Flat line 0 / Awesome Oscillator Green - Buy Alert
3. 240MA Below (Sell) / RSI Flat Line 100 / Awesome Oscillator Red - Sell Alert
4. 240MA Above (Buy) / RSI Flat line 100 / Awesome Oscillator Red - Trade Exit Alert
5. 240MA Below (Sell) / RSI Flat Line 0 / Awesome Oscillator Green - Trade Exit Alert

As I coded that when market was closed, it hasn't been tested. All should be working fine except for the exit alerts.

Enjoy,
Lio
Author:  aworex [ Sun Feb 24, 2013 10:19 pm ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

I have experienced something similar, I was receiving notification alerts on my ipad early last week with a sound alert all of a sudden the sounds stopped with only messages in the message tabs, I tried everything in the settings tab to find out what went wrong but it all went quiet. May be email alerts might be better options in the dashboard.
Author:  theforexedge [ Mon Feb 25, 2013 1:13 am ]
Post subject:  Re: Useful 10.4 thingies by Steve and Others

aworex wrote:I have experienced something similar, I was receiving notification alerts on my ipad early last week with a sound alert all of a sudden the sounds stopped with only messages in the message tabs, I tried everything in the settings tab to find out what went wrong but it all went quiet. May be email alerts might be better options in the dashboard.

Aworex

I've had the same thing, so it must be something to do with their crap servers...but yes adding a email option might be a nice addtion to the indicator..

JP
All times are UTC Page 8 of 38