How to get signals for manual trading

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #96217 quote
    therookie
    Participant
    Junior

    Hi!

    OK so this might be a very stupid question for some but here it goes.

    So let’s say I want to swing trade and I have a strategy (on a daily chart) that I backtested with ProBacktest and I feel like the strategy has an edge and I want to use it. However I don’t want to use automatic trading for this. What I want to do is that after the market closes (after my regular job hours finish) I want to see if I have any buy/sell signals based on the strategy so I manually can place an order the morning after at my broker.

    My question is thus this: what is the best way to see what current buy/sell signals I have based on a code written in ProBacktest?

    Best regards

    #96221 quote
    Nicolas
    Keymaster
    Master

    Topic moved in ProOrder section.

    An easy way is to let the backtest run and return the signals conditions on the chart or in a separate window. Let’s say that the trigger to open a new order is contained in a variable called “buyCondition”. Just add this line at the end of the program:

    GRAPH buyCondition coloured(0,255,0) as "BUY SIGNAL!!"

    You’ll get a 0/1 green signal that tell you when there is a buy condition.

    therookie thanked this post
    #96222 quote
    robertogozzi
    Moderator
    Master

    Leave backtest running your strategy and pop-up windows will appear whenever a new trade is opened. When you are back home you may count them, if any, then get rid of them.

    Remember the 18-hour limit befor the platform shuts down.

    therookie thanked this post
    #96230 quote
    therookie
    Participant
    Junior

    Both very good answers. Thank You!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

How to get signals for manual trading


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
therookie @prophet85 Participant
Summary

This topic contains 3 replies,
has 3 voices, and was last updated by therookie
6 years, 10 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 04/12/2019
Status: Active
Attachments: No files
Logo Logo
Loading...