Page 178 of 180

Re: Coding Help

Posted: Tue Jun 10, 2025 1:53 am
by LegendaryWvW
Hi I'm looking for a coder that can help me create an MT5 EA from MT5 indicators on this website, if anyone is willing to help me out, would really appreciate it

Re: Coding Help

Posted: Fri Jun 13, 2025 11:45 pm
by johnere
LegendaryWvW wrote: Tue Jun 10, 2025 1:53 am Hi I'm looking for a coder that can help me create an MT5 EA from MT5 indicators on this website, if anyone is willing to help me out, would really appreciate it
Sure, post them and the rules and i will help when i get time

Re: Coding Help

Posted: Wed Jun 18, 2025 12:15 am
by RodrigoRT7
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

Posted: Fri Jun 20, 2025 10:41 pm
by jako
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.

Re: Coding Help

Posted: Sat Jun 21, 2025 7:30 pm
by Jimmy
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.

Re: Coding Help

Posted: Sun Jun 22, 2025 12:25 am
by jako
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

Posted: Sun Jun 22, 2025 2:12 am
by sal
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 %??

Re: Coding Help

Posted: Sun Jun 22, 2025 3:51 pm
by jako
sal wrote: Sun Jun 22, 2025 2:12 am hai bro
how to analysis this entry %??
If you help me with the EA, I will send you all the documentation on how to trade manually.

Re: Coding Help

Posted: Thu Jun 26, 2025 4:00 am
by KstSarVik
Good evening. Could the esteemed readers of this forum help me find a free advisor for auto trading in binary options? Thank you.

Re: Coding Help

Posted: Wed Jul 02, 2025 3:23 am
by almostprofitable101
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.