Job finished
Specification
The goal is to have a script that does the following ( based on an existing script where an extra option should be defined)
It opens the following
- Buy range from 100.000 up to 103.500 ( variable input)
- Sell range 104.000 to 107.500 (variable input)
It is an extra option in the drop down list
Currently you have the option
- BUY
- SELL
- MODIFY
-DELETE
--> add option BUY/SELL with a range, then the questions of buy range and sell range will appear
You should not use upper price range and lowr price range for this
The range is expressed in dollar
current option when selected Take profit Margin(Price) is activated when higher then 0
example for BTC
profit 250
it closes orders when it reaches 2.5 dollar based on a lot size 0.01
see manual example of the outcome
The script should also work with layering, these parameters included in the current script and should be tested if this also works with the combined buy and sell range.