Welcome

Hey guys. Please read the sticky in this thread.
Post Reply
growfx
Posts: 1
Joined: Tue Oct 10, 2017 12:14 pm

Welcome

Post by growfx »

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.
famili
Posts: 0
Joined: Wed Jan 10, 2018 11:02 am

Welcome

Post by famili »

happy to join the forum, I hope my contribution will be positive for the group :)
oldfella
Trader
Posts: 46
Joined: Sun Jan 11, 2015 4:59 pm

Welcome

Post by oldfella »

Hi,

Can an administrator tell me why my login is not automatic even though I have ticked the requisite box.

Regards Oldfella
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Welcome

Post by milanese »

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

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
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

Post by oldfella »

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
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Welcome

Post by milanese »

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


Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
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

Post by oldfella »

Hi Tommaso ,

Rubbish code, I absolutely agree, but where do I find Steves Shells.

Regards
Oldfella
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Welcome

Post by milanese »

oldfella » Mon Jan 29, 2018 4:51 pm wrote:Hi Tommaso ,

Rubbish code, I absolutely agree, but where do I find Steves Shells.

Regards
Oldfella
http://www.stevehopwoodforex.com/phpBB3 ... ?f=15&t=79

Cheers :)
Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
kushdo
Posts: 0
Joined: Wed May 30, 2018 5:51 pm

Welcome

Post by kushdo »

Hello everyone,

I am a supply demand trader, taking confluence to take trades. I have a very demanding full time job but dream of being a full time trader one day.

Hope to learn and contribute here.

Looking forward.

Kush
Lamzforex
Posts: 2
Joined: Wed May 30, 2018 4:00 pm

Welcome

Post by Lamzforex »

Hello All,

I am happy to be a part of a supportive community.

I hope to expand my knowledge on forex and learn from a lot of professionals.

Regards,

Lamz
Post Reply

Return to “Welcome”