Suggestions are welcomed.
Yes if you write the code for it or you can talk to someone over here: https://www.mql5.com/en/job

Trading applications for MetaTrader 5 to order
- www.mql5.com
The EA for which I require the coding to be changed isattached / uploaded here. I would like one of the three existing conditions by which the EA exits a trade to be removed, so that the EA will in future have only two conditions by which it will close trades. In the job specification I will specify which conditions are to be removed from the...
I havent' seen any mql4-mql5 or any other trading platform (ninja wealthlab etc..),script to locate number of actual up and down bars or percent change of close price for each closed trade.
All I am asking is if the below is codeable or not :
---Percent change of close price(close to close of each bar) for EACH CLOSED TRADE.
---Number of actual up and down bars for each closed trade.(how many up and down bars exist in EACH CLOSED TRADE)
-
nevar:#1 #1 Is it possible … I want …
- Of course it possible. A one time Script or an always attached indicator.
- You have only four
choices:
- Search for it,
-
Beg at
- Coding help - MQL4 programming forum
- Requests & Ideas (MQL5 only!) - Trade FX - Expert Advisors and Automated Trading - MQL5 programming forum
- Free coding for your trading system.. - Easy Trading Strategy - General - MQL5 programming forum
- I will code & automate your strategy for free - Options Trading Strategies - General - MQL5 programming forum
- Make It No Repaint Please! - MetaTrader 5 - MQL4 programming forum
- learn to code it. If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into yours.
- or pay (Freelance) someone to code it.
No free help
urgent help.
- Of course it possible. A one time Script or an always attached indicator.
-
nevar: #1 Suggestions are welcomed.Already given № 1.2.
-
nevar: #3 I havent' seen any …You've eliminated № 1.2.1
Thank you All.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi All,
I have a logic in question.Is it possible to record below trading statistics and probabilities with a script ?
---Profit or loss in pips for each closed trade.
---Percent change of close price(close to close of each bar) for each closed trade.
---Number of actual up and down bars for each closed trade.(how many up and down bars exist in each closed trade)
I want to locate the number of consecutive closed price changed in percent during each closed trade and number of up and down bars in each closed trade.
So I can rank each trade with Spearman’s rank correlation in later state .