Skip to content

A web application to manage and document your trading activities. Set trading rules, list currency pairs, and keep a detailed journal of your trades with support for text and images. Designed for traders to organize their strategies and track their performance effectively.

Notifications You must be signed in to change notification settings

aadhamu/Tradediary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Procedure to Host on GitHub Pages

  1. Create a Repository:

    • Go to GitHub and create a new repository named trading-plan-web-app or similar.
  2. Push Your Code:

    • Initialize a Git repository in your local project directory if you haven’t already:
      git init
    • Add the remote repository:
      git remote add origin https://github.com/yourusername/trading-plan-web-app.git
    • Add and commit your files:
      git add .
      git commit -m "Initial commit"
    • Push your changes:
      git push -u origin master
  3. Enable GitHub Pages:

    • Go to the repository on GitHub.
    • Click on the "Settings" tab.
    • Scroll down to the "GitHub Pages" section.
    • Under "Source," select the master branch (or main branch if you named it that).
    • Click "Save."
  4. Access Your Site:

    • Your site will be available at https://yourusername.github.io/trading-plan-web-app.

Feel free to replace placeholders like yourusername and [email protected] with your actual GitHub username and email.

About

A web application to manage and document your trading activities. Set trading rules, list currency pairs, and keep a detailed journal of your trades with support for text and images. Designed for traders to organize their strategies and track their performance effectively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published