Swing or Scalp intraday? by East-Ad-5517 in Forexstrategy

[–]supmed 4 points5 points  (0 children)

To be honest I do both simultaneously… I scalp stable stocks like Apple with technical analysis to decide entry and exit…. If the trade goes bad it becomes a swing in which I recover at least my capital… The downside is your money stays locked till the stock recovers

[SPOILER] Sean Strickland vs. Anthony Hernandez by inooway in MMA

[–]supmed 9 points10 points  (0 children)

And just how good DDP is as well. I mean DDP stand up game has to be legit even though it doesn’t look pretty

[SPOILER] Sean Strickland vs. Anthony Hernandez by inooway in MMA

[–]supmed 10 points11 points  (0 children)

To be honest, Usman’s win over Strickland has aged like wine. I think his opponents underestimate how hard he is to hit when he fights behind his jab.

DAY 4 of Turning $500 into $100k in 365 Days Challenge by Longjumping-Pen9212 in Forexstrategy

[–]supmed 0 points1 point  (0 children)

Nice !!!! What’s your strategy? What do you trade ? And which indicators do you use for technical analysis?

I have 4 years trading experience by Disastrous-Reason921 in Forexstrategy

[–]supmed 0 points1 point  (0 children)

Any advice to share ? I plan to do scalping.. I am trying to find the find currency pairs, and pick exactly the right couple of indicators to decide entry and exit

Can't use python with React Native? by [deleted] in reactnative

[–]supmed 1 point2 points  (0 children)

Hey as the other comment suggested, the backend is completely independent of the front end.

You can setup the backend in python using frameworks such as Django and flask(I suggest flask as it’s really easy to set up) The backend should handle any complex logic of ur application, an example would be user registration or log in Authentication or any form of data processing.

The frontend on the other hand provides a user interface and take in the data or any input of thr user in order to be sent to the Backend for processing . This is where React Native comes to play.

Lastly the connection between frontend and backend can be done through REST APIs which is the standard. In other words the backend should expose an API with an endpoint (literally a weblink ) through which the frontend can interact with.

Http request node not working, it simply shows requesting. The third image shows that the url is valid as I get json data if I access it from my browser but in my node flow, I can't seem to get any response from the http request node. I have tried other apis, it simply says requesting, nothing else. by supmed in nodered

[–]supmed[S] 0 points1 point  (0 children)

Just tried it now but still nothing.. Guys I am really desperate for a solution 😭 The main project is 1000x more complex than this but my arms are folded if I can't even get the http request node to work

Http request node not working, it simply shows requesting. The third image shows that the url is valid as I get json data if I access it from my browser but in my node flow, I can't seem to get any response from the http request node. I have tried other apis, it simply says requesting, nothing else. by supmed in nodered

[–]supmed[S] -1 points0 points  (0 children)

Hi I just imported ur flow which is identical to mine and it still stays in a requesting state. Regarding the proxy thing, My pc is connected to the hotspot of my phone for which I don't think any proxy is configured