仕事が完了した
指定
I have the mt5 Version of this: I will only share with the person chosen.
Things to be done:
E.A. Trade Memory: I want it to be modified to store the trade information that if and when vps or pc mt4/mt5 closes/restarts/ updates/refresh it can continue trading where it left off.
If you have experience with this kind of system it would be good to contact me.
I basically want to optimize its performance for scalping.
ANy other ideas to improve the system is welcomed.
I need help with understanding it properly and creating visuals for conditions before they are met.
I want the overlay threshold details to be printed out as list or some for of visual.
Please state your price
Some details about the system:
The E.A. searches for correlations of the Market Watch list symbols or selected symbols.
It calculates the Average True Range ratios for every hedging combination and assigns different magic numbers for them.
Then the subsequent operations can be easily carried out with the prepared data. For precision, statistics like correlation and ATR ratio are recalculated every day.
The Expert Advisor can work with all the currency pairs from the Market Watch list on a single chart simultaneously, as well as it does not depend on the incoming ticks from particular symbol.
For the purpose of showing the principle of action, the hedging technique was implemented based on overlay chart indicator presented here https://www.mql5.com/en/code/7933.
These inputs are still present in the converted file but i also implemented visuals for the correlated assets.
Inputs
- TakeProfitByPoints - Set it to 'true' if you want profit/loss to be calculated in points.
- TakeProfitPoints - Take Profit value (in points).
- TakeProfitByUsd - Set it to 'true' if you want profit/loss to be calculated in USD.
- TakeProfitUsd - Take Profit value (in USD).
- Retries - Number of retries for trying to close an order.
- AtrTimeFrame - Timeframe for Average True Range calculation.
- AtrBarsBack - Number of bars for Average True Range calculation.
- CorrelationTimeFrame - Timeframe for correlation calculation.
- CorrelationBarsBack - Number of bars for correlation calculation.
- OverlayThreshold - Overlay threshold (in points).
- MaxOrders - Number of maximum open orders allowed.
- MaxSpread - Maximum spread allowed (in points).
