forex.pm forex forum binary options trade - Forex - forexGitHub – mariofrans/PROJECT__AI-Binary-Options-Trading-Bot
  • Welcome to forex.pm forex forum binary options trade. Please login or sign up.
 

forexGitHub – mariofrans/PROJECT__AI-Binary-Options-Trading-Bot

Started by forex, binaryoptionsoftware.co.u, Mar 13, 2023, 08:28 am

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

forex, binaryoptionsoftware.co.u

GitHub - mariofrans/PROJECT__AI-Binary-Options-Trading-Bot

forex,euro,dollar,binary option,btc,usd,oil


mariofrans/PROJECT__AI-Binary-Options-Trading-Bot.

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Switch branches/tags.

Branches Tags.

Could not load branches.

Nothing to show.

Could not load tags.

Nothing to show.

Name already in use.

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Cancel Create.

Local Codespaces.

HTTPS GitHub CLI.

Use Git or checkout with SVN using the web URL.

Work fast with our official CLI. Learn more.

Sign In Required.

Please sign in to use Codespaces.

Launching GitHub Desktop.

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop.

If nothing happens, download GitHub Desktop and try again.

Launching Xcode.

If nothing happens, download Xcode and try again.

Launching Visual Studio Code.

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit.

Git stats.

Files.

Failed to load latest commit information.

Latest commit message.

Commit time.

README.md.

Python Artificial Intelligence Binary Options Trading Bot.

Before moving further, please be aware that Binary Options is an extremely risky way to make money. Over 95% of all Binary Options traders lose money, and never made it back. This project shall only used for demo and educational purposes only, not for trading using real money. Feel free to test out the codes on your DEMO Account. However, it is HIGHLY NOT RECCOMENDED to run the following program on your REAL trading account. To understand deeper regarding the trading strategies used by this AI bot, please kindly do research on the following topics on behalf of Binary Options: Target Profit Stop Loss Open Position / Bet Amount Martingale Strategy (Levels and Amounts Calculation)

Python Libraries (Requirements):

pandas numpy pyautogui pynput pytesseract pyperclip cv2 PIL datetime time sys random.

Create an account and/login to Binomo (Binary Options trading platform) on your preffered web browser. Install & run Visual Studio Code on your computer. Install Pytesseract (Pre-packaged Computer Vision API) on your computer Clone the GitHub repository to your computer, and open it on Visual Studio Code Make sure that all of the directories in the “variables.py” file are correct these includes: Path to the installed Pytesseract API Path to the screenshots directories, which will be used for computer vision Path to the CSV file which saves the bot’s overall trading actions & results Open both Visual Studio Code and the Browser running Binomo windows side-by-side, similar like in the demo video: https://youtu.be/D9q4O8emVC4. Resize it so that both Visual Studio Code, and Binomo in the browser, are clearly visible, especially the main features of the trading platform. Make sure that no user interfaces are covered/blocked by either one of the windows. Choose RSI(2) and Stochastic(4,3,3) as indicators on Binomo. Set overbought and oversold lines at 80 and 20 respectively, for both indicators. Select 30 seconds time-frame. Use “test_coords.py” file to determine all coordinates of buttons and/or screen areas of the Binomo platform (browser) window: Required buttons & screen areas are listed as variables in the “variables.py” file. Once all coordinates are determined, fill them to their respective variables in the “variables.py” file. Trial & errors may be required Use “test_ss.py” file to determine all screenshot regions within the Binomo platform (browser) window; these screenshots will be used for computer vision: Required screenshot regions are listed as variables in the “variables.py” file. Once all screenshot regions are determined, fill them to their respective variables in the “variables.py” file. Trial & errors will be required.

Open both Visual Studio Code and the Browser running Binomo windows side-by-side, similar like in the demo video: https://youtu.be/D9q4O8emVC4. Resize it so that both Visual Studio Code, and Binomo in the browser, are clearly visible, especially the main features of the trading platform. Make sure that no user interfaces are covered/blocked by either one of the windows. Choose RSI(2) and Stochastic(4,3,3) as indicators on Binomo. Set overbought and oversold lines at 80 and 20 respectively, for both indicators. Select 30 seconds time-frame. Set the following based on your preffered trading budget, by filling out their respective variables, located on the uppermost few lines of the “main.py” file: Open position amount (percentage of trading balance) Target profit percentage (percentage of trading balance) Stop loss percentage (percentage of trading balance) Maximum levels of Martingale/s to be used by the bot Type of Martingale Strategy (switching directions or not) Martingale value (real number) Pick a strategy to be used by the bot, currently there are 2 different trading strategies offered, both could be used with/without Martingale: Golden Moment: Bot will wait for a trading moment: Call Signal (Upwards Direction): Both RSI and Stochastic indicators were below oversold lines on the previous candle. RSI of the current candle crosses to above the oversold line. Put Signal (Downwards Direction): Both RSI and Stochastic indicators were above overbought lines on the previous candle. RSI of the current candle crosses to below the overbought line. Random: Bot will open position on random directions (gambling). To pick a strategy, simply uncomment it, and comment the other strategy out on the “main.py” file Bot will automatically stop trading if either one of the following occurs: Balance reaches exactly or above target profit. Balance reaches exactly or below stop loss limit. The program experiences errors reading the screenshots, thereby stops itself to prevent unprecedented losses. Enjoy.


The post GitHub – mariofrans/PROJECT__AI-Binary-Options-Trading-Bot appeared first on Forex news - Binary options.


Source: GitHub - mariofrans/PROJECT__AI-Binary-Options-Trading-Bot