Cross-Platform Trading App with Automated Robo Trading in Mobile for Android, iOS and Harmony (Huawei)
I'm on the hunt for a skilled app developer, capable of creating a cross-platform application with sophisticated charting functionality, focusing on 3 types of technical charting analyisis,
1. Fibonacci extensions/retracement
2. Fair Value Gap
3. Change of Character (CHoCH) .
Being a trading application, it needs to have an automated Robo for the following features
*** All the setting can be setup via paremters from the mobile apps by the users.
4. stop-loss setting parameters by the account users either by pips count or value with Notification is via email + In Apps notification
5. profit-taking setting parameters by the account users either by pips count or value with Notification is via email + In Apps notification
6. execute buy trade if one of the charting indicator hit where Notification is via email + In Apps notification
7. execute sell trade if one of the charting indicator hit where Notification is via email + In Apps notification
8. Notification for Profit: % - this is to notify to decide whether to cut or not where Notification is via email + In Apps notification
9. Notification for Loss: % - this is to notify to decide if cut or not where Notification is via email + In Apps notification
10. Notification on the buy trade once hit where Notification is via email + In Apps notification 8. Notification on the sell trade one hit where Notification is via email + In Apps notification
11. from point 4 till point 10, an account user is allow to set the trading timefrade via parameters and setup by the account users
Key objectives: * Develop a cross-platform application (iOS, Android, Harmony (Huawei Platform).)
* Security with SHA256 for login, change password, and forgot passsword.
* UX/UI design, with a focus on clean and straightforward user interfaces.
Although I have a broad concept for the app, I'll need your expertise to perfect the design details. Let's create a sleek and functional tool for traders, together.
類似した注文
Intraday Trade Ninja EA — Complete Logic Structure This document maps the full architecture, execution logic, signal flow, trade management, and safety structure of the Intraday Trade Ninja MT4 Expert Advisor. 1. Core Indicators · ©Price Border (TMA bands) · MA-X Arrows · MA-Y Arrows · LeManSignal · EMA 49 & 89 - Per Candle Color Switching 2. EA Entry Architecture ·
Hi Developers, I am looking for an experienced MT4/MT5 EA developer to create an Expert Advisor based on my custom indicator along with a Trend Magic confirmation filter. I will provide: Raw Pine Script of my custom indicator Pine Script of Trend Magic indicator Important Note: My existing indicator requires slight correction/refinement because it occasionally fails to identify the required candle accurately
I have a 90% completed project with the execution part left to complete, I have been struggling to complete this section and I need help from someone expert in MQL5 with knowledge on forex trading and ICT Concepts coding. Contact me for further details
Hi, I am looking for someone to create me a trading indicator that will scalp the market 30-90 pips successfully in high volumes, I would like to be able to bridge this to create a signal channel for my community so it would need to have buy and sell indication on the indicator we run quite small stop losses so execution of trades can’t go in to draw down much alternatively create me a MT5 EA bot that scalps the
Hi basically I'm wanting an already made EA scalper that's constantly in and out of trades on the M1 time frame that has good risk management. It knows what it's doing. Most of its trades are profitable and that can start with £100. I am willing to pay up to £1000 for the right scalping bot. If you please have one and you're very confident in it, please allow me to use a live version to see how it does and if I'm
hello good evening All professional programmers! I'd like to request a special services I need a Gold and Silver trading bot like the one in the video, one that works on real accounts. My only request is that I don't pay any money until the bot is built and tested. Thank you very much please contact me as soon as possible for more information
Auto trading system on mobile with high probability win rate. Trades and auto trading system that works well on gold and forex, most important risk reward ratio. It must be 1:3 or more then that whenever possible
Auto trading system with hi probability win rate. Trades and auto trading system works well on gold and forex most important risk reward ratio. It must be 1:3 or more then that
Hello, i would like to have a ninjatrader indicator. I wanna to have a footprint indicator with delta, imbalances and big trades identifiable. Also I wanna sell it on whop. And it should be fully customisable in NT8
//+------------------------------------------------------------------+ //| Simple Moving Average Crossover EA | //+------------------------------------------------------------------+ #property strict input int ShortMA = 10; input int LongMA = 50; input double LotSize = 0.01; int shortMAHandle; int longMAHandle; //+------------------------------------------------------------------+ int OnInit() { shortMAHandle =