GET /posts/api/?format=api&ordering=-upvotes
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 46,
    "next": "https://pagoolabs.com/posts/api/?format=api&ordering=-upvotes&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://pagoolabs.com/posts/api/80/?format=api",
            "post": "Ok I got through these 5 or 6 and yeah they explain how to them but dont we need a computer program? Gets boring when I have to repeat the same calcs on each chart.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/jono/?format=api",
            "submit_date": "2017-12-02T02:01:01Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://pagoolabs.com/stories/api/48/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/82/?format=api",
            "post": "I completely agree.\r\n\r\nBut we have to start with little steps first and then work our way up to full fledged machine learning. When we get to machine learning, we need a good feel for the characteristics we will put into the training step.\r\n\r\nThe idea here is that we can all see the big picture: the choice of trend and use of signals within the trend to place our trades. \r\n\r\nWith Metatrader and the APIs provided by brokers such as Interactive Brokers and TradeStation, it will be possible to extract much better information out of the data that will help us determine trend and signals.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-12-02T05:57:14Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": "https://pagoolabs.com/posts/api/80/?format=api",
            "story": "https://pagoolabs.com/stories/api/48/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/74/?format=api",
            "post": "I am almost convinced but is there a difference between timezone and timeframe?",
            "userprofile": "https://pagoolabs.com/userprofiles/api/Raj/?format=api",
            "submit_date": "2017-11-09T10:51:47Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://pagoolabs.com/stories/api/50/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/97/?format=api",
            "post": "Great question Mason.\r\n\r\nI would just like to note that the rules listed here are not definitive rules that I advocate in any trading.\r\n\r\nThey are simply a set of rules that come out of the simulation and back-testing of  a simple trend following system that we developed a few months back. \r\n\r\nAnother set of rules could easily be superior. You would need to follow the methods we talked about in the [series on Systems](https://www.pagoolabs.com/stories/43/2017/10/24/trading-systems-part-1-introduction/) and the following stories. It is important to test the strategy you want to use and under which conditions it has worked in the past. The past is no guarantee that the future will work the same way, but if it has never worked in the past you are unlikely to remain confident in the trades you place.\r\n\r\nNever move from demo to live trading until your demo account is consistently profitable. The longer the better, especially if the demo period contains a couple of major market events that have the potential to ruin accounts. If you can survive when others are losing then you are on the way to profitable trading.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2018-01-15T04:04:15Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://pagoolabs.com/posts/api/95/?format=api",
            "story": "https://pagoolabs.com/stories/api/58/?format=api",
            "forum": null
        }
    ]
}