Hello, world!
Glad to join in. I am here to learn from you all.
I am a coder with many years of experience but not in financial area.
Welcome
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Welcome
This depends on your browser settings and your browser configuration(cookies, saved log-in data). So a problem on your side, nothing we can do here, sorry.oldfella » Sun Jan 28, 2018 4:27 pm wrote:Hi,
Can an administrator tell me why my login is not automatic even though I have ticked the requisite box.
Regards Oldfella
Cheers
Tommaso
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
-
oldfella
- Trader
- Posts: 46
- Joined: Sun Jan 11, 2015 4:59 pm
Welcome
Hi Tommaso,
Thank you for the quick reply, it was my problem as apparently it now has to set up in advanced settings in Win 10. Seems to working OK now.
I do not know where I should post the following as Steve locked the coders help thread:-
I have been slowly learning Empty4 and my first real attempt at changing code is in an indicator that was coded for me several years ago.
Before I had to use two indicators to get the correct results, one multiplied point by 10, the other was coded so that Points= Point.
What I have been trying to do is code it so both Points=Point*10 and Points=Point can operate within the same indicator by coding
if(Digits == 5 || Digits == 2 || digits == 1)
{
Points = Point;
}
if(Digits == 5 || digits == 3 || Digits == 1)
{
Points = Point*10;
The problem with this is that only the second (if) operates and so three of the instruments I trade are 10 times too big. If you can direct me to where I ought to post this message and can get some advice and help I give my thanks.
Kind Regards
oldfella
Thank you for the quick reply, it was my problem as apparently it now has to set up in advanced settings in Win 10. Seems to working OK now.
I do not know where I should post the following as Steve locked the coders help thread:-
I have been slowly learning Empty4 and my first real attempt at changing code is in an indicator that was coded for me several years ago.
Before I had to use two indicators to get the correct results, one multiplied point by 10, the other was coded so that Points= Point.
What I have been trying to do is code it so both Points=Point*10 and Points=Point can operate within the same indicator by coding
if(Digits == 5 || Digits == 2 || digits == 1)
{
Points = Point;
}
if(Digits == 5 || digits == 3 || Digits == 1)
{
Points = Point*10;
The problem with this is that only the second (if) operates and so three of the instruments I trade are 10 times too big. If you can direct me to where I ought to post this message and can get some advice and help I give my thanks.
Kind Regards
oldfella
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Welcome
So cancel the first one(only one can work as both have if(Digits==5) at the first place, the the first if condition probably it should be Digits==4 and == 5), but this code is so bad, that you should take a look in Steve's shells. they are a very good starting point learning mql4..oldfella » Mon Jan 29, 2018 2:28 pm wrote:Hi Tommaso,
Thank you for the quick reply, it was my problem as apparently it now has to set up in advanced settings in Win 10. Seems to working OK now.
I do not know where I should post the following as Steve locked the coders help thread:-
I have been slowly learning Empty4 and my first real attempt at changing code is in an indicator that was coded for me several years ago.
Before I had to use two indicators to get the correct results, one multiplied point by 10, the other was coded so that Points= Point.
What I have been trying to do is code it so both Points=Point*10 and Points=Point can operate within the same indicator by coding
if(Digits == 5 || Digits == 2 || digits == 1)
{
Points = Point;
}
if(Digits == 5 || digits == 3 || Digits == 1)
{
Points = Point*10;
The problem with this is that only the second (if) operates and so three of the instruments I trade are 10 times too big. If you can direct me to where I ought to post this message and can get some advice and help I give my thanks.
Kind Regards
oldfella
Cheers
Tommaso
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Welcome
http://www.stevehopwoodforex.com/phpBB3 ... ?f=15&t=79oldfella » Mon Jan 29, 2018 4:51 pm wrote:Hi Tommaso ,
Rubbish code, I absolutely agree, but where do I find Steves Shells.
Regards
Oldfella
Cheers
Tommaso
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality