Does this trading tool exist? Or can someone build it for me?

 

Hi everyone.

I need a script as detailed below. Willing to pay a reasonable amount for a working script with source.

The script will open orders, set stoplosses, take profits, set trailing stops, move to breakeven etc.

  • 1: The script will load two buttons onto the chart. One sells, one buys
  • 2: Clicking either will buy or sell (duh) according to the parameters below. This should include a yes/no check on whether the order should go through. This check should be defaulted to on, with the facility to turn off if needed.
    • 1: Buy/sell quantity. This should be a choice of either lot size, or % of balance
    • 2: Split order? This allows the total order to be split into multiple orders (up to 5 total). All equal or as close as possible. So a 3 lot order, split into 5 would be 0.6 each order. Or if you used % of balance, set at 5% with 3 orders, and 5% in your case allowed you to buy 4.7 lots this would be 3 orders of 1.56 each. You get the idea
      • 1: Stop loss. -xxx pips. True/False
      • 2: Take profit. +xxx pips. True/False
      • 3: Move to breakeven after xxx pips. True/False
      • 4: Trailing stop of xxx after xxx pips. True/False
      • 5: Auto Close trade at xxx time. True/False
Reason: