Changes

Jump to navigation Jump to search

Why chart shows no trades

1 byte added, 12:16, 7 September 2020
no edit summary
===Strategy is applied and calculated, but no orders are shown on the chart===
If there is no order on a backtested chart, it means either the '''order generation conditions in your code''', or the '''conditions for order execution''' (prices on chart) '''were not met on the chart'''. The same is '''true''' also for '''real-time script calculation''' (so -called "forwardtestingforward testing") and '''auto-trading'''.
Please [[Why an Order Was or Was Not Executed| '''read this article''']] in order to learn more and find out how you can trace your order generation and execution from within the code to understand why it does not work as expected.
<div style="background-color: #E5F6FF;">'''Example''': If standard signals '''Custom Strategy LX''' and '''Custom Strategy SX''' are applied to a chart, there will be no order on a chart, because '''LX''' and '''SX''' stand for '''Long Exit''' and '''Short Exit''' respectfully. [[How Scripts Work#Order Execution Priority| If there are no entries, no exit orders can be generated]].</div>

Navigation menu