仕事が完了した
指定
Hi,
I have an expert advisor already coded with EABuilder, trading binary options exactly as I want.
I need to implement an automatic money managemennt as described below (2 possible ways) :
1st way to do it :
Link to my Stockpair account to check account balance every night à midnight (Stockpair username and password must be integrated into the EA's settings)
Everyday, stop trading after 5% of account balance profits, or after 10% of account balance losses. Restart the day after
Trade at 2% of account balance, but minimum 12 USD (minimum allowed for sending signal with a robot to Stockpair).
Examples :
Balance = 300 => trade at 12 USD (minimum allowed), stop trading when 315 is reached (5% profits), or at 270 (10% losses)
Balance = 600 => trade at 12 USD (6x2), stop trading when 630 is reached, or at 540
Balance = 1253 => trade at 24 USD (12x2), stop trading when 1313 is reached, or at 1133 (based on 1250 account)
Balance = 25684 => trade at 512 USD (256x2), stop trading when 26965 is reached, or at 23124 (based on 25600 account)
2nd way to do it :
I use the api provided by "trade4.me", and this api has to be changed automatically to adjust the trade amount based on account balance, as above. The stop loss and the take profit for the day have to work as above too.
The EA can only send alert message without trading. It's OK, if the orders are sent to Stockpair.
If you have other ideas, I'm open.
Thank you, and sorry for my english !