mazibee wrote: Wed Oct 30, 2024 8:59 pm
Hopefully someone will guide me in the right direction:
I there a way to automatically take a screenshot when placing the trade, same for the exit.
Normally I do market execution, after that modify the the order, add SL/TP levels in the MT4, then just see the trade once in a while, when I get a chance, whether a TP or SL is hit, Any suggestions.
I have made a sheet in excel, it takes a lot of time to calulate the lot size , by taking the entry level and SL in to account.
Any easier way to perform the above tasks will be much appreciated.
Thanks in advance.
I have developed an expert advisor for myself, which places two lines on the screen.
an order line and an SL line.
The order line only secures the direction of the trade, which means that for buy it must be above SL and for sell it must be below.
As an Order size you can choose a fixed lot size, a percentage or a fixed amount.
The lot size is then calculated with this amount based on the distance from the current price to the SL.
However, I have problems with the buttons when I use them on the template.
and with the EA then wanting to change time frame or symbol I have a hanging system for several seconds. That's why I always only put this EA on the chart directly before a trade. After opening an order, the EA closes itself. As long as the symbol and timeframe are not changed, the EA does what is expected.
If it helps you, you are welcome to test the EA for yourself, I didn't want to post it directly because it is probably still far from perfect.