I\'m trying to make a calculator in Assembly where the equation is read in as a string (ie 9+3-2/5*4) as opposed to reading in one digit at a time and asking the user which operation they want to perf
Problem with a loop in Python. Below below there\'s a \'handwritten\' code - which works and it works in a way it\'s supposed to work. I explain:
I am relatively new to Python & Pandas. I am trying to generate a trailing stop strategy where once the total p&l of the position reaches either ultimate stop loss level, or the trailing stop
I\'ve read the ansible docs on conditionals and loops. But it\'s still not clear to me how it exactly works.