cvuforex.com
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A place where serious Forex trading efforts meet! Back to Home page of FxBussiness.com

Latest topics
» Mar 2023 project
Mar 2023 project EmptyFri Apr 14, 2023 2:20 am by Admin

» Subscription Key for text to speech
Mar 2023 project EmptyFri Mar 31, 2023 9:29 pm by Admin

» Mar 2023 - Forex filing
Mar 2023 project EmptyMon Mar 06, 2023 12:13 pm by Admin

» MT4 Coding
Mar 2023 project EmptySun Mar 05, 2023 10:50 pm by Admin

» EA that work with scripts & Indicators
Mar 2023 project EmptySun Mar 05, 2023 10:49 pm by Admin

» Trade Assistance EA
Mar 2023 project EmptySun Mar 05, 2023 10:49 pm by Admin

» New strategy
Mar 2023 project EmptySun Mar 05, 2023 10:48 pm by Admin

» From other forum
Mar 2023 project EmptyThu Mar 17, 2022 2:19 pm by Admin

» Trading Notes
Mar 2023 project EmptyThu Mar 17, 2022 1:37 pm by Admin

Test only

You are not connected. Please login or register

Mar 2023 project

Go down  Message [Page 1 of 1]

1Mar 2023 project Empty Mar 2023 project Mon Mar 06, 2023 3:40 am

Admin

Admin
Admin

A good EA for auto trade needs to have:

(1) Entry Module: this purely bases on price. The output is price to enter the market, SL level, TP level. SL and TP levels should be modified (updated) when time and price change.
These lead to the following sub-modules:
 (1.1) signal (when to open a market  order);
 (1.2) SL_level;
 (1.3) TP_level.

To increase the hit rate, there are 2 approaches:
(1) Use larger TF, daily chart is a good one. With this, the small moves  of the price will not affect much to the equity. There are only a few trades per month.
(2) When use smaller TFs (like 1H or lower), the target point-gains for each trade are smaller, there are many more trades (per week).These lead to small move of the market can affect more to the equity. Price movement at this smaller TFs are much more complicated. It is helpful to reduce the variables that affect the market movement, for example: Trade on certain session, on certain days,... so there needs to be a module that only allow trades to open at certain timing. This leads to a the need to have a module named:
(1.4) TradeTime

For now let focus on approach (1) (daily chart).



A signal should not just based on the value of an indicator which is calculated from historical price like RSI>80 or price is above BB200 line,... Using RSI>80 only is has too low hit rate. Instead, it is necessary to evaluate past RSI values. OR, using multiple RSI. Currently "RSI_Multi" indicator is for this.

(2) Lot size Module



Last edited by Admin on Tue Jun 27, 2023 11:09 pm; edited 1 time in total

https://fxbusiness.forumotion.com

2Mar 2023 project Empty Approach1- Daily chart Fri Apr 14, 2023 2:20 am

Admin

Admin
Admin

Need an EA that is a template to try many different combinations of signals.


Signals:
There are signals at level 1 (period 800) and signals at level 2 (period 100) and level 3 (period 24).
One set of combination of signals is BB800, BB100 (or BB200, need to try and see) and RSI24.

Each signals needs to have 3 different possible values: "Buy", "Sell" and "N/A".
If BB800  has a value of (says) "Buy", this value will last long. The BB100 value will last shorter. The RSI24 last even shorter.

Filter:
Filters are modules that have 2 possible values: "Allowed" and "NotAllowed". Things like margin percentage (or points to MaxDD, ...) will determine if more exposure is allowed or not; or, "NotAllowed" certain minutes before a high-impact news.

https://fxbusiness.forumotion.com

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum