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

{
    "count": 46,
    "next": "https://pagoolabs.com/posts/api/?format=api&ordering=-post&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://pagoolabs.com/posts/api/68/?format=api",
            "post": "You have used moving averages here but MACD indicator is more common. It has the advantage of having a momentum oscillator built in. Maybe you could show an fx market using a macd. Trends and all.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/texas/?format=api",
            "submit_date": "2017-11-06T07:18:10Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": null,
            "story": "https://pagoolabs.com/stories/api/43/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/79/?format=api",
            "post": "Yeah I hadnt thought of that. The yen cross makes alot of sense. The euros just wanted to be first imo. Good background.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/jono/?format=api",
            "submit_date": "2017-12-02T01:57:32Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": null,
            "story": "https://pagoolabs.com/stories/api/54/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/76/?format=api",
            "post": "What about #13? You passed right over it and it has 2 prior red bars. Dont your rules say you gotta take that one?",
            "userprofile": "https://pagoolabs.com/userprofiles/api/david_links/?format=api",
            "submit_date": "2017-11-10T12:49:21Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 1,
            "parent": null,
            "story": "https://pagoolabs.com/stories/api/49/?format=api",
            "forum": null
        },
        {
            "url": "https://pagoolabs.com/posts/api/55/?format=api",
            "post": "This series on setups assumes a TP level is known beforehand. We relax that assumption in the [next series](/stories/43/2017/10/24/trading-systems-part-1-introduction/) on Systems and we show there how to use a simple simulation to automatically calculate a TP that works for many trades. Let us know if you have any questions.",
            "userprofile": "https://pagoolabs.com/userprofiles/api/SeanManefield/?format=api",
            "submit_date": "2017-10-29T22:59:40Z",
            "is_public": true,
            "previous_version": null,
            "edited_date": null,
            "upvotes": 1,
            "downvotes": 0,
            "replies": 0,
            "parent": "https://pagoolabs.com/posts/api/54/?format=api",
            "story": "https://pagoolabs.com/stories/api/39/?format=api",
            "forum": null
        }
    ]
}