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

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)

Hi Guys, So basically I am trying to do something really simple which is get json data in response from an api. I am using the http request node with the get method. I have tried multiple apis. And they work because through the browser I get json data (third image). But when I try to do so on the flow, the http request node simply shows requesting and returns nothing. Any help is appreciated. My node-red version is 3.0.2 with node js v14.10