İş tamamlandı
İş Gereklilikleri
Hi!
I need a script what puts a pending order 1 pip above / below a Keltner channel on the 5min time frame (I use 2 different keltner channel) and follows the channel when it moves and put a SL and a TP as soon as the order triggered.
It need to ask the lot size, long/short, stop (in pips), target (in pips), where to move the SL(in pips) after x amount of move(in pips) and when to stop(time of the day) if not triggered. Remembers on every pair what were the previous data so I don’t need to type in every time.
During the trade it moves the SL 2 times after the price reaches a level.
I want to run multiple trades on the same and different pairs as well so it need to run parallel at the same time. It will stop when the price hit the SL or the TP or I close the trade myself.
Thank you