Tieme Alberts
Tieme Alberts
Hi, I'm maximizing it (clicking taskbar) when it is already started 
Hi, Have you tried the name of the column? I think that is the only variable that will pass with the blade, just started yesterday with Datatables for Laravel so...
@sebastiaopf Can you share your code on [jsfiddle](https://jsfiddle.net/)
I think i found the solution to my problem. With following code [click here for jsfiddle](https://jsfiddle.net/bajpr3nL/1/) This will probably not be the best solution, but if it works it ain't...
Yes you can, **Place a STOP LOSS order** ``` // When the stop is reached, a stop order becomes a market order $type = "STOP_LOSS"; // Set the type STOP_LOSS...
True, same with ADAUSDT. I have changed the type to "STOP_LOSS_LIMIT"
This is how my function look like. ``` public function CreateStopLossOrder($Symbol,$Quantity,$SellPrice,$LimitPrice) { $PricePresission = $this->GetPricePression($Symbol); $LotPresission = $this->GetLotPression($Symbol); $Type = "STOP_LOSS_LIMIT"; $SellPrice = $this->numberFormatPrecision($SellPrice, $PricePresission, '.'); $LimitPrice = $this->numberFormatPrecision($LimitPrice, $PricePresission,...
Depends. What do you want to do. If you want to buy at 1 dollar and sell at 1.1 dollar you can buy with a take profit. I do not...
@Hamedani33 What is the responce you are getting?
I have committed all the changes you have reviewed.