Re: Coding Help

1773
Good morning everyone, how are you? I'm having an unusual difficulty finding an EA that makes the synthetic asset "BTCBRL" available. I've already found some brokers that offer "BTCUSD", "ETHUSD" and "USDBRL"

I'm using Google Gemini Pro and it gave me this explanation: Attach the EA: Drag the "SymbolMultiplier" EA from the "Navigator" window to the EUR/USD M1 chart.
Set the Parameters: An EA properties window will appear. In the "Inputs" tab, you will need to set the fields. The names may vary, but the logic will be as follows:
Symbol_1 or SourceSymbol1: Enter the exact name of your broker's Bitcoin symbol (e.g. BTCUSD).
Symbol_2 or SourceSymbol2: Enter the exact name of the Dollar/Real symbol (e.g. USDBRL).
Operation or Formula: Choose the Multiply option.
Offline_Chart_Timeframe: Select the timeframe you want for your synthetic chart (e.g. H4 for 4 hours, D1 for daily).
Offline_Chart_Name (Optional): Give your asset a name, such as BTCBRL_Synth.
(Image Description 1: A screenshot of an Expert Advisor's properties window in MT4. The input fields are visible, with "Symbol_1" filled in with "BTCUSD", "Symbol_2" with "USDBRL", and an "Operation" drop-down menu showing the "Multiply" option selected.)

Permissions: In the "Common" tab, it is crucial to check the "Allow live trading" option. Don't worry, the EA will not trade, but this permission is required for it to perform its file writing functions.

Finally, if it has the function of inverting the asset as "BRLUSD" I think it could be useful in some scenarios of building synthetic assets.

If it can be in MT4 I would be very grateful, because the indicators are there.

The idea of ​​this EA is for those who do not want to suffer from the exchange rate factor when operating on Binance, for example. In this case, the trader can operate cryptos without having to manage the exchange rate impact of their entries and exits.

Thank you very much in advance!!

Re: Coding Help

1775
jako wrote: Fri Jun 20, 2025 10:41 pm Is it possible to create an EA based on this indicator? I will send the details. attach/file/3351151

Manual trading on 28 pairs is profitable. Current losses are returned to profit. EA will help in tuning the system.
It's possible, but the original (un-hacked) source code would be needed. The one you posted is decompiled.
Myfxbook live trading results 📊

List of our most powerful reversal indicators + Guide to the "All Averages" Filters (ADXvma, Laguerre etc.)
Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions + How to draw Support & Resistance


Re: Coding Help

1776
I am not a coder, but a complete layman. I do not have the original code available. The code works. It has an added warning and it works too. Maybe not perfectly. For the system I need the indicator to give a signal when the set level in % is exceeded. Buy/Sell. It works manually. The signal can come at any time. Therefore, the EA would be very useful for tuning the system. It can be simpler than most of the known EAs.

Re: Coding Help

1777
jako wrote: Fri Jun 20, 2025 10:41 pm Is it possible to create an EA based on this indicator? I will send the details. attach/file/3351151

Manual trading on 28 pairs is profitable. Current losses are returned to profit. EA will help in tuning the system.
hai bro
how to analysis this entry %??
"There is NO GOD higher than TRUTH" - Mahatma Gandhi

Re: Coding Help

1780
hello everyone i was hoping somebody could help with this fractal trade manager i coded using deepseek, it works well but has an issue with partial closing trades 🤦🏽‍♂️, it uses the SL to create the TP's they are set at ratios 1:1 / 2:1 etc. the issue it has is with the closing of trades its currently set to close X percent of trade (LOT) at a 1:1 but it keeps closing the trade smaller and smaller untill all closed 🤷🏽‍♂️, i tried to get deekseek to recode multiple times but no luck 😮‍💨, it does close the correct percent but im trying to get it to close X percent at 1:1 and leave the rest for TP2 at 2:1 with the stoploss moved to breakeven + X points. i will leave a picture to help understanding and also include the fractal-break.ex4 needed. thanks for any help provided.