Работа завершена
Техническое задание
I want to slide this bot on to many charts at one time and it only work on the chart i slid it on
I want to be able to input the lot size I want to trade with
I want a buy and sale button on the screen and a display of the next lot size that will be used and how much USD will be recovered in one pip. I want to be able to reset the EA so that the lot size will go back to my normal input.
-------------------------------------------------------------
I want an option to input a
tp and stoploss in pips
A break even SL
A Trail stop
I may not use those every time
---------------------------------------------------------
functions:
When a trade closes with a loss I want the EA to calculate the next lot size to recover my loss in one pips gain.
example: if a trade closes and I lose $50 ( commission included) I want the next trade to put me at $50 in profit in one pip the next time I press buy/sale.
If i lose the second trade in a row and i'm -$120 (including commission) I want my next trade to put me at +$170 in one pip. (total losses recovered in one pip)
I dont want to go back to my input lot size until my losses are recovered (including commissions) or reset the bot..... if the trade is closed and only a portion of my losses are recovered I want the bot to include what is still lost in the next trade one pip
i put including commissions in parenthesis because i could be in profit from entry but I haven’t made more than my commission price yet so im still in the negative. ....... I don’t want other trades not taken with the bot to be effected
I want the mq4 code for the final product