I have not enjoyed a lot of Mondays like today, so I am crowing.
Forgot to say that I closed them out manually. No point in turning your back on over 200 pips when they are going begging.patmontes » Mon Nov 24, 2014 10:57 pm wrote:Nice one Steve!!!
I got the same pairs yesterday in profit as well
unfortunately mine did not get to 200pips as I used the H4 ATR TP of MPTM but i'm not complaining at all and i'm happy with green pipsSteveHopwood » Mon Nov 24, 2014 11:06 pm wrote: Forgot to say that I closed them out manually. No point in turning your back on over 200 pips when they are going begging.
Listened to all the advice about running multiple eas and now installed the multi trader terminal on the vps and able to run multiple sessions. Thanks - although a confirmed noodle (to use the nice description) do learn from you allpassgo » Wed Nov 19, 2014 2:03 pm wrote:[Like Spot said, open another Empty4 using the same account login and use the other EA's there.
Your CPU will like it as well./quote]
Thanks for advice - unfortunately the VPS I am using will only let me use one login, Will have to think of another solution.
Thx a lot Steve. Agree with ur warning on avoiding such use in live.SteveHopwood » Tue Nov 25, 2014 7:52 pm wrote:Version 1p is in post 1, with the fix I promised yesterday. It should now be possible to run multiple instances of SBB as a basket trader and have each instance manage only its own trading so long as you use different magic numbers.
Do not do so on a live account. This will lead to overtrading and a blown account.
You do not need the update if you do not intend to run multiple instances or mix SBB with manual trades.
Code: Select all
int CalculateMultiplier(string symbol)
{
//factor is not working for the JPY pairs, so this is a temporary fix
if (symbol == "AUDJPY" || symbol == "CADJPY" || symbol == "CHFJPY" || symbol == "EURJPY" || symbol == "GBPJPY" || symbol == "NZDJPY")
return(100);
return(1);
}//int CalculateMultiplier()
Can't help you out, beside the fact I couldn't code a single line even if my life depended on it, I use MPTM to add the ATR-TP.totika » Wed Nov 26, 2014 11:06 am wrote:Does the JPY's AtrTP pairs work correctly for anybody ?
Is it OK:
thnks Totika
I know you use MPTM.The quated code is SBB's own code. I wonder why does't work.Gertje » Wed Nov 26, 2014 12:19 pm wrote:Can't help you out, beside the fact I couldn't code a single line even if my life depended on it, I use MPTM to add the ATR-TP.totika » Wed Nov 26, 2014 11:06 am wrote:Does the JPY's AtrTP pairs work correctly for anybody ?
Is it OK:
thnks Totika