Usually just removing them from Market Watch is enough but *disclaimer* I haven't even looked at the code yet for this particular EAbernard wrote:Very interesting strategy. Thank you for sharing.
I am running it on Alpari UK Demo as of today.
Will report the results.
Is there anyway to keep the exotic pairs out of the equation?
I have now open trades of NOKSEK or EURMXN that in real life would not touch them.
Best,
Bernard
MetaNeural SuperDash
-
SWG123
- Trader
- Posts: 565
- Joined: Wed Nov 16, 2011 3:02 pm
- Location: Cape Town
Re: MetaNeural SuperDash
- Aussiedoc
- Trader
- Posts: 270
- Joined: Tue Dec 13, 2011 8:10 am
- Location: Western District. Victoria. Australia
...with a little help from my friends
G'day fellas!
Thanks for all the work that has gone into getting this up and running. I got it up and running this afternoon with ootb settings and got these results.
Obviously something is not right but I am at a loss to know what?
Cheers
Thanks for all the work that has gone into getting this up and running. I got it up and running this afternoon with ootb settings and got these results.
Obviously something is not right but I am at a loss to know what?
Cheers
You do not have the required permissions to view the files attached to this post.
If you can never exceed your own expectations - why expect second-best?
- bernard
- Trader
- Posts: 99
- Joined: Tue Jan 10, 2012 1:10 pm
- Location: Moers - Germany
Re: MetaNeural SuperDash
Closed all trades of version 1.0
It was in green.
Am running 1.1 now. So far, balance is in green and equity is also in green. No errors.
The demo broker is Alpari UK. All OOTB, except lot size which is 0.1 fix.
If I only could keep the exotic pairs out..... Somehow Hide under Market Watch Symbol, or Hide All or Set>Forex does not weed out the exotics. It would be nice if we could pick & choose the pairs.
Thanks
Bernard
It was in green.
Am running 1.1 now. So far, balance is in green and equity is also in green. No errors.
The demo broker is Alpari UK. All OOTB, except lot size which is 0.1 fix.
If I only could keep the exotic pairs out..... Somehow Hide under Market Watch Symbol, or Hide All or Set>Forex does not weed out the exotics. It would be nice if we could pick & choose the pairs.
Thanks
Bernard
1- Give me 10 pips a day and I build an Empire. 2- Have never seen any individual to get rich throu Forex. 3- Conclusion?
-
falsedave
- Trader
- Posts: 53
- Joined: Sun Aug 26, 2012 5:00 pm
Re: MetaNeural SuperDash
Small update to 1.3.
Got rid of those repeated alert messages
It is possible to simply remove pairs from market watch but added and option to add your own list of pair if you wish.
Spread filter.
Bug where it didnt recognize its own trades on restart.
Got rid of those repeated alert messages
It is possible to simply remove pairs from market watch but added and option to add your own list of pair if you wish.
Spread filter.
Bug where it didnt recognize its own trades on restart.
- Aussiedoc
- Trader
- Posts: 270
- Joined: Tue Dec 13, 2011 8:10 am
- Location: Western District. Victoria. Australia
Re: MetaNeural SuperDash
Thanks for the quick response.falsedave wrote:Small update to 1.3.
Got rid of those repeated alert messages
It is possible to simply remove pairs from market watch but added and option to add your own list of pair if you wish.
Spread filter.
Bug where it didnt recognize its own trades on restart.
Have now updated to 1.3
Much appreciated.
If you can never exceed your own expectations - why expect second-best?
-
falsedave
- Trader
- Posts: 53
- Joined: Sun Aug 26, 2012 5:00 pm
Re: MetaNeural SuperDash
Just realized I left 1.3 trade disabled by default when I uploaded. Have changed back it and re-upped now.
For those of you who DL'd it dont forget set TradeEnabled to true to allow trading.
For those of you who DL'd it dont forget set TradeEnabled to true to allow trading.
-
biskwie
- Posts: 3
- Joined: Tue Apr 10, 2012 11:05 pm
Re: MetaNeural SuperDash
you made the EA from the strategy that i'm testing almost a week now
you need good tick data, my conclusion: FXCM is the best broker till now.
now testing Global prime
you need good tick data, my conclusion: FXCM is the best broker till now.
now testing Global prime
-
falsedave
- Trader
- Posts: 53
- Joined: Sun Aug 26, 2012 5:00 pm
Re: MetaNeural SuperDash
New update to 1.4
The errors are coming thick and fast today. 1.3 wasn't trading due to an error in finding already open trades.
biskwie hope it trades well for you. If you want extra ticks you might want to try poking it with a tick generator. As it will only update when a tick is received on that chart.
The errors are coming thick and fast today. 1.3 wasn't trading due to an error in finding already open trades.
biskwie hope it trades well for you. If you want extra ticks you might want to try poking it with a tick generator. As it will only update when a tick is received on that chart.
You do not have the required permissions to view the files attached to this post.
-
musky
- Trader
- Posts: 54
- Joined: Fri Nov 18, 2011 8:30 pm
- Location: Northwoods
Re: MetaNeural SuperDash
I show no inputs on 1.3 or 1.4 . Is this correct?
You do not have the required permissions to view the files attached to this post.
-
effluvium
Re: MetaNeural SuperDash
FalseDave,falsedave wrote:New update to 1.4
The errors are coming thick and fast today. 1.3 wasn't trading due to an error in finding already open trades.
.......
Just a technical question about your code. You have put a serie of conditional IFs to detect the Daily and Hourly Bias, based on the different arrays with Open,High,Low,Close,.. values.
But in fact, if you have one condition which confirms you with a True answer that the Bias is UP/DN, is there a sense to test above all other conditions ? Is it optimal to do that ?