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

{
    "count": 46,
    "next": "https://www.pagoolabs.com/posts/api/?format=api&ordering=-post&page=3",
    "previous": "https://www.pagoolabs.com/posts/api/?format=api&ordering=-post",
    "results": [
        {
            "url": "https://www.pagoolabs.com/posts/api/54/?format=api",
            "post": "this is great stuff but where does the take profit get set?",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/fxtrader/?format=api",
            "submit_date": "2017-10-29T13:31:51Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 2,
            "parent": null,
            "story": "https://www.pagoolabs.com/stories/api/39/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/61/?format=api",
            "post": "the systems series is better than this setup imo. more depth on setups vs signals. i am reevaluating my existing strategy atm. this could get interesting.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/fran/?format=api",
            "submit_date": "2017-11-03T00:59:04Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": "https://www.pagoolabs.com/posts/api/60/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/42/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/59/?format=api",
            "post": "The S&P is doing exactly that now and there is no resistance in sight. In times like this we need to fall back on historical patterns of breakouts rather than previous support and resistance levels.\r\n\r\nIn sideways markets, SR levels work well.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-10-30T06:46:52Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://www.pagoolabs.com/posts/api/58/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/39/?format=api",
            "forum": null
        },
        {
            "url": "https://www.pagoolabs.com/posts/api/71/?format=api",
            "post": "The MAs here are 200 period (MA200) and the faster MA100 and are just used to emphasize the trend. In some cases, the time period when they cross is used to initiate trading with the trend for the simple system we cover here.\r\n\r\nHowever, there is no significance in general to the MAs. You do not need to use them at all. They are only used here to show one way in which an automated system can start opening on every signal. Before they cross, signals are either ignored or, if an opposite trend, positions are opened according to signals in the reverse direction. \r\n\r\nYou could use breakouts from a Donchian channel or any other signal you prefer. As far as we are concerned here, we are just trying to teach *how* to apply these tools, not which exact tools to use.\r\n\r\nHope that helps.",
            "userprofile": "https://www.pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-11-07T01:30:20Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://www.pagoolabs.com/posts/api/70/?format=api",
            "story": "https://www.pagoolabs.com/stories/api/44/?format=api",
            "forum": null
        }
    ]
}