How do I modify this function to use a percentage risk instead of current fixed risk_per_trade of 50? I would like to start with 1000 and use 5 percent. Functio
I have a script that needs to connect to oracle db hosted on a different server .I am able to connect to this oracle db using sqldeveloper.But i am not able to
Given this this operator for evaluation of side effects in pipelines let inline (|>!) a f = f a ; a and this code snippet if 1 = 1 then "same" else
when I attempt to export data (I want to export all my requests and import them on a different PC) as per the manual (https://docs.insomnia.rest/insomnia/import
ul li{ display: inline; } <ul> <li> <div> <p>This is some text in list 1 and is in a div tag</p> </div&
I'm trying to make the following request, but it's not returning a token like I would expect. If I try in postman with the same body and headers, it works just
Below query is giving results as expected but it fails to hide form field value when the variable lvl_select is set to Yes or No after updating the form fields.
I am attempting to use a nested for loop to pull data from different web pages (salary information for each player on every MLB team), with each scraped web pag
Here's the code: proxy.web( req, res, { changeOrigin: false, target: 'http://' + gotDomain.ip + ':' + gotDomain.port }, function (error, req, res) =>