- Search Energy EXCH
- 58 Results (1 Threads, 57 Replies)
-
urspolar replied Jul 8, 2025Hello everyone, sorry for my late response. I noticed something was wrong with the script, but I’ve fixed it now. I hope the script will place trades correctly this time. Added has_open_position(): This function directly queries MetaTrader 5 for any ...
XAUUSD and Machine Learning Trading
-
urspolar replied Jul 1, 2025Yes, trades are closed by either SL (stop loss) or TP (take profit).
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 30, 2025Guys, I discovered a problem with the script in the last trade. I think this will resolve the issue. I’ve added the new version here. v5 Added: Last closed M5 candle tracking (last_processed_candle_time) Logic: Run signals/trades only after a new M5 ...
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 30, 2025It depends. Usually, 3-4 trades per week.
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 27, 2025bilbill, I do not like backtesting scripts. I prefer to trade on a demo account for a long period to understand how the script works and to adjust it as needed. After some time, I will move it to a real account. I think it is possible to adjust this ...
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 27, 2025kkmk, I do not know why you receive this error. I use Eightcap.
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 27, 2025Mucky, I use AI to help me code this script based on my ideas, but I do not use AI within the script itself. In the future, I may integrate AI into the script, but for now I want to work on this simple version and test it. This script uses a simple ...
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 27, 2025Today was a good day. Only one trade this week, but it was a winning trade.
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 26, 2025Yes, you can change the symbol here. For example, I have tested it on BTCUSD.
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 26, 2025prestige09, Yes, you need to install all the libraries. I have provided an example here for you to try. If you receive any errors, please search on Google or use AI assistance to resolve the issues and install the libraries. pip install joblib ...
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 26, 2025Cool! That’s a big win. I didn’t make any trades this week.
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 26, 2025No, I do not understand your nickname.
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 26, 2025Yes, from what I’ve read, the problem is with the broker because they have different filling modes. Maybe this will work: "type_filling": mt5.symbol_info(SYMBOL).filling_mode,
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 25, 2025ksl, I've also thought about this: For example, if I have data from a demo account, when I apply the script to a real account, it still uses the demo data. However, I believe the data from demo and real accounts are not the same, and the correct ...
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 25, 2025Webb1003, Here's an explanation of what the script does, broken down into steps: Step 1: Imports and Dependencies The script imports necessary libraries like: MetaTrader5 (MT5) for fetching market data and placing orders. Pandas and NumPy for data ...
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 25, 2025Roscearm, You rename the .txt file to .py. Python needs to be installed. After installing Python, the easiest way to run the script is from VS Code.
XAUUSD and Machine Learning Trading
-
urspolar replied Jun 24, 2025Cool! I hope we can learn from each other.
XAUUSD and Machine Learning Trading