Code Monkey home page Code Monkey logo

Comments (8)

CrimsonSunrise avatar CrimsonSunrise commented on August 30, 2024

I'm sorry for taking so long, didn't receive any notifications about github and was busy on other projects.
To import all the collections easilly, you can install MongoDB Compass to have a better visualization.

from glimpse.

esepro avatar esepro commented on August 30, 2024

I've already installed MongoDB Compass and created Glimpse Database with all the collections mentioned in step 4
1

but when I click on import data I can't find the collections folder what base data should I import inside the collections
2

from glimpse.

CrimsonSunrise avatar CrimsonSunrise commented on August 30, 2024

Oh, I see.
My apologies. I forgot to upload the collections folder into the project.
Now is everything there.

Any questions, feel free to ask.

from glimpse.

esepro avatar esepro commented on August 30, 2024

thanks I've added all the base data and edited the IP Address where name is equal to apiAddress but couldn't find the document where name is equal to analysisAccount or should I edit the Accounts collection where name, email and password are empty

from glimpse.

esepro avatar esepro commented on August 30, 2024

I've added the new document with name equal to analysisAccount and value equal to email/password
and the database is updating with new candles but I could only see open and close how to get high, low and volume
3

and it seems there is limit for candles data only 15 candles data is available how can I get data for 200 candles

I've started the ionic app too but I can't login with default values as admin it keeps loading
should I edit any document in the database for email and password?
4

from glimpse.

CrimsonSunrise avatar CrimsonSunrise commented on August 30, 2024

The parameters for the candles lenghts and attributes to save into the database are located in the actives scripts inside /auxiliar/candles folder.

On the line 22 you can set the lenght, default is 15.
On the line 41 you can add more attributes based on the query result from the broker.

About the loading screen, check your console to see if its there any error. It should be something with the API connection .

from glimpse.

esepro avatar esepro commented on August 30, 2024

I got error on line 41 when I added more attributes
5

and for login there is no error in console what is the default email and password I just used admin for both
6

from glimpse.

CrimsonSunrise avatar CrimsonSunrise commented on August 30, 2024

You have to use the keys that you get from the broker's candles stream.
When querying the candles, there's no "high" or "low" key, instead Iq Option uses "max" and "min".
I've edited the readme page and included the IQ Option API documentation if you want to check how it works and what to expect from the queries.

To keep this session organized I will close this issue and you can open another one if you have doubts about another subject other than the collections folder.

from glimpse.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.