1. Combination of Market Profiles on daily basis
a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation).
b) If breakout, new range should be drawn
Conclusion: Market profile should be combined on daily after the market is closed
2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend below.
Take profit is the price rejection of the trend.
3. Cumulative delta - Divergence on Price
4. Use Foot Print charts on imbalance Volume- Indicator signal to BUY and sell - 300% difference
Entry Point Indicators:
1. Divergence
2. Heiken Ashi - Candle change indicator at the end range of market profile based on VWAP fast trend.
3. Footprint Imbalance - should be with combined with VWAP on point 2 for confirmation
Exit:
1. 2% risk on each trade
Build an artificial intelligence system, It should analyze and learn on itself based 1 month data on major forex currencies, EURUSD, GBPUSD, USDJPY or any other stock or option.
AI should give signal based on confidence level (success rate and failure rate)
All these charts are available in Sierra Charts.
Need SNAPSHOT of Each Market Profile, Vwap, Footprint and Cumulative Delta in the Signal. Everything in One picture - Recommended Signal detail should be seen too.
Let me know if you have any doubts.
類似した注文
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in
Hello great developers, I need a very fast and hardworking deliver who know both back end and front end of trade copier system. I need a web based trade copier application, i already create the website aspect, only need the copier to be included. I actually have a limited time, and no room for unprofessional developers, kindly send your applications if you can actually get it done in the space of 2 days and my budget
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","