I am newbie in ethereum wallet. I need to generate a custom currency using ethereum but due to very little guidance for it over net i am getting confused and not getting any suitable output from last 2 weeks. I would be thankful if i can get help from any one so that I can proceed on it and get some progress over it.
Thanks in advance
In order to create your own token you can deploy your ERC20 smart-contract using the following smart-contracts example as a base : Smart-contract examples from consensys
As it looks like you're beginning on the topic, i'd recommend you to read and learn about ERC20 and smart-contract programming before trying to deploy anything on the main net.
You'll find a useful tutorial here